From 24cc02c65ca2bc161dd17f2253adc9e97adf2012 Mon Sep 17 00:00:00 2001 From: Antonio Spadaro Date: Wed, 27 Mar 2024 12:11:51 +0100 Subject: [PATCH] Bump to version 2.0.0 --- CHANGELOG.md | 7 +++++-- lib/l10n/app_en.arb | 2 +- lib/l10n/app_it.arb | 2 +- pubspec.yaml | 4 ++-- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e096320..902e9f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [2.0.0] - Full app redesign - Added dark theme - Create new UI for desktop view @@ -88,8 +90,9 @@ The app actually allows you to: Further improvements and minor bugs are known and will be fixed in next releases. -[unreleased]: https://github.com/ilovelinux/open_edisu/compare/v0.1.15...HEAD -[0.1.14]: https://github.com/ilovelinux/open_edisu/compare/v0.1.14...v0.1.15 +[unreleased]: https://github.com/ilovelinux/open_edisu/compare/v2.0.0...HEAD +[2.0.0]: https://github.com/ilovelinux/open_edisu/compare/v0.1.15...v2.0.0 +[0.1.15]: https://github.com/ilovelinux/open_edisu/compare/v0.1.14...v0.1.15 [0.1.14]: https://github.com/ilovelinux/open_edisu/compare/v0.1.13...v0.1.14 [0.1.13]: https://github.com/ilovelinux/open_edisu/compare/v0.1.12...v0.1.13 [0.1.12]: https://github.com/ilovelinux/open_edisu/compare/v0.1.11...v0.1.12 diff --git a/lib/l10n/app_en.arb b/lib/l10n/app_en.arb index 9031c61..f953556 100644 --- a/lib/l10n/app_en.arb +++ b/lib/l10n/app_en.arb @@ -39,7 +39,7 @@ "settings": "Settings", "whatsnew": "What's new?", - "changelog": "- Fix bug that didn't allow to delete a booking", + "changelog": "- Full app redesign\n- Added dark theme\n- Create new UI for desktop view\n- Fix bug not showing booked hours in the booking table", "great": "Great!", "dontshowagain": "Don't show again", diff --git a/lib/l10n/app_it.arb b/lib/l10n/app_it.arb index 970a897..c7b905e 100644 --- a/lib/l10n/app_it.arb +++ b/lib/l10n/app_it.arb @@ -39,7 +39,7 @@ "settings": "Impostazioni", "whatsnew": "Novità!", - "changelog": "- Fixato un bug che non permetteva la cancellazione delle prenotazioni", + "changelog": "- Redesign dell'app\n- Aggiunto il tema nero\n- Creata nuova interfaccia per Windows\n- Fixato un bug che non mostrava gli slot prenotati nella tabella di prenotazione", "great": "Ottimo!", "dontshowagain": "Non mostrare di nuovo", diff --git a/pubspec.yaml b/pubspec.yaml index 52a64fb..7c8968c 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: 0.1.15+16 +version: 2.0.0+17 environment: sdk: '>=3.3.1 <4.0.0' @@ -138,7 +138,7 @@ msix_config: publisher_display_name: Antonio Spadaro identity_name: 56649AntonioSpadaro.OpenEdisu publisher: CN=15FA372E-AC50-4E12-AFBB-C963287752A5 - msix_version: 1.1.15.0 + msix_version: 2.0.0.0 logo_path: .\assets\icon\icon.png capabilities: internetClient languages: en, it