Releases: pylipp/financeager
Releases · pylipp/financeager
v1.4.1
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
Removed
- Support for Python 3.8 is removed.
v1.3.10
Changed
- Update dependencies
rich
and marshmallow
. (#230, #232)
v1.3.9
Added
Changed
- Update dependencies
argcomplete
and marshmallow
. (#223, #226, #229)
v1.3.8
Fixed
- Replace usage of deprecated
pkg_resources
module.
Changed
- Update dependencies
argcomplete
and marshmallow
. (#218, #219)
v1.3.7
Changed
- Update dependencies
rich
, python-dateutil
, argcomplete
and marshmallow
. (#206, #209, #211, #212, #215)
v1.3.6
Changed
- Update dependencies
argcomplete
and marshmallow
. (#197, #203)
- Update GitHub actions.
v1.3.5
Changed
- Fix permission for GitHub release action.