Skip to content

Commit

Permalink
Release v1.5.208
Browse files Browse the repository at this point in the history
Changes since v1.5.202:
  - Engine: improve compile flags to make the binary smaller.
  - Engine: modules update, including Ebitengine 2.8.0.
  • Loading branch information
divVerent committed Oct 7, 2024
1 parent cc22b5e commit e8227ee
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitmoduleversions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
+6b718dc46564f58c658b54db6697fc754d4345e7 third_party/SDL_GameControllerDB/assets/input (remotes/origin/HEAD)
+4672f1511d2a9e9bbbd21d4969fdc84b349d3ca0 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.202+20240914.3521.8c236869
1.5.208+20241005.3527.cc22b5e2
2 changes: 1 addition & 1 deletion .lastreleaseversioncode
Original file line number Diff line number Diff line change
@@ -1 +1 @@
105302020
105302080
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.202;
MARKETING_VERSION = 1.5.208;
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.202;
MARKETING_VERSION = 1.5.208;
PRODUCT_BUNDLE_IDENTIFIER = io.github.divverent.aaaaxy;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/105302080.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Engine: improve compile flags to make the binary smaller.
- Engine: modules update, including Ebitengine 2.8.0.
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.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 version="v1.5.208" date="2024-10-07">
<description><ul><li>Engine: improve compile flags to make the binary smaller.</li><li>Engine: modules update, including Ebitengine 2.8.0.</li></ul></description>
<url>https://github.com/divVerent/aaaaxy/releases/v1.5.208</url>
</release>
</releases>
</component>
2 changes: 1 addition & 1 deletion third_party/SDL_GameControllerDB/assets/input
Submodule input updated from 6b718d to 4672f1

0 comments on commit e8227ee

Please sign in to comment.