diff --git a/CHANGELOG.md b/CHANGELOG.md index 956f878..eacb650 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.1.6] - 2022-06-29 + - Add dialog to show what's new after an update - Set custom user-agent since Edisu banned requests without it - Add support for offline usage - now you can see your past bookings even without internet! -- Sort bookings newest to oldest +- Sort bookings by date ## [0.1.5] - 2022-06-23 @@ -47,7 +49,8 @@ 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.5...HEAD +[unreleased]: https://github.com/ilovelinux/open_edisu/compare/v0.1.6...HEAD +[0.1.6]: https://github.com/ilovelinux/open_edisu/compare/v0.1.5...v0.1.6 [0.1.5]: https://github.com/ilovelinux/open_edisu/compare/v0.1.4...v0.1.5 [0.1.4]: https://github.com/ilovelinux/open_edisu/compare/0.1.3...v0.1.4 [0.1.3]: https://github.com/ilovelinux/open_edisu/compare/0.1.2...0.1.3 diff --git a/lib/l10n/app_en.arb b/lib/l10n/app_en.arb index 305f5c7..4971d0d 100644 --- a/lib/l10n/app_en.arb +++ b/lib/l10n/app_en.arb @@ -41,7 +41,7 @@ "settingsBottom": "Settings", "whatsnew": "What's new?", - "changelog": "- Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n- Donec gravida vel odio sit amet eleifend.", + "changelog": "- Added this dialog to show what's new after an update\n- Fixed a connection issue to Edisu\n- Add support for offline usage - now you can see your past bookings even without internet!\n- Sort bookings by date", "great": "Great!", "dontshowagain": "Don't show again", diff --git a/lib/l10n/app_it.arb b/lib/l10n/app_it.arb index 6636c3b..a89ef59 100644 --- a/lib/l10n/app_it.arb +++ b/lib/l10n/app_it.arb @@ -41,7 +41,7 @@ "settingsBottom": "Impostazioni", "whatsnew": "Novità!", - "changelog": "- Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n- Donec gravida vel odio sit amet eleifend.", + "changelog": "- Aggiunto questo popup per mostrare le novità dopo un aggiornamento\n- Risolto un problema di connessione con i server Edisu\n- Aggiunto il supporto per l'uso offline - ora potrai vedere le tue prenotazioni anche senza internet!\n- Ordinate le prenotazioni per data", "great": "Ottimo!", "dontshowagain": "Non mostrare di nuovo", diff --git a/pubspec.yaml b/pubspec.yaml index 0f204ea..0a3c319 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.5+6 +version: 0.1.6+7 environment: sdk: ">=2.16.1 <3.0.0"