Skip to content

Latest commit

 

History

History
134 lines (97 loc) · 2.81 KB

CHANGELOG.md

File metadata and controls

134 lines (97 loc) · 2.81 KB

0.3.2 - 2022-05-03

Chore

  • improve ergonomics of get_progress

0.3.1 - 2022-05-02

Build

  • ci: add github action setup

Chore

  • updated dependencies
  • rename master branch to main
  • minor library changes
  • update deps
  • reorganize structure

Feat

  • print the totals for search results
  • cli: add search command to search for tx

Fix

  • use local time to get the tody date

0.3.0 - 2021-01-08

Feat

  • cli: add summary for tags
  • lib: implement the cost_of_life calculation

0.2.4 - 2021-01-03

Chore

  • cli: minor tweaks to the cli interface

Doc

  • better documentation

Fix

  • regexp for tags

0.2.3 - 2021-01-02

Doc

  • update readme

Tests

  • add wasm tests

0.2.2 - 2021-01-02

Chore

  • lib: improve error management and test coverage

Feat

  • lib: tx tags are returned in alphabetical order

Fix

  • 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

Test

  • cli: add tests for datastore

0.2.1 - 2020-12-28

Fix

  • cli: honour the "--on" parameter
  • cli: print the correct app name and version

Test

  • lib: add more tests for the lib part

0.2.0 - 2020-12-27

Chore

  • fix clippy warnings

Feat

  • add summary command
  • wasm: simplify return types

0.1.2 - 2020-12-07

Feat

  • print the cost of life from the cli

Fix

  • bumping version to fix a wasm-pack issue

0.1.1 - 2020-12-07

Build

  • add makefile

Chore

  • refactor code and add wasm support

Feat

  • persist data
  • add basic command line
  • add support for months
  • lang: accept . (dot) as a tag prefix
  • lib: add progess calculation

0.1.0 - 2020-11-30