0.3.2 - 2022-05-03
- improve ergonomics of get_progress
0.3.1 - 2022-05-02
- ci: add github action setup
- updated dependencies
- rename master branch to main
- minor library changes
- update deps
- reorganize structure
- print the totals for search results
- cli: add search command to search for tx
- use local time to get the tody date
0.3.0 - 2021-01-08
- cli: add summary for tags
- lib: implement the cost_of_life calculation
0.2.4 - 2021-01-03
- cli: minor tweaks to the cli interface
- better documentation
- regexp for tags
0.2.3 - 2021-01-02
- update readme
- add wasm tests
0.2.2 - 2021-01-02
- lib: improve error management and test coverage
- lib: tx tags are returned in alphabetical order
- lib: end_date should be the last inclusive date
- lib: magic number for 100% should be 1.0
- lib: date calculation off of one day
- cli: add tests for datastore
0.2.1 - 2020-12-28
- cli: honour the "--on" parameter
- cli: print the correct app name and version
- lib: add more tests for the lib part
0.2.0 - 2020-12-27
- fix clippy warnings
- add summary command
- wasm: simplify return types
0.1.2 - 2020-12-07
- print the cost of life from the cli
- bumping version to fix a wasm-pack issue
0.1.1 - 2020-12-07
- add makefile
- refactor code and add wasm support
- persist data
- add basic command line
- add support for months
- lang: accept . (dot) as a tag prefix
- lib: add progess calculation