From 61f59c65e19f3fa4c89ea4a34e246773dcbec3e4 Mon Sep 17 00:00:00 2001 From: Adil Hanney Date: Sat, 8 Jun 2024 23:56:17 +0100 Subject: [PATCH] v1.8.1 --- README.md | 4 ++-- flatpak/com.adilhanney.ricochlime.metainfo.xml | 11 +++++++++++ installers/desktop_inno_script.iss | 2 +- lib/utils/version.dart | 4 ++-- metadata/en-US/changelogs/108010.txt | 5 +++++ metadata/en-US/changelogs/1080103.txt | 1 + metadata/es/changelogs/108010.txt | 5 +++++ metadata/es/changelogs/1080103.txt | 1 + metadata/kk/changelogs/108010.txt | 5 +++++ metadata/kk/changelogs/1080103.txt | 1 + pubspec.yaml | 2 +- windows/runner/Runner.rc | 8 ++++---- 12 files changed, 39 insertions(+), 10 deletions(-) create mode 100644 metadata/en-US/changelogs/108010.txt create mode 120000 metadata/en-US/changelogs/1080103.txt create mode 100644 metadata/es/changelogs/108010.txt create mode 120000 metadata/es/changelogs/1080103.txt create mode 100644 metadata/kk/changelogs/108010.txt create mode 120000 metadata/kk/changelogs/1080103.txt diff --git a/README.md b/README.md index 9a7c128..aefaf14 100644 --- a/README.md +++ b/README.md @@ -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.8.0/RicochlimeInstaller_v1.8.0.exe -[download_appimage]: https://github.com/adil192/ricochlime/releases/download/v1.8.0/Ricochlime-1.8.0-x86_64.AppImage +[download_windows]: https://github.com/adil192/ricochlime/releases/download/v1.8.1/RicochlimeInstaller_v1.8.1.exe +[download_appimage]: https://github.com/adil192/ricochlime/releases/download/v1.8.1/Ricochlime-1.8.1-x86_64.AppImage diff --git a/flatpak/com.adilhanney.ricochlime.metainfo.xml b/flatpak/com.adilhanney.ricochlime.metainfo.xml index 03b438d..47c2563 100644 --- a/flatpak/com.adilhanney.ricochlime.metainfo.xml +++ b/flatpak/com.adilhanney.ricochlime.metainfo.xml @@ -71,6 +71,17 @@ + + https://github.com/adil192/ricochlime/releases/tag/v1.8.1 + +
    +
  • Added an accessibility option to display bigger bullets
  • +
  • Reorganised the settings page
  • +
  • Fixed a graphical issue with one of the new bullet shapes
  • +
  • When buying an item, it will now be automatically selected
  • +
+
+
https://github.com/adil192/ricochlime/releases/tag/v1.8.0 diff --git a/installers/desktop_inno_script.iss b/installers/desktop_inno_script.iss index 6724f8b..a9419c7 100644 --- a/installers/desktop_inno_script.iss +++ b/installers/desktop_inno_script.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Ricochlime" -#define MyAppVersion "1.8.0" +#define MyAppVersion "1.8.1" #define MyAppPublisher "Adil Hanney" #define MyAppURL "https://github.com/adil192/ricochlime" #define MyAppExeName "ricochlime.exe" diff --git a/lib/utils/version.dart b/lib/utils/version.dart index 63b31a9..5301529 100644 --- a/lib/utils/version.dart +++ b/lib/utils/version.dart @@ -2,10 +2,10 @@ // Run `./scripts/apply_version.sh --help` for more information. /// The current app version as an ordinal number. -const int buildNumber = 108000; +const int buildNumber = 108010; /// The current app version as a string. -const String buildName = '1.8.0'; +const String buildName = '1.8.1'; /// The year in which the current version was released. const int buildYear = 2024; diff --git a/metadata/en-US/changelogs/108010.txt b/metadata/en-US/changelogs/108010.txt new file mode 100644 index 0000000..b6434ae --- /dev/null +++ b/metadata/en-US/changelogs/108010.txt @@ -0,0 +1,5 @@ +• Added an accessibility option to display bigger bullets +• Reorganised the settings page +• Fixed a graphical issue with one of the new bullet shapes +• When buying an item, it will now be automatically selected +• Reduced the initial loading time diff --git a/metadata/en-US/changelogs/1080103.txt b/metadata/en-US/changelogs/1080103.txt new file mode 120000 index 0000000..6db6016 --- /dev/null +++ b/metadata/en-US/changelogs/1080103.txt @@ -0,0 +1 @@ +metadata/en-US/changelogs/108010.txt \ No newline at end of file diff --git a/metadata/es/changelogs/108010.txt b/metadata/es/changelogs/108010.txt new file mode 100644 index 0000000..8b56244 --- /dev/null +++ b/metadata/es/changelogs/108010.txt @@ -0,0 +1,5 @@ +• Se agregó una opción de accesibilidad para mostrar viñetas más grandes. +• Reorganizó la página de configuración. +• Se solucionó un problema gráfico con una de las nuevas formas de viñeta. +• Al comprar un artículo, ahora se seleccionará automáticamente +• Reducción del tiempo de carga inicial. diff --git a/metadata/es/changelogs/1080103.txt b/metadata/es/changelogs/1080103.txt new file mode 120000 index 0000000..69debc9 --- /dev/null +++ b/metadata/es/changelogs/1080103.txt @@ -0,0 +1 @@ +metadata/es/changelogs/108010.txt \ No newline at end of file diff --git a/metadata/kk/changelogs/108010.txt b/metadata/kk/changelogs/108010.txt new file mode 100644 index 0000000..bb0b36c --- /dev/null +++ b/metadata/kk/changelogs/108010.txt @@ -0,0 +1,5 @@ +• Үлкенірек таңбалауыштарды көрсету үшін арнайы мүмкіндіктер опциясы қосылды +• Параметрлер бетін қайта ұйымдастырды +• Жаңа таңбалауыш пішіндерінің бірімен графикалық мәселе түзетілді +• Элементті сатып алғанда, ол енді автоматты түрде таңдалады +• Бастапқы жүктеу уақыты қысқарды diff --git a/metadata/kk/changelogs/1080103.txt b/metadata/kk/changelogs/1080103.txt new file mode 120000 index 0000000..aa1f4db --- /dev/null +++ b/metadata/kk/changelogs/1080103.txt @@ -0,0 +1 @@ +metadata/kk/changelogs/108010.txt \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 42cd013..3e75294 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.8.0+108000 +version: 1.8.1+108010 environment: sdk: '>=3.0.6 <4.0.0' diff --git a/windows/runner/Runner.rc b/windows/runner/Runner.rc index 859318d..66cb4e1 100644 --- a/windows/runner/Runner.rc +++ b/windows/runner/Runner.rc @@ -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,8,0,0 +#define VERSION_AS_NUMBER 1,8,1,0 #else -#define VERSION_AS_NUMBER 1,8,0,0 +#define VERSION_AS_NUMBER 1,8,1,0 #endif #if defined(FLUTTER_VERSION) -#define VERSION_AS_STRING "1.8.0.0" +#define VERSION_AS_STRING "1.8.1.0" #else -#define VERSION_AS_STRING "1.8.0.0" +#define VERSION_AS_STRING "1.8.1.0" #endif VS_VERSION_INFO VERSIONINFO