3. 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.

3.1. [2.1.1] - 2020-01-13

3.1.1. Changed

  • Removed unused resource files

  • Updated README

3.2. [2.1.0] - 2020-01-12

3.2.1. Changed

  • Replaced TK user interface with GTK+ 3

  • Tickers prices are fetched using alpha-vantage Python module

  • alpha_vantage_polling_period configuration parameter is used to wait between each AV call

  • AlphaVantage http requests are thread safe

3.2.2. Added

  • Status bar showing portfolio filepath

  • Button to open a new window tailing the current application log file

3.3. [2.0.0] - 2019-12-14

3.3.1. Changed

  • Issue37 - Improved installation process and dependencies setup

  • Updated default .credentials configured path

  • Re-design of system architecture and API

  • Edited Portfolios are not saved automatically and a warning is displayed

3.3.2. Added

  • Added Pipfile to manage python dependencies

  • Added FEE action

  • Added notes field in trade

  • Support load of multiple portfolios

  • Save As and Save buttons per portfolio

3.4. [1.0.0] 2019-05-03

3.4.1. Added

  • Initial release