Releases: dbtdsilva/firefly-sync-cli
Releases · dbtdsilva/firefly-sync-cli
1.4.0
1.4.0 (2024-07-25)
Feature
- feat: allow setting specific log level from environment variables (
fe5e34d
)
Fix
Style
1.3.0
1.3.0 (2024-07-25)
Feature
- feat: Failed transactions will be retried once (
5fc1f54
)
1.2.7
1.2.7 (2024-07-24)
Fix
- fix: keep trying insert transactions even if one of them fails (
109c424
)
1.2.6
1.2.6 (2024-07-22)
Fix
- fix: deploy was not happening properly (
413d3aa
)
1.2.5
1.2.5 (2024-07-22)
Fix
-
fix: bypass firefly mime detection, I still want to upload csvs (sorry not sorry) (156b41f
)
-
fix: semantic-release generating undesired extra lines for changelog (1fb22a4
)
Style
- style: small change in the commit message for semantic release (
b5d0a19
)
1.2.4
1.2.4 (2024-07-20)
Ci
- ci: added pyproject.toml (
86e608f
)
- ci: updated workflow, config and changelog (
a87f4bd
)
- ci: fixed workflow not waiting for build and test (
eb6c146
)
- ci: semantic-release only after build, test and codeql (
44f22e5
)
- ci: changed branch from master to main (
4aa2e47
)
- ci: added semantic release and renamed workflows (
0bb0b13
)
Fix
- fix: changing encoding type to prevent conflicts (
d9128c9
)
1.2.3
- Process Revolut fee properly, credit fee affects amount negatively
1.2.2
- Fixed reference checking for already inserted transactions after being linked
1.2.1
- Fix for module not loading properly due to package changes
1.2.0
- Support for transaction link through the CLI;
- Cleared up CLI usage with more documentation;
- Fixed issue with files matching multiple filters (it now considers the longest match).