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)
0.26.3.4
Fixed - Prefix path for release notes in Github action.
0.26.3.1
Changed - Update action for publishing Github release.
0.26.3.0
Added - Add `--recurrent-only` option for `list` command. Filtering using `-f` and sorting using `--entry-sort` are supported. (51) - Support updating `end` field for recurrent entries as unset (i.e. indicating no end). - Support updating `category` field for entries as unset (i.e. indicating unspecified category). Changed - Use `black` as code formatter. Removed - Remove support for Python 3.5 for good (broken since v0.26.1.0 anyways). (59) Deprecated - The `convert-periods-to-pocket` command will be removed in version `1.0.0`.
0.26.2.1
Fixed - Avoid crash in `cli._parse_command()` when using plugin without `cli_options` attribute.
0.26.2.0
Added - Support extending `fina` CLI in plugins by providing a `plugin.PluginCliOptions` utility class.