Skip to content

Commit

Permalink
Release v1.5.42
Browse files Browse the repository at this point in the history
Changes since v1.5.23:
  - Engine: do not activate questionblocks when hitting them just by rising up
    on a platform. Matches Mario rules.
  - Engine: minor module update.
  - Level: minor visual improvement to Little & Big Platforms.
  - Menu: fix crash in savestates menu when cheats are enabled.
  - Menu: show the score for questionblocks a bit simpler. Now always 3 digits.
  - Translations: add Japanese; thank you, Konishi Hiroto!
  • Loading branch information
divVerent committed Mar 4, 2024
1 parent 65bd9a6 commit e8b12bd
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitmoduleversions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
+6e3d67e71e488125b49a6754e05831fb5bc2f731 third_party/SDL_GameControllerDB/assets/input (remotes/origin/HEAD)
+e1f095abb7cb6f201b40bc25b62fa4bd92edbbc0 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.23+20240226.3342.5382b42a
1.5.42+20240304.3361.65bd9a62
2 changes: 1 addition & 1 deletion .lastreleaseversioncode
Original file line number Diff line number Diff line change
@@ -1 +1 @@
105300230
105300420
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.23;
MARKETING_VERSION = 1.5.42;
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.23;
MARKETING_VERSION = 1.5.42;
PRODUCT_BUNDLE_IDENTIFIER = io.github.divverent.aaaaxy;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/105300420.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- Engine: do not activate questionblocks when hitting them just by rising up
on a platform. Matches Mario rules.
- Engine: minor module update.
- Level: minor visual improvement to Little & Big Platforms.
- Menu: fix crash in savestates menu when cheats are enabled.
- Menu: show the score for questionblocks a bit simpler. Now always 3 digits.
- Translations: add Japanese; thank you, Konishi Hiroto!
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.23" date="2024-02-26">
<description><ul><li>Engine: update modules.</li><li>Game: slightly improve one easter egg.</li><li>Menu: better score for qblocks.</li></ul></description>
<url>https://github.com/divVerent/aaaaxy/releases/v1.5.23</url>
<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 & 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>
</releases>
</component>
2 changes: 1 addition & 1 deletion third_party/SDL_GameControllerDB/assets/input
Submodule input updated from 6e3d67 to e1f095

0 comments on commit e8b12bd

Please sign in to comment.