Skip to content

Releases: pylipp/financeager

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.

v1.1.0

04 Jun 10:27
Compare
Choose a tag to compare

Removed

  • Support for Python 3.6 is removed.

Changed

v1.0.3

05 Apr 14:52
Compare
Choose a tag to compare

Changed

Deprecated

  • Python 3.6 support will be removed in financeager v1.1.0.

v1.0.2

24 Feb 19:55
Compare
Choose a tag to compare

Changed

  • Update dependencies rich and tinydb. (#95,#97)

v1.0.1

01 Feb 21:47
Compare
Choose a tag to compare

Added

  • Output short message when running list command but no data found.

Changed

  • Update dependency rich. (#91)

Fixed

  • Avoid excessive empty space in table with list --category-percentage.

v1.0.0

28 Jan 18:25
Compare
Choose a tag to compare

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 the rich 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 and tinydb. (#81,#85,#87)
  • Clarify command line help.

Removed

  • Remove convert-periods-to-pocket command. (#78)

v0.27.0.1

24 Jan 21:06
Compare
Choose a tag to compare

Fixed

  • Avoid Invalid configuration error if default config file does not exist.

v0.27.0.0

03 Jan 18:33
Compare
Choose a tag to compare

Changed

  • Using the list command with the --month option only returns entries of specified month in current year. (#79)

Removed

  • Remove financeager command line entry point (deprecated for one year, see v0.25.0.0) (#76)

v0.26.3.4

30 Dec 09:49
Compare
Choose a tag to compare

Fixed

  • Prefix path for release notes in Github action.

v0.26.3.2

30 Dec 09:35
Compare
Choose a tag to compare

Changed

  • Update action for publishing Github release.