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 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovelinux committed Mar 27, 2024
1 parent af12102 commit 24cc02c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file.

## [Unreleased]

## [2.0.0]
- Full app redesign
- Added dark theme
- Create new UI for desktop view
Expand Down Expand Up @@ -88,8 +90,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.15...HEAD
[0.1.14]: https://github.com/ilovelinux/open_edisu/compare/v0.1.14...v0.1.15
[unreleased]: https://github.com/ilovelinux/open_edisu/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/ilovelinux/open_edisu/compare/v0.1.15...v2.0.0
[0.1.15]: https://github.com/ilovelinux/open_edisu/compare/v0.1.14...v0.1.15
[0.1.14]: https://github.com/ilovelinux/open_edisu/compare/v0.1.13...v0.1.14
[0.1.13]: https://github.com/ilovelinux/open_edisu/compare/v0.1.12...v0.1.13
[0.1.12]: https://github.com/ilovelinux/open_edisu/compare/v0.1.11...v0.1.12
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 @@ -39,7 +39,7 @@
"settings": "Settings",

"whatsnew": "What's new?",
"changelog": "- Fix bug that didn't allow to delete a booking",
"changelog": "- Full app redesign\n- Added dark theme\n- Create new UI for desktop view\n- Fix bug not showing booked hours in the booking table",
"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 @@ -39,7 +39,7 @@
"settings": "Impostazioni",

"whatsnew": "Novità!",
"changelog": "- Fixato un bug che non permetteva la cancellazione delle prenotazioni",
"changelog": "- Redesign dell'app\n- Aggiunto il tema nero\n- Creata nuova interfaccia per Windows\n- Fixato un bug che non mostrava gli slot prenotati nella tabella di prenotazione",
"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
Expand Up @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 0.1.15+16
version: 2.0.0+17

environment:
sdk: '>=3.3.1 <4.0.0'
Expand Down Expand Up @@ -138,7 +138,7 @@ msix_config:
publisher_display_name: Antonio Spadaro
identity_name: 56649AntonioSpadaro.OpenEdisu
publisher: CN=15FA372E-AC50-4E12-AFBB-C963287752A5
msix_version: 1.1.15.0
msix_version: 2.0.0.0
logo_path: .\assets\icon\icon.png
capabilities: internetClient
languages: en, it

0 comments on commit 24cc02c

Please sign in to comment.