Skip to content

Releases: pylipp/financeager

v1.4.2

02 Dec 15:58
Compare
Choose a tag to compare

Added

  • CLI tab-completions for the --pocket option.
  • CLI tab-completions for the --category option. Completions are sourced from the categories of standard entries in the default ("main") pocket. Sourcing takes place at the first invocation of one of the commands add, update, or remove. Completion options are stored in the application's cache directory. (#233, #238)

v1.4.1

02 Nov 17:53
Compare
Choose a tag to compare

Added

  • CLI tab-completions for --table-name and --frequency options.

Changed

  • Replace deprecated appdirs dependency by platformdirs. (#234)
  • Update dependencies argcomplete, tinydb, rich, marshmallow and platformdirs. (#235, #237)

v1.4.0

08 Oct 09:22
Compare
Choose a tag to compare

Removed

  • Support for Python 3.8 is removed.

v1.3.10

02 Oct 07:24
Compare
Choose a tag to compare

Changed

  • Update dependencies rich and marshmallow. (#230, #232)

v1.3.9

09 Aug 12:21
Compare
Choose a tag to compare

Added

  • Support Python 3.13.

Changed

  • Update dependencies argcomplete and marshmallow. (#223, #226, #229)

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