Skip to content

Commit 38abcf3

Browse files
committed
Release v1.7.12
Changes since v1.6.338: - Engine: module updates. - Engine: fix occasional spike appearing inside a solid wall; also speedup despawning by one frame, yielding slightly faster possible speedruns. (Fixes #587)
1 parent fc2186a commit 38abcf3

File tree

7 files changed

+13
-9
lines changed

7 files changed

+13
-9
lines changed

.gitmoduleversions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
+319385d7e4394ab28253f14294b7d7dbf1331ec0 third_party/SDL_GameControllerDB/assets/input (remotes/origin/HEAD)
1+
+fa7311de3c2a7297f70658780de15eadf3ac85d7 third_party/SDL_GameControllerDB/assets/input (remotes/origin/HEAD)

.lastreleaseversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.338+20260127.3956.3f4e8fdb
1+
1.7.12+20260209.3971.fc2186af

.lastreleaseversioncode

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
106303380
1+
107300120

XcodeProjects/iOS/aaaaxy.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328
"$(inherited)",
329329
"@executable_path/Frameworks",
330330
);
331-
MARKETING_VERSION = 1.6.338;
331+
MARKETING_VERSION = 1.7.12;
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.6.338;
369+
MARKETING_VERSION = 1.7.12;
370370
PRODUCT_BUNDLE_IDENTIFIER = io.github.divverent.aaaaxy;
371371
PRODUCT_NAME = "$(TARGET_NAME)";
372372
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- Engine: module updates.
2+
- Engine: fix occasional spike appearing inside a solid wall; also speedup
3+
despawning by one frame, yielding slightly faster possible speedruns.
4+
(Fixes #587)

io.github.divverent.aaaaxy.metainfo.xml

Lines changed: 3 additions & 3 deletions
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.6.338" date="2026-01-27">
73-
<description><ul><li>Engine: cheat_show_bboxes: use colors different from the EGA colors.</li><li>Engine: fix "scratchy" sound when walking up slopes.</li><li>Engine: minor module updates.</li></ul></description>
74-
<url>https://github.com/divVerent/aaaaxy/releases/v1.6.338</url>
72+
<release version="v1.7.12" date="2026-02-09">
73+
<description><ul><li>Engine: module updates.</li><li>Engine: fix occasional spike appearing inside a solid wall; also speedup despawning by one frame, yielding slightly faster possible speedruns. (Fixes #587)</li></ul></description>
74+
<url>https://github.com/divVerent/aaaaxy/releases/v1.7.12</url>
7575
</release>
7676
</releases>
7777
</component>
Submodule input updated from 319385d to fa7311d

0 commit comments

Comments
 (0)