Skip to content

Releases: leMaik/moneylover-cli

v0.5.1

07 Mar 11:07
Compare
Choose a tag to compare

Fixed

v0.5.0

29 Jun 17:52
Compare
Choose a tag to compare

Added

  • Add a new transactions command to list transactions #3 @ck99

Fixed

  • Fix browser login not working anymore

v0.4.1

02 Mar 21:54
Compare
Choose a tag to compare

Changed

  • Fix expense category selector defaulting to "other income"
  • Fix income/expense categories being confused if they have the same name
  • Fix moneylover categories --expense command

v0.4.0

14 Jan 14:12
Compare
Choose a tag to compare

Added

  • Prompt the user to log-in when executing a command that requires log-in
    This only applies in interactive terminals. Otherwise, the command will fail with a non-zero exit code (as before).

v0.3.3

08 Dec 17:37
Compare
Choose a tag to compare

Changed

  • Fix wrong total in the wallets output table due to precision errors

v0.3.2

27 Sep 18:23
Compare
Choose a tag to compare

Changed

  • Cache wallets and categories for faster operation
    To clear the cache, run moneylover-cli logout. Only wallet IDs, wallet names, wallet currencies, category IDs and category names are cached. The balance of a wallet is never written to the disk.

v0.3.1

01 Aug 20:01
Compare
Choose a tag to compare

Changed

  • Update to cli-table3 to resolve all npm audit warnings #1 @DanielRuf

v0.3.0

01 Aug 20:01
Compare
Choose a tag to compare

Added

  • Ask interactively for missing arguments when adding transactions

v0.2.0

31 May 13:47
Compare
Choose a tag to compare

Added

  • Launch Google Chrome, if available, and use its debugger protocol to enable authentication using social networks

v0.1.1

31 May 13:47
Compare
Choose a tag to compare

Changed

  • Exit with non-zero exit codes on errors