Skip to content

Commit

Permalink
Release v1.5.202
Browse files Browse the repository at this point in the history
Changes since v1.5.190:
  - Engine: fix game hanging at start on ChromeOS.
  - Engine: make singlethreaded-ness a runtime option.
  - Engine: module updates, including Ebitengine 2.7.9.
  - Engine: remove runnable_when_unfocused workaround.
  • Loading branch information
divVerent committed Sep 16, 2024
1 parent 8c23686 commit b854052
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitmoduleversions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b4001f8b2dd55a7225c736dae043ab4e737bf0ff third_party/SDL_GameControllerDB/assets/input (remotes/origin/HEAD)
+6b718dc46564f58c658b54db6697fc754d4345e7 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.190+20240826.3509.227d4212
1.5.202+20240914.3521.8c236869
2 changes: 1 addition & 1 deletion .lastreleaseversioncode
Original file line number Diff line number Diff line change
@@ -1 +1 @@
105301900
105302020
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.190;
MARKETING_VERSION = 1.5.202;
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.190;
MARKETING_VERSION = 1.5.202;
PRODUCT_BUNDLE_IDENTIFIER = io.github.divverent.aaaaxy;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/105302020.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Engine: fix game hanging at start on ChromeOS.
- Engine: make singlethreaded-ness a runtime option.
- Engine: module updates, including Ebitengine 2.7.9.
- Engine: remove runnable_when_unfocused workaround.
6 changes: 3 additions & 3 deletions io.github.divverent.aaaaxy.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
<content_attribute id="language-humor">mild</content_attribute>
</content_rating>
<releases>
<release version="v1.5.190" date="2024-08-27">
<description><ul><li>Translations: more updates to Ukrainian.</li></ul></description>
<url>https://github.com/divVerent/aaaaxy/releases/v1.5.190</url>
<release version="v1.5.202" date="2024-09-16">
<description><ul><li>Engine: fix game hanging at start on ChromeOS.</li><li>Engine: make singlethreaded-ness a runtime option.</li><li>Engine: module updates, including Ebitengine 2.7.9.</li><li>Engine: remove runnable_when_unfocused workaround.</li></ul></description>
<url>https://github.com/divVerent/aaaaxy/releases/v1.5.202</url>
</release>
</releases>
</component>
2 changes: 1 addition & 1 deletion third_party/SDL_GameControllerDB/assets/input
Submodule input updated from b4001f to 6b718d

0 comments on commit b854052

Please sign in to comment.