Skip to content

Releases: dbtdsilva/firefly-sync-cli

1.4.0

25 Jul 18:30
Compare
Choose a tag to compare

1.4.0 (2024-07-25)

Feature

  • feat: allow setting specific log level from environment variables (fe5e34d)

Fix

  • fix: loggers will now show the class invoking that logger (2ce637b)

  • fix: enumerate was not correct in failed_txs (2b76037)

Style

1.3.0

25 Jul 17:01
Compare
Choose a tag to compare

1.3.0 (2024-07-25)

Feature

  • feat: Failed transactions will be retried once (5fc1f54)

1.2.7

24 Jul 12:39
Compare
Choose a tag to compare

1.2.7 (2024-07-24)

Fix

  • fix: keep trying insert transactions even if one of them fails (109c424)

1.2.6

22 Jul 20:34
Compare
Choose a tag to compare

1.2.6 (2024-07-22)

Fix

  • fix: deploy was not happening properly (413d3aa)

1.2.5

22 Jul 19:56
Compare
Choose a tag to compare

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

20 Jul 23:13
Compare
Choose a tag to compare

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

18 Jul 23:01
Compare
Choose a tag to compare
  • Process Revolut fee properly, credit fee affects amount negatively

1.2.2

18 Jul 21:18
Compare
Choose a tag to compare
  • Fixed reference checking for already inserted transactions after being linked

1.2.1

13 Mar 09:07
Compare
Choose a tag to compare
  • Fix for module not loading properly due to package changes

1.2.0

13 Mar 08:45
Compare
Choose a tag to compare
  • 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).