From aeb2435f03a4081115698fa8ebc048f1d4541462 Mon Sep 17 00:00:00 2001 From: Github Actions <40245965+RedCommander735@users.noreply.github.com> Date: Mon, 20 May 2024 23:54:26 +0000 Subject: [PATCH] Save changelog --- changelogs/CHANGELOG - 1.2.0.md | 34 +++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 changelogs/CHANGELOG - 1.2.0.md diff --git a/changelogs/CHANGELOG - 1.2.0.md b/changelogs/CHANGELOG - 1.2.0.md new file mode 100644 index 0000000..d4a9ea0 --- /dev/null +++ b/changelogs/CHANGELOG - 1.2.0.md @@ -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 \ No newline at end of file