financeager

Organize your finances easily - from the command line!

GPL-3.0 License

Downloads
2.5K
Stars
81
Committers
11

Bot releases are visible (Hide)

financeager - v1.3.8 Latest Release

Published by github-actions[bot] 5 months ago

Fixed

  • Replace usage of deprecated pkg_resources module.

Changed

  • Update dependencies argcomplete and marshmallow. (#218, #219)
financeager - v1.3.7

Published by github-actions[bot] 7 months ago

Changed

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

Published by github-actions[bot] 8 months ago

Changed

  • Update dependencies argcomplete and marshmallow. (#197, #203)
  • Update GitHub actions.
financeager - v1.3.5

Published by github-actions[bot] 10 months ago

Changed

  • Fix permission for GitHub release action.
financeager - v1.3.3

Published by github-actions[bot] 10 months ago

Changed

  • Update dependencies argcomplete and rich. (#185, #187, #188, #191)
financeager - v1.3.2

Published by github-actions[bot] about 1 year ago

Added

  • Support Python 3.12.

Changed

  • Update dependencies rich, marshmallow, and argcomplete. (#171,#174,#175,#178,#181)
financeager - v1.3.1

Published by github-actions[bot] over 1 year ago

Changed

  • Update dependencies rich and tinydb. (#169,#170)
financeager - v1.3.0

Published by github-actions[bot] over 1 year ago

Changed

  • Update dependencies rich and argcomplete. (#161,#163)

Removed

  • Support for Python 3.7 is removed. (#159)
financeager - v1.2.1

Published by github-actions[bot] over 1 year ago

Changed

  • Update dependencies rich and tinydb. (#149,#150,#157)
financeager - v1.2.0

Published by github-actions[bot] almost 2 years ago

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
financeager - v1.1.6

Published by github-actions[bot] almost 2 years ago

Changed

  • Update dependencies rich and marshmallow. (#140,#142)
financeager - v1.1.5

Published by github-actions[bot] almost 2 years ago

Changed

  • Update GitHub actions to avoid deprecation warnings during CI runs. (#134)
financeager - v1.1.4

Published by github-actions[bot] almost 2 years ago

Added

  • Officially support Python 3.11. (#133)

Changed

  • Update dependency rich. (#131)
financeager - v1.1.3

Published by github-actions[bot] about 2 years ago

Changed

  • Make project entirely free from setup.py (update local setuptools and pip). (#127)
financeager - v1.1.2

Published by github-actions[bot] about 2 years ago

Changed

  • Update dependency marshmallow. (#124,#126)
  • Checks for dependency updates are run monthly instead of weekly.
  • Use pyproject.toml instead of setup.cfg for project configuration.
financeager - v1.1.1

Published by github-actions[bot] about 2 years ago

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.
financeager - v1.1.0

Published by github-actions[bot] over 2 years ago

Removed

  • Support for Python 3.6 is removed.

Changed

  • Update dependencies rich and marshmallow. (#104,#105,#106,#109,#111,#112)
financeager - v1.0.3

Published by github-actions[bot] over 2 years ago

Changed

  • Update dependencies rich and marshmallow. (#98,#99,#101,#102)

Deprecated

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

Published by github-actions[bot] over 2 years ago

Changed

  • Update dependencies rich and tinydb. (#95,#97)
financeager - v1.0.1

Published by github-actions[bot] over 2 years ago

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.