From ed6db0bdc3ec53d1fe784e9a1b1bffe4b7925cdf Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Sun, 9 Jan 2022 16:05:15 -0800 Subject: [PATCH] Release v0.10.1 --- content/download.md | 41 +++++++++++++++++--------------- content/posts/release-v0.10.1.md | 24 +++++++++++++++++++ 2 files changed, 46 insertions(+), 19 deletions(-) create mode 100644 content/posts/release-v0.10.1.md diff --git a/content/download.md b/content/download.md index 326282f..73bd107 100644 --- a/content/download.md +++ b/content/download.md @@ -3,7 +3,7 @@ title: "Download" draft: false toc: true --- -# Latest Release: v0.10.0 (Oct 9, 2021) +# Latest Release: v0.10.1 (Jan 9, 2022) [Change History](/guidebook/changes.html) @@ -16,8 +16,8 @@ start the game. **Note:** I do not yet have a code signing certificate for the Windows release, so you may need to click through the "Unknown Publisher" dialog. -* **64-bit:** [sketchymaze-0.10.0-windows-64bit.zip](https://download.sketchymaze.com/release/v0.10.0/windows/sketchymaze-0.10.0-windows-64bit.zip) (23 MB) -* **32-bit:** [sketchymaze-0.10.0-windows-32bit.zip](https://download.sketchymaze.com/release/v0.10.0/windows/sketchymaze-0.10.0-windows-32bit.zip) (23 MB) +* **64-bit:** [sketchymaze-0.10.1-windows-64bit.zip](https://download.sketchymaze.com/release/v0.10.1/windows/sketchymaze-0.10.1-windows-64bit.zip) (23 MB) +* **32-bit:** [sketchymaze-0.10.1-windows-32bit.zip](https://download.sketchymaze.com/release/v0.10.1/windows/sketchymaze-0.10.1-windows-32bit.zip) (23 MB) --- @@ -33,8 +33,8 @@ you're expected to know how to run apps from unverified developers. See [Apple's documentation](https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unidentified-developer-mh40616/11.0/mac/11.0) how to do this for your version of macOS. -* **Intel 64-bit App:** [sketchymaze-0.10.0-macOS-x64.dmg](https://download.sketchymaze.com/release/v0.10.0/macos/sketchymaze-0.10.0-macOS-x64.dmg) (32 MB) -* **Zip file for Intel Macs:** [sketchymaze-0.10.0-macos-x64.zip](https://download.sketchymaze.com/release/v0.10.0/macos/sketchymaze-0.10.0-macos-x64.zip) (22 MB) +* **Intel 64-bit App:** [sketchymaze-0.10.1-macOS-x64.dmg](https://download.sketchymaze.com/release/v0.10.1/macos/sketchymaze-0.10.1-macOS-x64.dmg) (32 MB) +* **Zip file for Intel Macs:** [sketchymaze-0.10.1-macos-x64.zip](https://download.sketchymaze.com/release/v0.10.1/macos/sketchymaze-0.10.1-macos-x64.zip) (22 MB) --- @@ -46,8 +46,8 @@ The easiest cross-distro way to download _Sketchy Maze_ is via [Flatpak](https:/ which is well supported on most popular Linux distributions including Fedora, Ubuntu, Debian and others. -* **64-bit:** [sketchymaze-0.10.0.flatpak](https://download.sketchymaze.com/release/v0.10.0/linux/sketchymaze-0.10.0.flatpak) (13.1 MB) -* **ARM aarch64:** [sketchymaze-0.10.0-aarch64.flatpak](https://download.sketchymaze.com/release/v0.10.0/linux/sketchymaze-0.10.0-aarch64.flatpak) (13.1 MB) +* **64-bit:** [sketchymaze-0.10.1.flatpak](https://download.sketchymaze.com/release/v0.10.1/linux/sketchymaze-0.10.1.flatpak) (13.1 MB) +* **ARM aarch64:** [sketchymaze-0.10.1-aarch64.flatpak](https://download.sketchymaze.com/release/v0.10.1/linux/sketchymaze-0.10.1-aarch64.flatpak) (13.1 MB) There is not a Flatpak repository for this game yet; inclusion on [Flathub](https://flathub.org/) or a custom Flatpak repository for easier @@ -58,10 +58,10 @@ To install the Flatpak manually: ```bash # Download the .flatpak package. NOTE: it's distributed as a stand-alone app # for now, a flatpak repo will be added at some point. -$ wget https://download.sketchymaze.com/release/v0.10.0/linux/sketchymaze-0.10.0.flatpak +$ wget https://download.sketchymaze.com/release/v0.10.1/linux/sketchymaze-0.10.1.flatpak # Install the .flatpak package. -$ flatpak install --user sketchymaze-0.10.0.flatpak +$ flatpak install --user sketchymaze-0.10.1.flatpak # Run it. There should also be a standard app launcher in your menu. $ flatpak run com.sketchymaze.Doodle @@ -69,22 +69,25 @@ $ flatpak run com.sketchymaze.Doodle
-**Notice:** in the 0.10.0 release the Flatpak app launcher had difficulty launching the game properly, +**Notice:** in the 0.10.1 release the Flatpak app launcher had difficulty launching the game properly, citing an error about not being able to change to the /app/share/sketchymaze directory therein. I'm not sure what changed to break this since earlier releases but `flatpak run com.sketchymaze.Doodle` should run the app from the command line. ### Fedora (.rpm) -* **64-bit:** [sketchy-maze-0.10.0-1.x86_64.rpm](https://download.sketchymaze.com/release/v0.10.0/linux/sketchy-maze-0.10.0-1.x86_64.rpm) (21 MB) -* **32-bit:** [sketchy-maze-0.10.0-1.i386.rpm](https://download.sketchymaze.com/release/v0.10.0/linux/sketchy-maze-0.10.0-1.i386.rpm) (21 MB) -* **ARM aarch64:** [sketchy-maze-0.10.0-1.aarch64.rpm](https://download.sketchymaze.com/release/v0.10.0/linux/sketchy-maze-0.10.0-1.aarch64.rpm) (21 MB) +* **64-bit:** [sketchy-maze-0.10.1-1.x86_64.rpm](https://download.sketchymaze.com/release/v0.10.1/linux/sketchy-maze-0.10.1-1.x86_64.rpm) (21 MB) +* **32-bit:** [sketchy-maze-0.10.1-1.i386.rpm](https://download.sketchymaze.com/release/v0.10.1/linux/sketchy-maze-0.10.1-1.i386.rpm) (21 MB) +* **ARM aarch64:** [sketchy-maze-0.10.1-1.aarch64.rpm](https://download.sketchymaze.com/release/v0.10.1/linux/sketchy-maze-0.10.1-1.aarch64.rpm) (21 MB) ### Ubuntu & Debian (.deb) -* **64-bit:** [sketchy-maze_0.10.0_amd64.deb](https://download.sketchymaze.com/release/v0.10.0/linux/sketchy-maze_0.10.0_amd64.deb) (21 MB) -* **32-bit:** [sketchy-maze_0.10.0_i386.deb](https://download.sketchymaze.com/release/v0.10.0/linux/sketchy-maze_0.10.0_i386.deb) (21 MB) -* **ARM aarch64:** [sketchy-maze_0.10.0_arm64.deb](https://download.sketchymaze.com/release/v0.10.0/linux/sketchy-maze_0.10.0_arm64.deb) (21 MB) +* **64-bit:** [sketchy-maze_0.10.1_amd64.deb](https://download.sketchymaze.com/release/v0.10.1/linux/sketchy-maze_0.10.1_amd64.deb) (21 MB) +* **32-bit:** [sketchy-maze_0.10.1_i386.deb](https://download.sketchymaze.com/release/v0.10.1/linux/sketchy-maze_0.10.1_i386.deb) (21 MB) +* **ARM aarch64:** [sketchy-maze_0.10.1_arm64.deb](https://download.sketchymaze.com/release/v0.10.1/linux/sketchy-maze_0.10.1_arm64.deb) (21 MB) + +**Notice:** the game depends on SDL2, SDL2-ttf and SDL2-mixer but the .deb package doesn't declare these +dependencies for compatibility between Debian and Ubuntu which name these packages distinctly. ### Tarball @@ -93,9 +96,9 @@ anywhere and run. The binary is built on a modern Fedora system and _hopefully_ should run as-is on other modern GNU/Linux systems, but sometimes shared library versions of SDL2 may not match your computer. -* **64-bit:** [sketchymaze-0.10.0-linux-64bit.tar.gz](https://download.sketchymaze.com/release/v0.10.0/linux/sketchymaze-0.10.0-linux-64bit.tar.gz) -* **32-bit:** [sketchymaze-0.10.0-linux-32bit.tar.gz](https://download.sketchymaze.com/release/v0.10.0/linux/sketchymaze-0.10.0-linux-32bit.tar.gz) -* **ARM aarch64:** [sketchymaze-0.10.0-linux-aarch64.tar.gz](https://download.sketchymaze.com/release/v0.10.0/linux/sketchymaze-0.10.0-linux-aarch64.tar.gz) +* **64-bit:** [sketchymaze-0.10.1-linux-64bit.tar.gz](https://download.sketchymaze.com/release/v0.10.1/linux/sketchymaze-0.10.1-linux-64bit.tar.gz) +* **32-bit:** [sketchymaze-0.10.1-linux-32bit.tar.gz](https://download.sketchymaze.com/release/v0.10.1/linux/sketchymaze-0.10.1-linux-32bit.tar.gz) +* **ARM aarch64:** [sketchymaze-0.10.1-linux-aarch64.tar.gz](https://download.sketchymaze.com/release/v0.10.1/linux/sketchymaze-0.10.1-linux-aarch64.tar.gz) For the daring, Sketchy Maze _almost_ works on the Pinephone. Try the aarch64 version of the tarball, built on Mobian on Pinephone. diff --git a/content/posts/release-v0.10.1.md b/content/posts/release-v0.10.1.md new file mode 100644 index 0000000..149f01b --- /dev/null +++ b/content/posts/release-v0.10.1.md @@ -0,0 +1,24 @@ +--- +title: "Sketchy Maze v0.10.1 Released" +date: 2022-01-09T16:00:51-08:00 +draft: false +--- +A new revision of Sketchy Maze has been released! + +This is a minor release that brings the following new features: + +* **Level progression and high scores** in Story Mode. +* **Auto-save** for the editor in case of unexpected crash! +* **Color picker UI** to more easily choose colors in the editor + without worrying about hexadecimal codes! +* **Invisible Warp Door** doodad has been added. +* Several built-in levels have been revised for difficulty. These levels + were created during earlier versions of the game and weren't updated + when the player character and platforming physics were changed, and + some platforming sections were difficult with touch controls. + +There are a few smaller fixes and improvements, see the +[change log](/guidebook/changes.html) for the full details! + +**[Download](/download)** the latest release for Windows, Mac OS or +Linux!