Releases: dickwolff/Export-To-Ghostfolio
Releases · dickwolff/Export-To-Ghostfolio
Release 0.12.0
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
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
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
Release 0.8.4
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
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
Added
- ✨ XTB: Add support for interest and fractional shares (Thanks @gabrielgradinaru)
Docker
Link to the Docker image.
Release 0.8.1
Fixes
- 🐛 DEGIRO: Fix taxes on dividends in French exports (Thanks @Sonlis!)
Docker
Link to the Docker image.