Skip to content

Releases: RedCommander735/Spritverbrauch

1.2.1

31 May 19:51

Choose a tag to compare

Changelog:

  • Icons are now fully alpha compatible
  • Hotfix: Leading zeros after decimal seperator were accidetally removed

Technical changes:

  • chore: update gitignore
  • refactor: delete unnecessary files
  • refactor: compound icon now works with path so is fully alpha compatible
  • fix: formatter was removing leading zeros after decimal seperator

1.2.0

20 May 23:58
438e097

Choose a tag to compare

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

1.1.2

13 May 20:18

Choose a tag to compare

Changelog:

  • Hotfix: Text color was always set to black

Technical changes:

  • fix: text color was set to black

1.1.1

13 May 19:59

Choose a tag to compare

Changelog:

  • All price values with more than 2 decimal places now display the third in superscript

Technical changes:

  • refactor: restructuring overview element
  • feat: all price values with more than 2 decimal places now display the third in superscript

1.1.0

12 May 23:16

Choose a tag to compare

Changelog:

  • Added filter page to limit time period of dates to be shown
  • Some small style tweaks

Technical changes:

  • feat: added cancel button to add item screen
  • style: changed 'add' button to look different from cancel button
  • feat: added filter icon
  • feat: added filter page
    • added filter toggle
    • added filter type switcher
  • feat: filter page stores state
  • refactor: moved filter page state to own model
  • feat: implement filter in overview section
  • style: tweaked overview position
  • feat: added close and reset button to filters
  • refactor: created custom button widget and replaced buttons to avoid boilerplate
  • feat: implemented reset function
  • refactor: replace textstyles with defaulttextstyle
  • feat: implement date range filter
  • refactor: optimize code structure in filter
  • feat: label that shows filter is active

1.0.3

02 May 19:07

Choose a tag to compare

Changelog:

  • Style:
    • Divider on listview was always visible, now only between items
    • Minor overall visual improvemnets

1.0.2

03 Mar 16:55
ced8d96

Choose a tag to compare

Fixed light mode bug where text is not readable

1.0.1

03 Mar 01:55

Choose a tag to compare

Initial release, with date selector when adding items.