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.