Release v0.8.1

master
Noah 2021-09-12 20:36:30 -07:00
parent f6487a21c0
commit 9c29b0cdd8
3 changed files with 52 additions and 12 deletions

View File

@ -3,7 +3,7 @@ title: "Download"
draft: false
toc: true
---
# Latest Release: v0.8.0 (September 4, 2021)
# Latest Release: v0.8.1 (September 12, 2021)
[Change History](/guidebook/changes.html)
@ -16,7 +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.8.0-windows-64bit.zip](https://download.sketchymaze.com/release/v0.8.0/sketchymaze-0.8.0-windows-64bit.zip) (23 MB)
* **64-bit:** [sketchymaze-0.8.1-windows-64bit.zip](https://download.sketchymaze.com/release/v0.8.1/sketchymaze-0.8.1-windows-64bit.zip) (23 MB)
* **32-bit:** [sketchymaze-0.8.1-windows-32bit.zip](https://download.sketchymaze.com/release/v0.8.1/sketchymaze-0.8.1-windows-32bit.zip) (23 MB)
[Let me know](https://www.kirsle.net/contact) if there is demand for a
32-bit Windows build of this game.
@ -35,8 +36,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.8.0-macOS-x64.dmg](https://download.sketchymaze.com/release/v0.8.0/sketchymaze-0.8.0-macOS-x64.dmg) (32 MB)
* **Zip file for Intel Macs:** [sketchymaze-0.8.0-macos-x64.zip](https://download.sketchymaze.com/release/v0.8.0/sketchymaze-0.8.0-macos-x64.zip) (22 MB)
* **Intel 64-bit App:** [sketchymaze-0.8.1-macOS-x64.dmg](https://download.sketchymaze.com/release/v0.8.1/sketchymaze-0.8.1-macOS-x64.dmg) (32 MB)
* **Zip file for Intel Macs:** [sketchymaze-0.8.1-macos-x64.zip](https://download.sketchymaze.com/release/v0.8.1/sketchymaze-0.8.1-macos-x64.zip) (22 MB)
---
@ -48,7 +49,7 @@ 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.8.0.flatpak](https://download.sketchymaze.com/release/v0.8.0/sketchymaze-0.8.0.flatpak) (13.1 MB)
* **64-bit:** [sketchymaze-0.8.1.flatpak](https://download.sketchymaze.com/release/v0.8.1/sketchymaze-0.8.1.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
@ -59,10 +60,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.8.0/sketchymaze-0.8.0.flatpak
$ wget https://download.sketchymaze.com/release/v0.8.1/sketchymaze-0.8.1.flatpak
# Install the .flatpak package.
$ flatpak install --user sketchymaze-0.8.0.flatpak
$ flatpak install --user sketchymaze-0.8.1.flatpak
# Run it. There should also be a standard app launcher in your menu.
$ flatpak run com.sketchymaze.Doodle
@ -70,11 +71,13 @@ $ flatpak run com.sketchymaze.Doodle
### Fedora (.rpm)
* **64-bit:** [sketchy-maze-0.8.0-1.x86_64.rpm](https://download.sketchymaze.com/release/v0.8.0/sketchy-maze-0.8.0-1.x86_64.rpm) (21 MB)
* **64-bit:** [sketchy-maze-0.8.1-1.x86_64.rpm](https://download.sketchymaze.com/release/v0.8.1/sketchy-maze-0.8.1-1.x86_64.rpm) (21 MB)
* **32-bit:** [sketchy-maze-0.8.1-1.i686.rpm](https://download.sketchymaze.com/release/v0.8.1/sketchy-maze-0.8.1-1.i686.rpm) (21 MB)
### Ubuntu & Debian (.deb)
* **64-bit:** [sketchy-maze_0.8.0_amd64.deb](https://download.sketchymaze.com/release/v0.8.0/sketchy-maze_0.8.0_amd64.deb) (21 MB)
* **64-bit:** [sketchy-maze_0.8.1_amd64.deb](https://download.sketchymaze.com/release/v0.8.1/sketchy-maze_0.8.1_amd64.deb) (21 MB)
* **32-bit:** [sketchy-maze_0.8.1_i686.deb](https://download.sketchymaze.com/release/v0.8.1/sketchy-maze_0.8.1_i686.deb) (21 MB)
### Tarball
@ -83,8 +86,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.8.0-linux-64bit.tar.gz](https://download.sketchymaze.com/release/v0.8.0/sketchymaze-0.8.0-linux-64bit.tar.gz)
* **ARM aarch64:** [sketchymaze-0.8.0-linux-aarch64.tar.gz](https://download.sketchymaze.com/release/v0.8.0/sketchymaze-0.8.0-linux-aarch64.tar.gz)
* **64-bit:** [sketchymaze-0.8.1-linux-64bit.tar.gz](https://download.sketchymaze.com/release/v0.8.1/sketchymaze-0.8.1-linux-64bit.tar.gz)
* **32-bit:** [sketchymaze-0.8.1-linux-32bit.tar.gz](https://download.sketchymaze.com/release/v0.8.1/sketchymaze-0.8.1-linux-32bit.tar.gz)
* **ARM aarch64:** [sketchymaze-0.8.1-linux-aarch64.tar.gz](https://download.sketchymaze.com/release/v0.8.1/sketchymaze-0.8.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.
@ -93,6 +97,21 @@ version of the tarball, built on Mobian on Pinephone.
# Previous Releases
## v0.8.0 (Sept 4, 2021)
* Windows:
* 64-bit: [sketchymaze-0.8.0-windows-64bit.zip](https://download.sketchymaze.com/release/v0.8.0/sketchymaze-0.8.0-windows-64bit.zip) (23 MB)
* Mac OS (Intel):
* Sketchy Maze.app: [sketchymaze-0.8.0-macOS-x64.dmg](https://download.sketchymaze.com/release/v0.8.0/sketchymaze-0.8.0-macOS-x64.dmg) (32 MB)
* Zip file: [sketchymaze-0.8.0-macOS-x64.zip](https://download.sketchymaze.com/release/v0.8.0/sketchymaze-0.8.0-macos-x64.zip) (22 MB)
* Linux (64-bit Intel and AMD PCs)
* Flatpak (manual install): [sketchymaze-0.8.0.flatpak](https://download.sketchymaze.com/release/v0.8.0/sketchymaze-0.8.0.flatpak) (13 MB)
* .rpm (Fedora-likes): [sketchy-maze-0.8.0-1.x86_64.rpm](https://download.sketchymaze.com/release/v0.8.0/sketchy-maze-0.8.0-1.x86_64.rpm) (21 MB)
* .deb (Debian and Ubuntu): [sketchy-maze_0.8.0_amd64.deb](https://download.sketchymaze.com/release/v0.8.0/sketchy-maze_0.8.0_amd64.deb) (21 MB)
* Tarball: [sketchymaze-0.8.0-linux-64bit.tar.gz](https://download.sketchymaze.com/release/v0.8.0/sketchymaze-0.8.0-linux-64bit.tar.gz)
* Linux (64-bit ARM, like the Pinephone or raspberry pi):
* Tarball: [sketchymaze-0.8.0-linux-aarch64.tar.gz](https://download.sketchymaze.com/release/v0.8.0/sketchymaze-0.8.0-linux-aarch64.tar.gz)
## v0.7.2 (July 19, 2021)
* Windows:

View File

@ -0,0 +1,21 @@
---
title: "Sketchy Maze v0.8.1 Released"
date: 2021-09-04T13:11:14-07:00
draft: false
---
This is a minor update to the game which brings a couple new
features, but the main feature of this release is there there
are now 32-bit builds available for Linux and Windows.
The new (experimental) features in this release include:
* **Zoom In/Out:** in the level editor you can zoom in and out of
your drawing. It's _mostly_ usable with a few bugs to iron out.
* **Replace Palette:** in the Level Properties window you have the
option to replace your palette with one of the built-in defaults,
like when you first created your level.
To access these features, open the game's Settings window and see
the new "Experimental" tab.
Check out the [Downloads](/download) and check it out!

View File

@ -27,7 +27,7 @@
<hr>
{{ range first 4 .Site.Pages.ByPublishDate.Reverse }}
{{ range first 5 .Site.Pages.ByPublishDate.Reverse }}
<h1><a class="title" href="{{ .RelPermalink }}">{{ .Title }}</a></h1>
{{ partial "metadata.html" . }}
<div>{{ .Content }}</div>