Skip to content

Commit

Permalink
Release v1.5.54
Browse files Browse the repository at this point in the history
Changes since v1.5.42:
  - Android: re-enable the gamepad trigger buttons thanks to a fix in Ebitengine 2.6.7.
  - Engine: upgrade Ebitengine to 2.6.7. Next version of AAAAXY will move to Ebitengine 2.7.0.
  - Level: fix a broken left/right reference.
  • Loading branch information
divVerent committed Apr 8, 2024
1 parent 3f58f51 commit a247dd4
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitmoduleversions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
+e1f095abb7cb6f201b40bc25b62fa4bd92edbbc0 third_party/SDL_GameControllerDB/assets/input (remotes/origin/HEAD)
+4c9b8dace8378e22474556e0259d02b59ea55484 third_party/SDL_GameControllerDB/assets/input (remotes/origin/HEAD)
2 changes: 1 addition & 1 deletion .lastreleaseversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.42+20240304.3361.65bd9a62
1.5.54+20240407.3373.3f58f518
2 changes: 1 addition & 1 deletion .lastreleaseversioncode
Original file line number Diff line number Diff line change
@@ -1 +1 @@
105300420
105300540
4 changes: 2 additions & 2 deletions XcodeProjects/iOS/aaaaxy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.5.42;
MARKETING_VERSION = 1.5.54;
PRODUCT_BUNDLE_IDENTIFIER = io.github.divverent.aaaaxy;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down Expand Up @@ -366,7 +366,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.5.42;
MARKETING_VERSION = 1.5.54;
PRODUCT_BUNDLE_IDENTIFIER = io.github.divverent.aaaaxy;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/105300540.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Android: re-enable the gamepad trigger buttons thanks to a fix in Ebitengine 2.6.7.
- Engine: upgrade Ebitengine to 2.6.7. Next version of AAAAXY will move to Ebitengine 2.7.0.
- Level: fix a broken left/right reference.
6 changes: 3 additions & 3 deletions io.github.divverent.aaaaxy.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
<content_attribute id="language-humor">mild</content_attribute>
</content_rating>
<releases>
<release version="v1.5.42" date="2024-03-04">
<description><ul><li>Engine: do not activate questionblocks when hitting them just by rising up on a platform. Matches Mario rules.</li><li>Engine: minor module update.</li><li>Level: minor visual improvement to Little &amp; Big Platforms.</li><li>Menu: fix crash in savestates menu when cheats are enabled.</li><li>Menu: show the score for questionblocks a bit simpler. Now always 3 digits.</li><li>Translations: add Japanese; thank you, Konishi Hiroto!</li></ul></description>
<url>https://github.com/divVerent/aaaaxy/releases/v1.5.42</url>
<release version="v1.5.54" date="2024-04-08">
<description><ul><li>Android: re-enable the gamepad trigger buttons thanks to a fix in Ebitengine 2.6.7.</li><li>Engine: upgrade Ebitengine to 2.6.7. Next version of AAAAXY will move to Ebitengine 2.7.0.</li><li>Level: fix a broken left/right reference.</li></ul></description>
<url>https://github.com/divVerent/aaaaxy/releases/v1.5.54</url>
</release>
</releases>
</component>
2 changes: 1 addition & 1 deletion third_party/SDL_GameControllerDB/assets/input
Submodule input updated from e1f095 to 4c9b8d

0 comments on commit a247dd4

Please sign in to comment.