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.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovelinux committed Jun 4, 2023
1 parent c09ef95 commit 9155fbd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
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": "- 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",

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": "- 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",

Expand Down
4 changes: 2 additions & 2 deletions 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.9+10
version: 0.1.10+11

environment:
sdk: '>=3.0.3 <4.0.0'
Expand Down Expand Up @@ -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

0 comments on commit 9155fbd

Please sign in to comment.