Skip to content

Releases: dickwolff/Export-To-Ghostfolio

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.

Release 0.8.4

25 Apr 05:14
cbb7927
Compare
Choose a tag to compare

Added

  • 🏗️ Changed project type from CommonJS to ESM (enabling support for PDF converters in the future)

Docker

Link to the Docker image.

Release 0.8.3

21 Apr 19:23
48e4d9b
Compare
Choose a tag to compare

Fixes

  • 🏗️ Current timestamp is added to the result filename, so it will no longer be overwritten

Docker

Link to the Docker image.

Release 0.8.2

19 Apr 15:03
f462b98
Compare
Choose a tag to compare

Added

Docker

Link to the Docker image.

Release 0.8.1

12 Apr 08:53
9f76a4a
Compare
Choose a tag to compare

Fixes

  • 🐛 DEGIRO: Fix taxes on dividends in French exports (Thanks @Sonlis!)

Docker

Link to the Docker image.

Release 0.8.0

12 Apr 08:38
3d09d90
Compare
Choose a tag to compare

Added

Docker

Link to the Docker image.

Release 0.7.4

04 Apr 18:30
b4c7548
Compare
Choose a tag to compare

Added

  • 🏗️ Docker images are now multi-arch (amd64/arm64)!

Docker

Link to the Docker image.