Skip to content

Commit 31aeaab

Browse files
committed
v1.11.12
1 parent 30ece48 commit 31aeaab

File tree

14 files changed

+28
-8
lines changed

14 files changed

+28
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ Linux:
5858
[app_store]: https://apps.apple.com/app/ricochlime/id6459539993
5959
[web_app]: https://ricochlime.adil.hanney.org
6060
[flathub]: https://flathub.org/apps/com.adilhanney.ricochlime
61-
[download_windows]: https://github.com/adil192/ricochlime/releases/download/v1.11.11/RicochlimeInstaller_v1.11.11.exe
62-
[download_appimage]: https://github.com/adil192/ricochlime/releases/download/v1.11.11/Ricochlime-1.11.11-x86_64.AppImage
61+
[download_windows]: https://github.com/adil192/ricochlime/releases/download/v1.11.12/RicochlimeInstaller_v1.11.12.exe
62+
[download_appimage]: https://github.com/adil192/ricochlime/releases/download/v1.11.12/Ricochlime-1.11.12-x86_64.AppImage
6363

6464
## Technical
6565

flatpak/com.adilhanney.ricochlime.metainfo.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,14 @@
7474
</branding>
7575

7676
<releases>
77+
<release version="1.11.12" date="2025-12-12">
78+
<url type="details">https://github.com/adil192/ricochlime/releases/tag/v1.11.12</url>
79+
<description>
80+
<ul>
81+
<li>Fixed alignment of the coin count text</li>
82+
</ul>
83+
</description>
84+
</release>
7785
<release version="1.11.11" date="2025-11-04">
7886
<url type="details">https://github.com/adil192/ricochlime/releases/tag/v1.11.11</url>
7987
<description>

installers/desktop_inno_script.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "Ricochlime"
5-
#define MyAppVersion "1.11.11"
5+
#define MyAppVersion "1.11.12"
66
#define MyAppPublisher "Adil Hanney"
77
#define MyAppURL "https://github.com/adil192/ricochlime"
88
#define MyAppExeName "ricochlime.exe"

lib/utils/version.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
// Run `./scripts/apply_version.sh --help` for more information.
33

44
/// The current app version as an ordinal number.
5-
const int buildNumber = 111110;
5+
const int buildNumber = 111120;
66

77
/// The current app version as a string.
8-
const String buildName = '1.11.11';
8+
const String buildName = '1.11.12';
99

1010
/// The year in which the current version was released.
1111
const int buildYear = 2025;
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
• Added some margins to allow for the Android back gesture
2+
• Fixed alignment of the coin count text
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
metadata/en-US/changelogs/111120.txt

metadata/es/changelogs/111120.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
• Se agregaron algunos márgenes para permitir el gesto de retroceso de Android
2+
• Se corrigió la alineación del texto del conteo de monedas.

metadata/es/changelogs/1111203.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
metadata/es/changelogs/111120.txt

metadata/kk/changelogs/111120.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
• Android-дің қимылына мүмкіндік беретін кейбір шеттер қосылды
2+
• Монетаны санаудың белгіленген туралануы Мәтін

metadata/kk/changelogs/1111203.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
metadata/kk/changelogs/111120.txt

0 commit comments

Comments
 (0)