Skip to content

Commit

Permalink
v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed May 28, 2024
1 parent cfea821 commit c8f81fb
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ Ricochlime is a game where you attack the advancing monsters with your ricocheti
[app_store]: https://apps.apple.com/app/ricochlime/id6459539993
[web_app]: https://ricochlime.adil.hanney.org
[flathub]: https://flathub.org/apps/com.adilhanney.ricochlime
[download_windows]: https://github.com/adil192/ricochlime/releases/download/v1.5.1/RicochlimeInstaller_v1.5.1.exe
[download_appimage]: https://github.com/adil192/ricochlime/releases/download/v1.5.1/Ricochlime-1.5.1-x86_64.AppImage
[download_windows]: https://github.com/adil192/ricochlime/releases/download/v1.5.2/RicochlimeInstaller_v1.5.2.exe
[download_appimage]: https://github.com/adil192/ricochlime/releases/download/v1.5.2/Ricochlime-1.5.2-x86_64.AppImage
10 changes: 10 additions & 0 deletions flatpak/com.adilhanney.ricochlime.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,16 @@
</branding>

<releases>
<release version="1.5.2" type="development" date="2024-05-28">
<url type="details">https://github.com/adil192/ricochlime/releases/tag/v1.5.2</url>
<description>
<ul>
<li>Started tallying some gameplay stats like "monsters killed" and "coins earned" in preparation for future updates.</li>
<li>If you have a less powerful device or would like to save battery, you can now set the max FPS in settings.</li>
<li>Various bug fixes.</li>
</ul>
</description>
</release>
<release version="1.5.1" type="development" date="2024-05-25">
<url type="details">https://github.com/adil192/ricochlime/releases/tag/v1.5.1</url>
<description>
Expand Down
2 changes: 1 addition & 1 deletion installers/desktop_inno_script.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Ricochlime"
#define MyAppVersion "1.5.1"
#define MyAppVersion "1.5.2"
#define MyAppPublisher "Adil Hanney"
#define MyAppURL "https://github.com/adil192/ricochlime"
#define MyAppExeName "ricochlime.exe"
Expand Down
4 changes: 2 additions & 2 deletions lib/utils/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
// Run `./scripts/apply_version.sh --help` for more information.

/// The current app version as an ordinal number.
const int buildNumber = 105010;
const int buildNumber = 105020;

/// The current app version as a string.
const String buildName = '1.5.1';
const String buildName = '1.5.2';

/// The year in which the current version was released.
const int buildYear = 2024;
4 changes: 4 additions & 0 deletions metadata/en-US/changelogs/105020.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
• Started tallying some gameplay stats like "monsters killed" and "coins earned" in preparation for future updates.
• Added more information about how ads are shown in the privacy policy. No extra data is being collected.
• If you have a less powerful device or would like to save battery, you can now set the max FPS in settings.
• Various bug fixes.
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/1050203.txt
4 changes: 4 additions & 0 deletions metadata/es/changelogs/105020.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
• Comenzó a contar algunas estadísticas del juego como "monstruos asesinados" y "monedas ganadas" en preparación para futuras actualizaciones.
• Se agregó más información sobre cómo se muestran los anuncios en la política de privacidad. No se recopilan datos adicionales.
• Si tiene un dispositivo menos potente o desea ahorrar batería, ahora puede configurar el FPS máximo en la configuración.
• Varias correcciones de errores.
1 change: 1 addition & 0 deletions metadata/es/changelogs/1050203.txt
4 changes: 4 additions & 0 deletions metadata/kk/changelogs/105020.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
• Болашақ жаңартуларға дайындық ретінде "өлген құбыжықтар" және "табылған тиындар" сияқты кейбір геймплей статистикасын есептей бастады.
• Жарнамалар құпиялылық саясатында қалай көрсетілетіні туралы қосымша ақпарат қосылды. Ешқандай қосымша деректер жиналмайды.
• Қуаттылығы азырақ құрылғы болса немесе батареяны үнемдегіңіз келсе, енді параметрлерде максималды FPS мәнін орнатуға болады.
• Әртүрлі қателер түзетілді.
1 change: 1 addition & 0 deletions metadata/kk/changelogs/1050203.txt
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.5.1+105010
version: 1.5.2+105020

environment:
sdk: '>=3.0.6 <4.0.0'
Expand Down
8 changes: 4 additions & 4 deletions windows/runner/Runner.rc
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ IDI_APP_ICON ICON "resources\\app_icon.ico"
//

#if defined(FLUTTER_VERSION_MAJOR) && defined(FLUTTER_VERSION_MINOR) && defined(FLUTTER_VERSION_PATCH) && defined(FLUTTER_VERSION_BUILD)
#define VERSION_AS_NUMBER 1,5,1,0
#define VERSION_AS_NUMBER 1,5,2,0
#else
#define VERSION_AS_NUMBER 1,5,1,0
#define VERSION_AS_NUMBER 1,5,2,0
#endif

#if defined(FLUTTER_VERSION)
#define VERSION_AS_STRING "1.5.1.0"
#define VERSION_AS_STRING "1.5.2.0"
#else
#define VERSION_AS_STRING "1.5.1.0"
#define VERSION_AS_STRING "1.5.2.0"
#endif

VS_VERSION_INFO VERSIONINFO
Expand Down

0 comments on commit c8f81fb

Please sign in to comment.