From fe3e0f5e72d2c54d5dc457dc13f3ddbd4f8235cd Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Mon, 6 Feb 2023 09:48:56 -0500 Subject: [PATCH] Release v1.3.263 Changes since v1.3.219: - Engine: update oto library. - Engine: slightly improve font alignment. - Engine: refactor for better localization support. - Engine: migrate from go-freetype to x/image/font/opentype. - Mobile: replace the B button by "touching anywhere else" for less visual clutter. Can be reverted by going to the input touch editor and long-pressing an empty space. --- .gitmoduleversions | 2 +- .lastreleaseversion | 2 +- .lastreleaseversioncode | 2 +- fastlane/metadata/android/en-US/changelogs/103030263.txt | 5 +++++ io.github.divverent.aaaaxy.metainfo.xml | 6 +++--- third_party/SDL_GameControllerDB/assets/input | 2 +- 6 files changed, 12 insertions(+), 7 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/103030263.txt diff --git a/.gitmoduleversions b/.gitmoduleversions index 561bf835..4ff6d016 100644 --- a/.gitmoduleversions +++ b/.gitmoduleversions @@ -1 +1 @@ - 1d127c0956488cce2a71b6482d54fafef1c91035 third_party/SDL_GameControllerDB/assets/input (remotes/origin/HEAD) ++0562b00eaf5c0308c49d329b79263d2dae1c3a85 third_party/SDL_GameControllerDB/assets/input (remotes/origin/HEAD) diff --git a/.lastreleaseversion b/.lastreleaseversion index 81b7df31..6844441f 100644 --- a/.lastreleaseversion +++ b/.lastreleaseversion @@ -1 +1 @@ -1.3.219+20230130.2684.dd390e76 +1.3.263+20230205.2728.57c67f41 diff --git a/.lastreleaseversioncode b/.lastreleaseversioncode index c6bebee2..a474c0ed 100644 --- a/.lastreleaseversioncode +++ b/.lastreleaseversioncode @@ -1 +1 @@ -103030219 +103030263 diff --git a/fastlane/metadata/android/en-US/changelogs/103030263.txt b/fastlane/metadata/android/en-US/changelogs/103030263.txt new file mode 100644 index 00000000..74ec96d1 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/103030263.txt @@ -0,0 +1,5 @@ + - Engine: update oto library. + - Engine: slightly improve font alignment. + - Engine: refactor for better localization support. + - Engine: migrate from go-freetype to x/image/font/opentype. + - Mobile: replace the B button by "touching anywhere else" for less visual clutter. Can be reverted by going to the input touch editor and long-pressing an empty space. diff --git a/io.github.divverent.aaaaxy.metainfo.xml b/io.github.divverent.aaaaxy.metainfo.xml index 72acd985..5527c696 100644 --- a/io.github.divverent.aaaaxy.metainfo.xml +++ b/io.github.divverent.aaaaxy.metainfo.xml @@ -55,9 +55,9 @@ mild - -
  • Easter egg: fix Konami Code on keyboard.
  • Engine: minor ebitengine update.
  • Level: reworded Shepard Tone.
  • Game: provide a game loop for Google Play.
  • Translations: added translation to Ukrainian.
- https://github.com/divVerent/aaaaxy/releases/v1.3.219 + +
  • Engine: update oto library.
  • Engine: slightly improve font alignment.
  • Engine: refactor for better localization support.
  • Engine: migrate from go-freetype to x/image/font/opentype.
  • Mobile: replace the B button by "touching anywhere else" for less visual clutter. Can be reverted by going to the input touch editor and long-pressing an empty space.
+ https://github.com/divVerent/aaaaxy/releases/v1.3.263
diff --git a/third_party/SDL_GameControllerDB/assets/input b/third_party/SDL_GameControllerDB/assets/input index 1d127c09..0562b00e 160000 --- a/third_party/SDL_GameControllerDB/assets/input +++ b/third_party/SDL_GameControllerDB/assets/input @@ -1 +1 @@ -Subproject commit 1d127c0956488cce2a71b6482d54fafef1c91035 +Subproject commit 0562b00eaf5c0308c49d329b79263d2dae1c3a85