Skip to content

Commit

Permalink
v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed Jul 15, 2023
1 parent 5359f16 commit a0415a9
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ Also see [`slang`'s Getting Started](https://pub.dev/packages/slang#getting-star
[google_play]: https://play.google.com/store/apps/details?id=com.adilhanney.super_nonogram
[web_app]: https://adil192.github.io/super_nonogram/
[flathub]: https://flathub.org/apps/details/com.adilhanney.super_nonogram
[download_windows]: https://github.com/adil192/super_nonogram/releases/download/v0.6.1/SuperNonogramInstaller_v0.6.1.exe
[download_appimage]: https://github.com/adil192/super_nonogram/releases/download/v0.6.1/SuperNonogram-0.6.1-x86_64.AppImage
[download_windows]: https://github.com/adil192/super_nonogram/releases/download/v0.6.2/SuperNonogramInstaller_v0.6.2.exe
[download_appimage]: https://github.com/adil192/super_nonogram/releases/download/v0.6.2/SuperNonogram-0.6.2-x86_64.AppImage
9 changes: 9 additions & 0 deletions flatpak/com.adilhanney.super_nonogram.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@
</screenshots>

<releases>
<release version="0.6.2" type="development" date="2023-07-15">
<description>
<ul>
<li>Fixed toolbar overlapping the system UI</li>
<li>Improvements to the board's swipe-to-select gesture</li>
<li>Fixed the first row and column always being blank when using "Play images"</li>
</ul>
</description>
</release>
<release version="0.6.1" type="development" date="2023-07-14">
<description>
<ul>
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 "Super Nonogram"
#define MyAppVersion "0.6.1"
#define MyAppVersion "0.6.2"
#define MyAppPublisher "Adil Hanney"
#define MyAppURL "https://github.com/adil192/super_nonogram"
#define MyAppExeName "super_nonogram.exe"
Expand Down
3 changes: 3 additions & 0 deletions metadata/en-US/changelogs/6020.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
• Fixed toolbar overlapping the system UI
• Improvements to the board's swipe-to-select gesture
• Fixed the first row and column always being blank when using "Play images"
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: 0.6.1+6010
version: 0.6.2+6020

environment:
sdk: '>=3.0.5 <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 0,6,1,0
#define VERSION_AS_NUMBER 0,6,2,0
#else
#define VERSION_AS_NUMBER 0,6,1,0
#define VERSION_AS_NUMBER 0,6,2,0
#endif

#if defined(FLUTTER_VERSION)
#define VERSION_AS_STRING "0.6.1.0"
#define VERSION_AS_STRING "0.6.2.0"
#else
#define VERSION_AS_STRING "0.6.1.0"
#define VERSION_AS_STRING "0.6.2.0"
#endif

VS_VERSION_INFO VERSIONINFO
Expand Down

0 comments on commit a0415a9

Please sign in to comment.