diff --git a/README.md b/README.md index 06e784a..f9e8136 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.4.1/RicochlimeInstaller_v1.4.1.exe -[download_appimage]: https://github.com/adil192/ricochlime/releases/download/v1.4.1/Ricochlime-1.4.1-x86_64.AppImage +[download_windows]: https://github.com/adil192/ricochlime/releases/download/v1.4.2/RicochlimeInstaller_v1.4.2.exe +[download_appimage]: https://github.com/adil192/ricochlime/releases/download/v1.4.2/Ricochlime-1.4.2-x86_64.AppImage diff --git a/flatpak/com.adilhanney.ricochlime.metainfo.xml b/flatpak/com.adilhanney.ricochlime.metainfo.xml index 5630c3e..a84eb9c 100644 --- a/flatpak/com.adilhanney.ricochlime.metainfo.xml +++ b/flatpak/com.adilhanney.ricochlime.metainfo.xml @@ -68,6 +68,16 @@ + + https://github.com/adil192/ricochlime/releases/tag/v1.4.2 + +
    +
  • The aim guide is now animated
  • +
  • Fixed the momentary glitch when a monster dies where its position flickers
  • +
  • Lots of accessibility improvements
  • +
+
+
https://github.com/adil192/ricochlime/releases/tag/v1.4.1 diff --git a/installers/desktop_inno_script.iss b/installers/desktop_inno_script.iss index a487f69..e8f78be 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.4.1" +#define MyAppVersion "1.4.2" #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 593e96d..f7341aa 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 = 104010; +const int buildNumber = 104020; /// The current app version as a string. -const String buildName = '1.4.1'; +const String buildName = '1.4.2'; /// The year in which the current version was released. const int buildYear = 2024; diff --git a/metadata/en-US/changelogs/104020.txt b/metadata/en-US/changelogs/104020.txt new file mode 100644 index 0000000..978b6bd --- /dev/null +++ b/metadata/en-US/changelogs/104020.txt @@ -0,0 +1,3 @@ +• The aim guide is now animated +• Fixed the momentary glitch when a monster dies where its position flickers +• Lots of accessibility improvements diff --git a/metadata/en-US/changelogs/1040203.txt b/metadata/en-US/changelogs/1040203.txt new file mode 120000 index 0000000..727bd6d --- /dev/null +++ b/metadata/en-US/changelogs/1040203.txt @@ -0,0 +1 @@ +metadata/en-US/changelogs/104020.txt \ No newline at end of file diff --git a/metadata/es/changelogs/104020.txt b/metadata/es/changelogs/104020.txt new file mode 100644 index 0000000..5e96558 --- /dev/null +++ b/metadata/es/changelogs/104020.txt @@ -0,0 +1,3 @@ +• La guía de objetivos ahora está animada. +• Se corrigió el error momentáneo cuando un monstruo muere donde su posición parpadea +• Muchas mejoras de accesibilidad diff --git a/metadata/es/changelogs/1040203.txt b/metadata/es/changelogs/1040203.txt new file mode 120000 index 0000000..f00dbee --- /dev/null +++ b/metadata/es/changelogs/1040203.txt @@ -0,0 +1 @@ +metadata/es/changelogs/104020.txt \ No newline at end of file diff --git a/metadata/kk/changelogs/104020.txt b/metadata/kk/changelogs/104020.txt new file mode 100644 index 0000000..38328d0 --- /dev/null +++ b/metadata/kk/changelogs/104020.txt @@ -0,0 +1,3 @@ +• Мақсат нұсқаулығы енді анимацияланған +• Қонысы жыпылықтайтын жерде құбыжық өлген кездегі сәтсіздік түзетілді +• Көптеген қолжетімділік жақсартулары diff --git a/metadata/kk/changelogs/1040203.txt b/metadata/kk/changelogs/1040203.txt new file mode 120000 index 0000000..fafb3aa --- /dev/null +++ b/metadata/kk/changelogs/1040203.txt @@ -0,0 +1 @@ +metadata/kk/changelogs/104020.txt \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 0d497d9..45a585d 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.4.1+104010 +version: 1.4.2+104020 environment: sdk: '>=3.0.6 <4.0.0' diff --git a/windows/runner/Runner.rc b/windows/runner/Runner.rc index b864d9a..68e78b9 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,4,1,0 +#define VERSION_AS_NUMBER 1,4,2,0 #else -#define VERSION_AS_NUMBER 1,4,1,0 +#define VERSION_AS_NUMBER 1,4,2,0 #endif #if defined(FLUTTER_VERSION) -#define VERSION_AS_STRING "1.4.1.0" +#define VERSION_AS_STRING "1.4.2.0" #else -#define VERSION_AS_STRING "1.4.1.0" +#define VERSION_AS_STRING "1.4.2.0" #endif VS_VERSION_INFO VERSIONINFO