Skip to content

Releases: KiARC/Sobriety

Hopefully Final Cache Format

13 Sep 21:53
e3db4c2
Compare
Choose a tag to compare

I'm tired of changing the cache format so this should last longer

What's Changed

Full Changelog: v5.1.5...v5.2.1

Another Hotfix

04 Aug 00:24
62e897a
Compare
Choose a tag to compare

No more legacy cache support 😭 but at least it won't crash anymore. A new cache format is on the way, and will hopefully use built-in datatypes to avoid serialization issues. I'm envisioning potentially an ArrayList of HashMaps which could be used to assemble Addictions... We'll see.

What's Changed

  • Quickfix for 4.x.x caches crashing 5.x.x by @KiARC in #23

Full Changelog: v5.1.4...v5.1.5

UI Updates!

02 Aug 00:25
56a3a17
Compare
Choose a tag to compare

Glorious Button Icons!

  • CircularBuffers + last-3 averages are back, because I realized how much more useful a last-3 average is
  • New RecyclerView implementation courtesy of JakeGonder, which should improve performance
  • Updated caching system that is much more reliable
  • Code has been refactored to be more understandable
  • UI updates, also courtesy of JakeGonder!

What's Changed

  • Refactored Main to use Recyclerview instead of manually created card objects by @JakeGonder in #17
  • v5.0.0! by @KiARC in #19

Full Changelog: v4.0.1...v5.1.4

Fixed the Crash!

30 Mar 13:01
988fa7e
Compare
Choose a tag to compare

Crashes no longer occur when reading legacy caches ^^

What's Changed

Full Changelog: v4.0.0...v4.0.1

More Fixes

25 Mar 17:54
1129ac0
Compare
Choose a tag to compare

Note: There is a known issue that has been fixed in v4.0.1, where reading legacy caches results in excessive memory usage and a crash. Please update to v4.0.1.

What's Changed

  • Bugfix: Reset not working by @JakeGonder in #13
  • Fixing Things by @KiARC in #14

Full Changelog: v3.0.0...v4.0.0

Average Sober Time

24 Mar 12:15
976af9f
Compare
Choose a tag to compare

Added a display of the average time between the last three relapses.

What's Changed

Full Changelog: v2.1.0...v3.0.0

Bug Fixes Galore

22 Mar 12:37
Compare
Choose a tag to compare

What's Changed

  • Bug fix, code optimization, small ux changes by @JakeGonder in #6
  • Bug Fixes by @KiARC in #7

New Contributors

  • @JakeGonder made their first contribution in #6

Full Changelog: v2.0.2...v2.1.0

UI Tweaks

21 Mar 19:17
Compare
Choose a tag to compare

Very minor UI tweaks

What's Changed

Full Changelog: v2.0.1...v2.0.2

Redesign

21 Mar 17:50
Compare
Choose a tag to compare
  • Create page has been redesigned
  • Confirmation dialogs have been added for the delete and reset actions

What's Changed

  • Redesign by @JakeGonder in #4

New Contributors

  • @JakeGonder made their first contribution in #4

Full Changelog: v1.1.0...v2.0.1

Compression

14 Mar 22:41
Compare
Choose a tag to compare

Caches are now compressed and in the future support for uncompressed caches will be dropped.

Full Changelog: v1.0.1...v1.1.0