Skip to content

Release 0.10.0

Compare
Choose a tag to compare
@dickwolff dickwolff released this 03 May 10:00
· 234 commits to main since this release
e46fe36

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.