Skip to content

Commit

Permalink
Release v1.5.23
Browse files Browse the repository at this point in the history
Changes since v1.5.6:
  - Engine: update modules.
  - Game: slightly improve one easter egg.
  - Menu: better score for qblocks.
  • Loading branch information
divVerent committed Feb 26, 2024
1 parent 5382b42 commit dc3bc8c
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 @@
+4ebc04587814181b3c191e5f045d574d6d63153a third_party/SDL_GameControllerDB/assets/input (remotes/origin/HEAD)
+6e3d67e71e488125b49a6754e05831fb5bc2f731 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.6+20240219.3325.eaf4bbab
1.5.23+20240226.3342.5382b42a
2 changes: 1 addition & 1 deletion .lastreleaseversioncode
Original file line number Diff line number Diff line change
@@ -1 +1 @@
105300060
105300230
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.6;
MARKETING_VERSION = 1.5.23;
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.6;
MARKETING_VERSION = 1.5.23;
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/105300230.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Engine: update modules.
- Game: slightly improve one easter egg.
- Menu: better score for qblocks.
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.6" date="2024-02-19">
<description><ul><li>Engine: add support for "language packs" - .po files placed right next to the game executable.</li><li>Engine: update dependencies.</li><li>Level: add a very obscure easter egg (not required for any run).</li><li>Level: minor change to the "Dopefish Lives" section (improves flow, but may break existing TAS runs for 100%, but same times definitely are achievable).</li><li>Menu: show something about the number of question blocks hit.</li><li>Translations: add Arabic and Arabic (Egypt). Thank you, Mo'taz Elhag (معتز الحاج)!</li></ul></description>
<url>https://github.com/divVerent/aaaaxy/releases/v1.5.6</url>
<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>
</releases>
</component>
2 changes: 1 addition & 1 deletion third_party/SDL_GameControllerDB/assets/input
Submodule input updated from 4ebc04 to 6e3d67

0 comments on commit dc3bc8c

Please sign in to comment.