-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
438e097
commit aeb2435
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
## Changelog: | ||
- All prices had some rounding errors. Thats fixed now | ||
- Adjusted background color for dark mode | ||
- New settings menu | ||
- General | ||
- Backup | ||
- About | ||
|
||
|
||
## Technical changes: | ||
- feat: new custom number formatter | ||
- fix: all numbers should now display correctly | ||
- feat: new settings icon in main menu | ||
- style: adjusted 'filter active' text | ||
- style: dark mode background now fully black | ||
- style: centered page titles | ||
- ci: new dependency to read app version | ||
- feat: first enty on about page in settings | ||
- chore: bump version number | ||
- feat: add settings group and license info | ||
- fix: typo in license | ||
- chore: removed cuppertino_icons and added url_launcher and fontawesome 5 brands | ||
- feat: add fontawesome 5 brands | ||
- fix: add all applicable licenses | ||
- feat: finished about page in settings | ||
- refactor: move all settings components to their own file | ||
- chore: format all documents | ||
- feat: added general settings page | ||
- style: changed all icons to their rounded variants | ||
- style: added spacing below group headline | ||
- chore: add csv and storage perm handler | ||
- feat: new deleteAll and createItems methods | ||
- feat: csv ex and import | ||
- feat: confirmation dialog to prevent accidental loads |