diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b2f215..20681e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog All notable changes to this project will be documented in this file. ## [Unreleased] + +## [0.1.12] - 2023-09-09 - Fix booking error - Re-add weekly stats @@ -72,8 +74,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.11...HEAD -[0.1.10]: https://github.com/ilovelinux/open_edisu/compare/v0.1.10...v0.1.11 +[unreleased]: https://github.com/ilovelinux/open_edisu/compare/v0.1.12...HEAD +[0.1.12]: https://github.com/ilovelinux/open_edisu/compare/v0.1.11...v0.1.12 +[0.1.11]: https://github.com/ilovelinux/open_edisu/compare/v0.1.10...v0.1.11 [0.1.10]: https://github.com/ilovelinux/open_edisu/compare/v0.1.9...v0.1.10 [0.1.9]: https://github.com/ilovelinux/open_edisu/compare/v0.1.8...v0.1.9 [0.1.8]: https://github.com/ilovelinux/open_edisu/compare/v0.1.7...v0.1.8 diff --git a/lib/l10n/app_en.arb b/lib/l10n/app_en.arb index 28e5b5c..42af554 100644 --- a/lib/l10n/app_en.arb +++ b/lib/l10n/app_en.arb @@ -41,7 +41,7 @@ "settingsBottom": "Settings", "whatsnew": "What's new?", - "changelog": "- Minor bug fixes", + "changelog": "- Fix booking error\n- Re-add weekly stats", "great": "Great!", "dontshowagain": "Don't show again", diff --git a/lib/l10n/app_it.arb b/lib/l10n/app_it.arb index d5e68f1..307da4a 100644 --- a/lib/l10n/app_it.arb +++ b/lib/l10n/app_it.arb @@ -41,7 +41,7 @@ "settingsBottom": "Impostazioni", "whatsnew": "Novità!", - "changelog": "- Fix minori", + "changelog": "- Fixato problema con le prenotazioni\n- Aggiunto il grafico delle statistiche settimanali", "great": "Ottimo!", "dontshowagain": "Non mostrare di nuovo", diff --git a/pubspec.yaml b/pubspec.yaml index e186c8b..14e100a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: open_edisu description: An open source app to book EDISU study rooms. publish_to: 'none' -version: 0.1.11+12 +version: 0.1.12+13 environment: sdk: '>=3.1.0 <4.0.0' @@ -68,7 +68,7 @@ msix_config: publisher_display_name: Antonio Spadaro identity_name: 56649AntonioSpadaro.OpenEdisu publisher: CN=15FA372E-AC50-4E12-AFBB-C963287752A5 - msix_version: 1.1.11.0 + msix_version: 1.1.12.0 logo_path: .\assets\icon\icon.png capabilities: internetClient languages: en, it