Skip to content

Releases: dickwolff/Export-To-Ghostfolio

Release 0.13.3

01 Jun 11:28
2affb54
Compare
Choose a tag to compare

Fixes

  • 🐛 Whenever an error occurs whille parsing a CSV, this error will now be logged to the console

Docker

Link to the Docker image.

Release 0.13.2

31 May 14:10
2e0ac3b
Compare
Choose a tag to compare

Added

  • 🏗️ Added version to logging, to help future issue analysis
  • 🕵🏼‍♂️ Added test coverage to the SecurityService.

Fixes

  • 🐛 Bumped some dependencies
  • 🐛 Made SecurityService more robust, so it should not throw Yahoo Finance errors when symbol is empty
  • 🐛 Schwab: Added transfer to list of ignored records
  • 🐛 Schwab: Added non-qualified div as cash position

Docker

Link to the Docker image.

Release 0.13.0

06 May 20:18
b6fb7e7
Compare
Choose a tag to compare

Added

✨ New broker: Bitvavo

Docker

Link to the Docker image.

Release 0.12.3

06 May 05:07
1414827
Compare
Choose a tag to compare

Changed

  • 🏗️ Updated tsx to latest version 4.9.3 after issue with ts import is fixed (#64 , #65)

Docker

Link to the Docker image.

Release 0.12.2

05 May 14:32
aa686ce
Compare
Choose a tag to compare

Changed

  • 🏗️ DEGIRO V2 converter is now GA
  • 🏗️ Added deprecation notice to old DEGIRO converter

Docker

Link to the Docker image.

Release 0.12.1

05 May 10:33
f841e6c
Compare
Choose a tag to compare

Changed

  • 🐛 Pinned tsx to version 4.9.0 because there are errors with 4.9.1+
  • 🏗️ Updates some other outdated dependencies

Docker

Link to the Docker image.

Release 0.12.0

04 May 14:54
edb7777
Compare
Choose a tag to compare

Added

Two new experimental features, which need to be enabled via the environment variables. See the README/.env.sample for more information.

  • ✨ Automatically validate the generated export against Ghostfolio [experimental].
  • ✨ Automatically import the generated export into Ghostfolio [experimental].

Docker

Link to the Docker image.

Release 0.11.0

04 May 12:12
d75c072
Compare
Choose a tag to compare

Changed

  • 🏗️ Refactored YahooFinanceService as SecurityService, allowing yahoo-finance2 code-behind to be mocked during testing
  • 🏗️ Added Yahoo Finance Service mock, relevant testdata files (json) and added it to all the tests
  • 🐛 Fix in Freetrade converter that did not export dividends correctly.

Docker

Link to the Docker image.

Release 0.10.0

03 May 10:00
e46fe36
Compare
Choose a tag to compare

A lot of general improvements. Thanks @lildude!

Added

  • 🏗️ Devcontainer configuration for easier local development, which can also be used for Codespaces

Changed

  • 🏗️ Save the export file as JSON pretty-printed when DEBUG_LOGGING is enabled for easier debugging
  • 🏗️ Changed the default input, output and cache directory path to /var/tmp/e2g-(input|output|cache) as not everyone has write access to /var when running locally (or in the devcontainer/Codespace which deliberately don't run as root)
  • 🏗️ Manual runs no save the file to /var/tmp/e2g-output or the specified output dir instead of repository root so it can be easily found and ignored by git
  • 🐛 YahooFinanceService will retry with GBp if a symbol/ISIN isn't found with GBP, as the UK has this annoying habit of mixing GBP and GBp but platforms like Freetrade don't differentiate
  • 🏗️ Moved samples to their own directory for a cleaner folder structure

Docker

Link to the Docker image.

Release 0.9.0

01 May 08:31
d6bde75
Compare
Choose a tag to compare

Added

  • ✨ New broker: Freetrade (Thanks @lildude!)

Docker

Link to the Docker image.