diff --git a/CHANGELOG.md b/CHANGELOG.md index ed81cbe..4ef8975 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.1.10] - 2023-06-04 +- Fix API calls to work with the new Edisu API +- Temporalily remove weekly stats + ## [0.1.9] - 2022-10-07 - Redesign of the bookings page - Redesign of the halls page @@ -64,6 +68,7 @@ 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.9...HEAD +[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 [0.1.7]: https://github.com/ilovelinux/open_edisu/compare/v0.1.6...v0.1.7 diff --git a/lib/l10n/app_en.arb b/lib/l10n/app_en.arb index a20bb07..6718de2 100644 --- a/lib/l10n/app_en.arb +++ b/lib/l10n/app_en.arb @@ -41,7 +41,7 @@ "settingsBottom": "Settings", "whatsnew": "What's new?", - "changelog": "- Redesign of the bookings page\n- Redesign of the halls page", + "changelog": "- Fix API calls to work with the new Edisu API\n- Temporalily remove weekly stats", "great": "Great!", "dontshowagain": "Don't show again", diff --git a/lib/l10n/app_it.arb b/lib/l10n/app_it.arb index 78490e1..36f1b41 100644 --- a/lib/l10n/app_it.arb +++ b/lib/l10n/app_it.arb @@ -41,7 +41,7 @@ "settingsBottom": "Impostazioni", "whatsnew": "Novità!", - "changelog": "- Ridisegnata la pagina delle prenotazioni\n- Ridisegnata la pagina delle sale studio", + "changelog": "- Sistemate le chiamate con le nuove API EDISU \n- Rimosse temporaneamente le statistiche settimanali", "great": "Ottimo!", "dontshowagain": "Non mostrare di nuovo", diff --git a/pubspec.yaml b/pubspec.yaml index d23aed1..3c4a969 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.9+10 +version: 0.1.10+11 environment: sdk: '>=3.0.3 <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.9.0 + msix_version: 1.1.10.0 logo_path: .\assets\icon\icon.png capabilities: internetClient languages: en, it