Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Bump to version 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovelinux committed Jun 29, 2022
1 parent a0b7d73 commit 9f9ddaf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -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",

Expand Down
2 changes: 1 addition & 1 deletion lib/l10n/app_it.arb
Original file line number Diff line number Diff line change
Expand Up @@ -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",

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 9f9ddaf

Please sign in to comment.