Skip to content

Latest commit

 

History

History
executable file
·
24 lines (16 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

executable file
·
24 lines (16 loc) · 1.28 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

NOTE: As semantic versioning states all 0.y.z releases can contain breaking changes in API (flags, grpc API, any backward compatibility)

We use breaking ⚠️ to mark changes that are not backward compatible (relates only to v0.y.z releases.)

Unreleased

  • #272 Automated Docker images on every push to master and with every tagged release.

v5.2.0 - 2020.11.12

  • #254
    • Added support for expanding variables in the indexer api url.
    • Added config to specify the .env file location. The default is now configs/.env so users should either specify a custom location in the config.json or move it inside the default config folder.

v5.0.0 - 2020.11.02

Added

  • Profitability calculations which is set through the ProfitThreshold(in percents) settings in the config,
  • Docs how to contribute.