Skip to content

Releases: pylipp/financeager

v1.3.8

03 Jun 12:50
5efa844
Compare
Choose a tag to compare

Fixed

  • Replace usage of deprecated pkg_resources module.

Changed

  • Update dependencies argcomplete and marshmallow. (#218, #219)

v1.3.7

02 Apr 18:31
Compare
Choose a tag to compare

Changed

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

v1.3.6

16 Feb 20:19
Compare
Choose a tag to compare

Changed

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

v1.3.5

04 Jan 08:20
Compare
Choose a tag to compare

Changed

  • Fix permission for GitHub release action.

v1.3.3

03 Jan 16:55
Compare
Choose a tag to compare

Changed

v1.3.2

08 Oct 19:20
Compare
Choose a tag to compare

Added

  • Support Python 3.12.

Changed

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