From 08b38eae601d0376c1b2c17cd290a90cc4aa83f6 Mon Sep 17 00:00:00 2001 From: Adil Hanney Date: Mon, 3 Jun 2024 19:36:13 +0100 Subject: [PATCH] v1.7.0 --- 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/107000.txt | 4 ++++ metadata/en-US/changelogs/1070003.txt | 1 + metadata/es/changelogs/107000.txt | 4 ++++ metadata/es/changelogs/1070003.txt | 1 + metadata/kk/changelogs/107000.txt | 4 ++++ metadata/kk/changelogs/1070003.txt | 1 + pubspec.yaml | 2 +- windows/runner/Runner.rc | 8 ++++---- 12 files changed, 36 insertions(+), 10 deletions(-) create mode 100644 metadata/en-US/changelogs/107000.txt create mode 120000 metadata/en-US/changelogs/1070003.txt create mode 100644 metadata/es/changelogs/107000.txt create mode 120000 metadata/es/changelogs/1070003.txt create mode 100644 metadata/kk/changelogs/107000.txt create mode 120000 metadata/kk/changelogs/1070003.txt diff --git a/README.md b/README.md index d5c96c7..2adb1f6 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.6.0/RicochlimeInstaller_v1.6.0.exe -[download_appimage]: https://github.com/adil192/ricochlime/releases/download/v1.6.0/Ricochlime-1.6.0-x86_64.AppImage +[download_windows]: https://github.com/adil192/ricochlime/releases/download/v1.7.0/RicochlimeInstaller_v1.7.0.exe +[download_appimage]: https://github.com/adil192/ricochlime/releases/download/v1.7.0/Ricochlime-1.7.0-x86_64.AppImage diff --git a/flatpak/com.adilhanney.ricochlime.metainfo.xml b/flatpak/com.adilhanney.ricochlime.metainfo.xml index 25a6bb3..104749a 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.7.0 + +
    +
  • Stopped the score and coin count overlapping with the game board
  • +
  • Desktop users can now click to shoot, instead of having to drag and release
  • +
  • Improved input responsiveness
  • +
  • Reduced background music delay
  • +
+
+
https://github.com/adil192/ricochlime/releases/tag/v1.6.0 diff --git a/installers/desktop_inno_script.iss b/installers/desktop_inno_script.iss index 3d865d5..8ded8ee 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.6.0" +#define MyAppVersion "1.7.0" #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 b47f9c3..7231f6c 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 = 106000; +const int buildNumber = 107000; /// The current app version as a string. -const String buildName = '1.6.0'; +const String buildName = '1.7.0'; /// The year in which the current version was released. const int buildYear = 2024; diff --git a/metadata/en-US/changelogs/107000.txt b/metadata/en-US/changelogs/107000.txt new file mode 100644 index 0000000..3a9284a --- /dev/null +++ b/metadata/en-US/changelogs/107000.txt @@ -0,0 +1,4 @@ +• Stopped the score and coin count overlapping with the game board +• Desktop users can now click to shoot, instead of having to drag and release +• Improved input responsiveness +• Reduced background music delay diff --git a/metadata/en-US/changelogs/1070003.txt b/metadata/en-US/changelogs/1070003.txt new file mode 120000 index 0000000..b04c70f --- /dev/null +++ b/metadata/en-US/changelogs/1070003.txt @@ -0,0 +1 @@ +metadata/en-US/changelogs/107000.txt \ No newline at end of file diff --git a/metadata/es/changelogs/107000.txt b/metadata/es/changelogs/107000.txt new file mode 100644 index 0000000..82ec7ea --- /dev/null +++ b/metadata/es/changelogs/107000.txt @@ -0,0 +1,4 @@ +• Se detuvo la superposición de la puntuación y el recuento de monedas con el tablero de juego. +• Los usuarios de escritorio ahora pueden hacer clic para disparar, en lugar de tener que arrastrar y soltar +• Capacidad de respuesta de entrada mejorada +• Retraso reducido de la música de fondo diff --git a/metadata/es/changelogs/1070003.txt b/metadata/es/changelogs/1070003.txt new file mode 120000 index 0000000..f7b2c17 --- /dev/null +++ b/metadata/es/changelogs/1070003.txt @@ -0,0 +1 @@ +metadata/es/changelogs/107000.txt \ No newline at end of file diff --git a/metadata/kk/changelogs/107000.txt b/metadata/kk/changelogs/107000.txt new file mode 100644 index 0000000..bd3eb73 --- /dev/null +++ b/metadata/kk/changelogs/107000.txt @@ -0,0 +1,4 @@ +• Ойын тақтасына сәйкес келетін ұпай мен тиындар саны тоқтатылды +• Жұмыс үстелін пайдаланушылар енді сүйреп апарудың орнына түсіру үшін баса алады +• Жақсартылған енгізуге жауап беру +• Фондық музыканың кешігуі азайтылды diff --git a/metadata/kk/changelogs/1070003.txt b/metadata/kk/changelogs/1070003.txt new file mode 120000 index 0000000..68f9d58 --- /dev/null +++ b/metadata/kk/changelogs/1070003.txt @@ -0,0 +1 @@ +metadata/kk/changelogs/107000.txt \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 014486f..bad48c2 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.6.0+106000 +version: 1.7.0+107000 environment: sdk: '>=3.0.6 <4.0.0' diff --git a/windows/runner/Runner.rc b/windows/runner/Runner.rc index 07438ca..409674e 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,6,0,0 +#define VERSION_AS_NUMBER 1,7,0,0 #else -#define VERSION_AS_NUMBER 1,6,0,0 +#define VERSION_AS_NUMBER 1,7,0,0 #endif #if defined(FLUTTER_VERSION) -#define VERSION_AS_STRING "1.6.0.0" +#define VERSION_AS_STRING "1.7.0.0" #else -#define VERSION_AS_STRING "1.6.0.0" +#define VERSION_AS_STRING "1.7.0.0" #endif VS_VERSION_INFO VERSIONINFO