Releases: leMaik/moneylover-cli
Releases · leMaik/moneylover-cli
v0.5.0
Added
- Add a new
transactions
command to list transactions #3 @ck99
Fixed
- Fix browser login not working anymore
v0.4.1
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
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
Changed
- Fix wrong total in the wallets output table due to precision errors
v0.3.2
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
Changed
- Update to cli-table3 to resolve all npm audit warnings #1 @DanielRuf
v0.3.0
Added
- Ask interactively for missing arguments when adding transactions
v0.2.0
Added
- Launch Google Chrome, if available, and use its debugger protocol to enable authentication using social networks
v0.1.1
Changed
- Exit with non-zero exit codes on errors