Skip to content

Releases: read-0nly/FreeCounter

First.5 Release!

29 Jul 03:43
733af62
Compare
Choose a tag to compare

Still ugly as sin but a bit easier on the eyes (I like my purple)

Changelog:

  • Counter and CounterSet class make interacting with Data Storage a bit saner
    • None of this Value shuffling - if there's no data for the date yet, generate per default/carry rules
    • Single, static CounterSet with single SharedParam per relevant storage per counter, no more generating a new one for each
    • Always-available Context var for easier dev in future
  • Remodeled interface, to let the buttons breath a bit and be less glaring
  • Graph moved to new model too - Data Storage revamp complete

TODO:

  • Expose Carry and Default
  • Expose and Implement Goal logic.
  • Move to 2 when interface revamp is also included

First Release

27 Jul 23:34
Compare
Choose a tag to compare

Functional!
Next Steps:

  • Data export to CSV
  • Data clear
  • Auto save at midnight
  • Goal setting