Releases: pylipp/financeager
Releases · pylipp/financeager
v1.1.1
v1.1.0
v1.0.3
v1.0.2
v1.0.1
v1.0.0
Added
- Filtering for recurrent entries with indefinite end is now supported (omit the filter value, as in
list -f end=
). (#80) - Colorful and formatted output from the
list
command via therich
package is available.
Changed
- For filtering the output of the
list
command, the-f
option can now be specified multiple times with one argument each (previously, multiple arguments could be passed but when using-f
multiple times, the last occurrence would overrule the previous ones). The filters are combined. The long option is called--filter
(singular). (#83) - If the
list -f
option is used with a filter for frequency, start, or end, the-r/--recurrent-only
option is automatically added. (#83) - If the
update
command is used with the option--start
and/or--end
, it is assumed to operate on recurrent entries. (#84) - Update dependencies
argcomplete
andtinydb
. (#81,#85,#87) - Clarify command line help.
Removed
- Remove
convert-periods-to-pocket
command. (#78)
v0.27.0.1
Fixed
- Avoid
Invalid configuration
error if default config file does not exist.
v0.27.0.0
v0.26.3.4
Fixed
- Prefix path for release notes in Github action.
v0.26.3.2
Changed
- Update action for publishing Github release.