Skip to content

Commit

Permalink
Changelog v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsoc12 committed Feb 28, 2022
1 parent 7365028 commit 84db270
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

All notable changes to this project will be documented in this file.

## v0.1.0 (2022-02-27)

### New
- Docker Image
- Full compatibility with endpoint [`POST /api/v1/transactions`](https://api-docs.firefly-iii.org/#/transactions/storeTransaction) using positional arguments (e.g. `--foreign-currency-code GBP` or `--foreign-amount 10.23`)
- Transactions are now processed with argparse for broader compatibility
- Support for "withdraw", "deposit" and "transfer" transaction types
- Allows specifying arbitrary date or datetime for a transaction, respectively using the arguments `--date` or `--datetime` (#6)
- Support for specifying config file LOCATION using the environment variable `FIREFLY_CLI_CONFIG`
- Added colour to certain CLI prints
- Unit testing
- Codebase is now [black](https://black.readthedocs.io/en/stable/) and [isort](https://pypi.org/project/isort/) compliant

### Changed
- CLI engine migrated to [cmd2](https://cmd2.readthedocs.io/en/stable/)
- Command line and entrypoint refactored
- Bumped versioneer

### Removed
- pandas library dependency

## v0.0.10 (2021-04-05)

### Changed
Expand Down

0 comments on commit 84db270

Please sign in to comment.