Skip to content

Commit c1235d1

Browse files
committedJan 24, 2022
Release v1.1.31
Changes since v1.1.6: - Level: fix an exploit where one could still get into Butterfly Effect without being able to stand. Makes Kaizo less confusing. - Engine: add the Konami code. - Engine: make the VGA palette nicer (better gradients by larger dither range). - Engine: tiny module update. - Snap: enable joystick support (need to also run: sudo snap connect aaaaxy:joystick).
1 parent 0dd9fe1 commit c1235d1

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed
 

‎docs/index.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,18 @@ END DOWNLOAD LINKS TEMPLATE -->
4141

4242
<!-- BEGIN DOWNLOAD LINKS -->
4343

44-
The current version is v1.1.6. Download here:
44+
The current version is v1.1.31. Download here:
4545

4646
- [Windows x86\_64
47-
ZIP](https://github.com/divVerent/aaaaxy/releases/download/v1.1.6/aaaaxy-windows-amd64-v1.1.6.zip)
47+
ZIP](https://github.com/divVerent/aaaaxy/releases/download/v1.1.31/aaaaxy-windows-amd64-v1.1.31.zip)
4848
- [Windows x86
49-
ZIP](https://github.com/divVerent/aaaaxy/releases/download/v1.1.6/aaaaxy-windows-386-v1.1.6.zip)
49+
ZIP](https://github.com/divVerent/aaaaxy/releases/download/v1.1.31/aaaaxy-windows-386-v1.1.31.zip)
5050
- [Linux x86\_64
51-
AppImage](https://github.com/divVerent/aaaaxy/releases/download/v1.1.6/AAAAXY-x86_64.AppImage)
51+
AppImage](https://github.com/divVerent/aaaaxy/releases/download/v1.1.31/AAAAXY-x86_64.AppImage)
5252
- [Linux x86\_64
53-
ZIP](https://github.com/divVerent/aaaaxy/releases/download/v1.1.6/aaaaxy-linux-amd64-v1.1.6.zip)
53+
ZIP](https://github.com/divVerent/aaaaxy/releases/download/v1.1.31/aaaaxy-linux-amd64-v1.1.31.zip)
5454
- [macOS x86\_64+M1
55-
ZIP](https://github.com/divVerent/aaaaxy/releases/download/v1.1.6/aaaaxy-darwin-v1.1.6.zip)
55+
ZIP](https://github.com/divVerent/aaaaxy/releases/download/v1.1.31/aaaaxy-darwin-v1.1.31.zip)
5656
- [All files and
5757
releases](https://github.com/divVerent/aaaaxy/releases)
5858

‎io.github.divverent.aaaaxy.metainfo.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
<content_attribute id="language-humor">mild</content_attribute>
4646
</content_rating>
4747
<releases>
48-
<release version="v1.1.6" date="2022-01-18">
49-
<description><ul><li>Level: fix a tiny render glitch in The Torus.</li><li>Level: make the Kaizo jump both easier and harder at the same time; allows slightly faster runs.</li><li>Level: in Kaizo, update the year in the note :)</li><li>Level: patch up the hole in Kaaaart Race.</li><li>Menu: add setting entry for palettes.</li><li>Engine: simplify collision code by removing some redundant stuff. Maybe slightly faster.</li><li>Engine: turn off some particularly spammy log messages by default.</li><li>Engine: update Ebiten to 2.2.4; fixes performance loss on macOS and a crash on web.</li><li>Renderer: improve palette color matching.</li><li>Build: remove some spammy warnings.</li></ul></description>
50-
<url>https://github.com/divVerent/aaaaxy/releases/v1.1.6</url>
48+
<release version="v1.1.31" date="2022-01-24">
49+
<description><ul><li>Level: fix an exploit where one could still get into Butterfly Effect without being able to stand. Makes Kaizo less confusing.</li><li>Engine: add the Konami code.</li><li>Engine: make the VGA palette nicer (better gradients by larger dither range).</li><li>Engine: tiny module update.</li><li>Snap: enable joystick support (need to also run: sudo snap connect aaaaxy:joystick).</li></ul></description>
50+
<url>https://github.com/divVerent/aaaaxy/releases/v1.1.31</url>
5151
</release>
5252
</releases>
5353
</component>

0 commit comments

Comments
 (0)
Please sign in to comment.