Skip to content

Releases: chvp/NanoLedger

v0.2.0

04 Mar 20:54
Compare
Choose a tag to compare

🚀 Features

  • Support older Android API versions (#96) @chvp

v0.1.6

04 Feb 14:14
Compare
Choose a tag to compare

🚀 Features

  • Show spinner while saving (#82) @chvp
  • Change error toast to a snackbar with a dialog that allows copying (#83) @chvp

v0.1.5

30 Dec 13:41
Compare
Choose a tag to compare
  • Fix adding transaction to an empty file (#70) @chvp

v0.1.4

17 Dec 09:23
v0.1.4
c70d1dd
Compare
Choose a tag to compare
  • Tweak posting row item widths to make currency a bit wider (#62) @Ajnasz

v0.1.3

03 Nov 16:20
v0.1.3
38869da
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Make sure to always return to main activity when backing out of add activity (#50) @chvp

v0.1.2

15 Sep 11:38
v0.1.2
446e8d0
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix formatting of posting when no amount was entered (#42) @chvp

v0.1.1

11 Sep 13:51
v0.1.1
106c328
Compare
Choose a tag to compare

🧰 Maintenance

  • Fix gradle wrapper version and checksum (#40) @chvp

v0.1.0

10 Sep 17:40
v0.1.0
bf4a81c
Compare
Choose a tag to compare

Initial release for NanoLedger. All basic features for a minimal (h)ledger data entry app have been implemented, along with some settings for the different type of journals people keep.

v0.1.0-rc3

08 Sep 09:43
v0.1.0-rc3
461127a
Compare
Choose a tag to compare
v0.1.0-rc3 Pre-release
Pre-release

🚀 Features

  • Parse secondary date in transaction header as part of date (#29) @chvp

🐛 Bug Fixes

  • Fix status bar not being colored like theme (#30) @chvp
  • Fix default status being initialized as on first run (#28) @chvp

v0.1.0-rc2

07 Sep 20:09
v0.1.0-rc2
ebb905f
Compare
Choose a tag to compare
v0.1.0-rc2 Pre-release
Pre-release

🚀 Features

  • Significantly reduce required API level (#25) @chvp

🐛 Bug Fixes

  • Fix interaction of keyboard and screen height (#26) @chvp