Skip to content

Commit

Permalink
v1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed Aug 7, 2024
1 parent 836fe4b commit 1759e1e
Show file tree
Hide file tree
Showing 14 changed files with 43 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.11.0/RicochlimeInstaller_v1.11.0.exe
[download_appimage]: https://github.com/adil192/ricochlime/releases/download/v1.11.0/Ricochlime-1.11.0-x86_64.AppImage
[download_windows]: https://github.com/adil192/ricochlime/releases/download/v1.11.1/RicochlimeInstaller_v1.11.1.exe
[download_appimage]: https://github.com/adil192/ricochlime/releases/download/v1.11.1/Ricochlime-1.11.1-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 @@ -74,6 +74,16 @@
</branding>

<releases>
<release version="1.11.1" date="2024-08-07">
<url type="details">https://github.com/adil192/ricochlime/releases/tag/v1.11.1</url>
<description>
<ul>
<li>Page transitions are faster by default and the old "faster page transitions" setting has been removed</li>
<li>Disable the new "stylized page transitions" setting to use the system default</li>
<li>Improved handling of the aim guide so the number of dots changes less often</li>
</ul>
</description>
</release>
<release version="1.11.0" date="2024-08-02">
<url type="details">https://github.com/adil192/ricochlime/releases/tag/v1.11.0</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.11.0"
#define MyAppVersion "1.11.1"
#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 = 111000;
const int buildNumber = 111010;

/// The current app version as a string.
const String buildName = '1.11.0';
const String buildName = '1.11.1';

/// The year in which the current version was released.
const int buildYear = 2024;
5 changes: 5 additions & 0 deletions metadata/en-US/changelogs/111010.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
• Page transitions are faster by default and the old "faster page transitions" setting has been removed
• Disable the new "stylized page transitions" setting to use the system default
• Improved handling of the aim guide so the number of dots changes less often
• Allows the remove ads in-app-purchase to be bought for 10k coins instead of real money
• Added a message in settings about the remove ads in-app-purchase
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/1110103.txt
4 changes: 4 additions & 0 deletions metadata/es/changelogs/111010.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
• Las transiciones de página son más rápidas de forma predeterminada y se ha eliminado la antigua configuración de "transiciones de página más rápidas"
• Desactiva la nueva configuración de "transiciones de página estilizadas" para utilizar la configuración predeterminada del sistema
• Se ha mejorado el manejo de la guía de puntería para que la cantidad de puntos cambie con menos frecuencia
...
1 change: 1 addition & 0 deletions metadata/es/changelogs/1110103.txt
5 changes: 5 additions & 0 deletions metadata/kk/changelogs/111010.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
• Беттің ауысуы әдепкі бойынша жылдамырақ және ескі «жылдамырақ бет ауысуы» параметрі жойылды
• Жүйенің әдепкі параметрін пайдалану үшін жаңа "стильденген бет ауысулары" параметрін өшіріңіз
• Нүктелердің саны азырақ өзгеретіндіктен, мақсат нұсқаулығын өңдеу жақсартылды
• Қолданбада сатып алынған жарнамаларды жоюды нақты ақшаның орнына 10 мың тиынға сатып алуға мүмкіндік береді
• Параметрлерде қолданбадағы сатып алудағы жарнамаларды жою туралы хабар қосылды
1 change: 1 addition & 0 deletions metadata/kk/changelogs/1110103.txt
5 changes: 5 additions & 0 deletions metadata/ru/changelogs/111010.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
• Переходы страниц по умолчанию стали быстрее, а старая настройка «быстрые переходы страниц» была удалена
• Отключите новую настройку «стилизованные переходы страниц», чтобы использовать системную настройку по умолчанию
• Улучшена обработка направляющей для прицеливания, поэтому количество точек меняется реже
• Позволяет покупать удаление рекламы в приложении за 10 тыс. монет вместо реальных денег
• Добавлено сообщение в настройках об удалении рекламы в приложении
1 change: 1 addition & 0 deletions metadata/ru/changelogs/1110103.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.11.0+111000
version: 1.11.1+111010

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,11,0,0
#define VERSION_AS_NUMBER 1,11,1,0
#else
#define VERSION_AS_NUMBER 1,11,0,0
#define VERSION_AS_NUMBER 1,11,1,0
#endif

#if defined(FLUTTER_VERSION)
#define VERSION_AS_STRING "1.11.0.0"
#define VERSION_AS_STRING "1.11.1.0"
#else
#define VERSION_AS_STRING "1.11.0.0"
#define VERSION_AS_STRING "1.11.1.0"
#endif

VS_VERSION_INFO VERSIONINFO
Expand Down

0 comments on commit 1759e1e

Please sign in to comment.