Skip to content

Commit b854052

Browse files
committed
Release v1.5.202
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.
1 parent 8c23686 commit b854052

File tree

7 files changed

+13
-9
lines changed

7 files changed

+13
-9
lines changed

.gitmoduleversions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b4001f8b2dd55a7225c736dae043ab4e737bf0ff third_party/SDL_GameControllerDB/assets/input (remotes/origin/HEAD)
1+
+6b718dc46564f58c658b54db6697fc754d4345e7 third_party/SDL_GameControllerDB/assets/input (remotes/origin/HEAD)

.lastreleaseversion

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.190+20240826.3509.227d4212
1+
1.5.202+20240914.3521.8c236869

.lastreleaseversioncode

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
105301900
1+
105302020

XcodeProjects/iOS/aaaaxy.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328
"$(inherited)",
329329
"@executable_path/Frameworks",
330330
);
331-
MARKETING_VERSION = 1.5.190;
331+
MARKETING_VERSION = 1.5.202;
332332
PRODUCT_BUNDLE_IDENTIFIER = io.github.divverent.aaaaxy;
333333
PRODUCT_NAME = "$(TARGET_NAME)";
334334
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
@@ -366,7 +366,7 @@
366366
"$(inherited)",
367367
"@executable_path/Frameworks",
368368
);
369-
MARKETING_VERSION = 1.5.190;
369+
MARKETING_VERSION = 1.5.202;
370370
PRODUCT_BUNDLE_IDENTIFIER = io.github.divverent.aaaaxy;
371371
PRODUCT_NAME = "$(TARGET_NAME)";
372372
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- Engine: fix game hanging at start on ChromeOS.
2+
- Engine: make singlethreaded-ness a runtime option.
3+
- Engine: module updates, including Ebitengine 2.7.9.
4+
- Engine: remove runnable_when_unfocused workaround.

io.github.divverent.aaaaxy.metainfo.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@
6969
<content_attribute id="language-humor">mild</content_attribute>
7070
</content_rating>
7171
<releases>
72-
<release version="v1.5.190" date="2024-08-27">
73-
<description><ul><li>Translations: more updates to Ukrainian.</li></ul></description>
74-
<url>https://github.com/divVerent/aaaaxy/releases/v1.5.190</url>
72+
<release version="v1.5.202" date="2024-09-16">
73+
<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>
74+
<url>https://github.com/divVerent/aaaaxy/releases/v1.5.202</url>
7575
</release>
7676
</releases>
7777
</component>

0 commit comments

Comments
 (0)