Skip to content

Releases: Pool-Of-Tears/GreenStash

GreenStash v3.9.1

26 Sep 14:19
7e2fab5
Compare
Choose a tag to compare

New Features

  • Remove Gson & switch to Kotlinx.serialization for serializing backup files (#158 7afb954)

Continuous Integration

Chores

Full Changelog: v3.9.0...v3.9.1

GreenStash v3.9.0

17 Aug 08:11
9f1098f
Compare
Choose a tag to compare

HiShoot_20240817_132614

New Features

  • Add ability to import & export backups in CSV format (#154 8c769af)

Chores

Full Changelog: v3.8.1...v3.9.0

GreenStash v3.8.1

22 Jul 16:49
8b47cc6
Compare
Choose a tag to compare

Bug Fixes

  • Fix inconsistent behavior of datetime-picker dialog (#152 d263a46)

Chores

Full Changelog: v3.8.0...v3.8.1

GreenStash v3.8.0

21 Jun 07:44
59a3e41
Compare
Choose a tag to compare

New Features

  • Improve welcome/onboarding screen UI (#145 76c3ebc)
  • Update to Kotlin 2.0 & enable enableStrongSkippingMode for compose compiler (#141 c164956)

Bug Fixes

  • Fix line height of texts in classic goal item (#146 81a08dd)
  • Fix amount truncatiom logic in widgets & remove useless if-else block (#143 b468e31)
  • Update shortcuts in onResume() callback instead of next launch (#142 05406a3)

Performance Improvements

  • Reduce navigation animation duration a little (#147 36679ca)

Chores

Full Changelog: v3.7.0...v3.8.0

GreenStash v3.7.0

25 May 05:05
d48f3de
Compare
Choose a tag to compare

Note

We now have a website! Come visit us at https://pooloftears.in to explore more.

Sponsors

Big thanks to @opsaaaaa and @HankDee for sponsoring this release! <3

New Features

Bug Fixes

  • Fix build warnings due to multiple non-positional string substitutions (#136 dd10743)
  • Add missing nested scroll connection in goal card settings (#135 a236dad)
  • Fix backup files not getting saved in some cases (#134 a2ad63b)
  • Disable app locale setting on MIUI due to Xiaomi's broken implementation (#133 e4dda6e)

Documentation Changes

  • updated contribution guidelines for better clarity (#132 c421c6d)
  • Added improvements to Github workflow (#120 2729d2d)

Code Style Changes

New Contributors

Full Changelog: v3.6.0...v3.7.0

GreenStash v3.6.0

09 May 06:51
ede30a1
Compare
Choose a tag to compare

New Features

  • Request focus on search bar and consume back press to close before exit (#124 a8434ad)
  • Add ability to switch app locale on Android 13 & above (#122 76e474d)
  • Add ability to archive completed goals and other improvements (#119 e731f44)
  • Improve navigation drawer UI (#118 19b309d)
  • Add Russian translation and other locale improvements (#116 7b2b3f4)
  • Improve goal priority picker (#115 22cb99d)

Bug Fixes

  • Fix reminder rescheduling when restoring archived goal (#126 2b4f983)

Refactors

  • Add docstrings and remove redundant annotations (#125 985ef89)

Chores

New Contributors

Full Changelog: v3.5.0...v3.6.0

GreenStash v3.5.0

01 May 14:27
fa819c9
Compare
Choose a tag to compare

What's Changed

  • Added black amoled theme and improve default color scheme. (#110 )
  • Add soft haptic feedback for better user experience and improved tips UI. (#111)
  • Improved navigation animations for smoother transitions between screens. (#109)
  • Improved icon picker and filter dialogs. (#108)
  • Some other minor improvements and bug fixes.
  • Full Changelog: v3.4.0...v3.5.0

GreenStash v3.4.0

24 Apr 13:44
8d57c93
Compare
Choose a tag to compare

What's Changed

  • Added traditional Chinese translation by @PeterDaveHello (#101)
  • Improved search bar UI & fixed flickering height issue when opening search bar. (#105)
  • Biometric authentication dialog will now automatically show up when opening the app if enabled. (#106)
  • Some other UI/UX improvements and bug fixes. (#103, #105)
  • Updated gradle and other dependencies. (#102)
  • Full Changelog: v3.3.0...v3.4.0

GreenStash v3.3.0

13 Apr 08:31
be846be
Compare
Choose a tag to compare

HiShoot_20240413_134218

What's Changed

  • Added nice UI with authorize button when app is locked. (#99)
  • Added ability to copy notes related to saving goal by @mrghosti3 (#95)
  • Fixed double precision issue when depositing via reminder notification. (#89)
  • Bunch of code cleanups and optimizations. (#96, #97 & #98)
  • Full Changelog: v3.2.0...v3.3.0

GreenStash v3.2.0

30 Mar 07:10
585d3ff
Compare
Choose a tag to compare

What's Changed

A significant part of the app has been rewritten with a much better and well-thought-out design for improved UI & UX! Here are some of the changes

  • Added a new Compact styled goal card along with the existing classic style card. You can switch between them in Settings > Goal card style.
  • Redesigned settings UI and improved dialogs such as currency picker & theme dialogs for better UX.
  • Redesigned backup and restore screen UI with a fresh new look!
  • Significantly improved the onboarding process with detailed information about some of the main features of the app.
  • Added the option to edit transactions by swiping right and added a delete confirmation dialog when deleting transactions.
  • Added a notification icon beside goal priority information indicating if reminders for this goal are enabled or disabled.
  • Improved widgets UI and fixed issue of widgets not showing with rounded corners on some motorola devices.
  • Fixed flickering and improved animation when navigating to different screens from the navigation drawer.
  • Lots of other minor improvements as well as fixes which are too long to write here but will give you a more polished experience when using the app.
  • Full Changelog: v3.1.0...v3.2.0