Financeager Versions Save

Organize your finances easily - from the command line!

v1.3.7

1 month ago

Changed

  • Update dependencies rich, python-dateutil, argcomplete and marshmallow. (#206, #209, #211, #212, #215)

v1.3.6

3 months ago

Changed

  • Update dependencies argcomplete and marshmallow. (#197, #203)
  • Update GitHub actions.

v1.3.5

4 months ago

Changed

  • Fix permission for GitHub release action.

v1.3.3

4 months ago

Changed

  • Update dependencies argcomplete and rich. (#185, #187, #188, #191)

v1.3.2

7 months ago

Added

  • Support Python 3.12.

Changed

  • Update dependencies rich, marshmallow, and argcomplete. (#171,#174,#175,#178,#181)

v1.3.1

10 months ago

Changed

  • Update dependencies rich and tinydb. (#169,#170)

v1.3.0

1 year ago

Changed

  • Update dependencies rich and argcomplete. (#161,#163)

Removed

  • Support for Python 3.7 is removed. (#159)

v1.2.1

1 year ago

Changed

  • Update dependencies rich and tinydb. (#149,#150,#157)

v1.2.0

1 year ago

Added

  • New --json option for list command to return result in JSON format instead of formatted as table (#120). Helpful for processing data with jq or similar tools (refine selection with --filter option):
    • all IDs of standard entries: fina list --json | jq -r '.standard | keys[]'
    • all IDs of recurrent entries: fina list --json | jq -r '.recurrent | keys[]'
    • all IDs of recurrent entries: fina list --json --recurrent-only | jq .[].eid

v1.1.6

1 year ago

Changed

  • Update dependencies rich and marshmallow. (#140,#142)