Skip to content

Releases: pylipp/financeager

v1.3.1

16 Jul 11:56
Compare
Choose a tag to compare

Changed

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

v1.3.0

04 May 22:06
Compare
Choose a tag to compare

Changed

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

Removed

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

v1.2.1

03 Apr 21:20
Compare
Choose a tag to compare

Changed

v1.2.0

03 Jan 22:39
Compare
Choose a tag to compare

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

02 Jan 10:36
Compare
Choose a tag to compare

Changed

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

v1.1.5

07 Nov 16:37
Compare
Choose a tag to compare

Changed

  • Update GitHub actions to avoid deprecation warnings during CI runs. (#134)

v1.1.4

06 Nov 18:49
Compare
Choose a tag to compare

Added

  • Officially support Python 3.11. (#133)

Changed

  • Update dependency rich. (#131)

v1.1.3

11 Oct 09:02
Compare
Choose a tag to compare

Changed

  • Make project entirely free from setup.py (update local setuptools and pip). (#127)

v1.1.2

10 Oct 18:56
Compare
Choose a tag to compare

Changed

  • Update dependency marshmallow. (#124,#126)
  • Checks for dependency updates are run monthly instead of weekly.
  • Use pyproject.toml instead of setup.cfg for project configuration.

v1.1.1

17 Aug 21:18
Compare
Choose a tag to compare

Changed

  • Update dependencies rich and marshmallow. (#114,#117)
  • Update wording of debug logging message for clarity.

Fixed

  • Filtering for multiple patterns with fina list, when one of the filters is category, now returns the correct selection instead of an empty result.