Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 2.09 KB

CHANGELOG.md

File metadata and controls

51 lines (32 loc) · 2.09 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.

[Unreleased]

Added

Removed

Changed

[1.0.1]

Changed

  • Setting the | Loss/Gain | % Decrease/Increase | values to zero on the first day of the month PR#30.

[1.0.0] 2019-12-10

Added

  • Created a BetClient class encapsulating all the behaviour in the deleted bet_stats.py and spreadsheet.py modules PR#15. The class is defined in the bet_client.py module.
  • A utility classs that wraps the Selenium webdriver object PR#15.

Removed

Changed

  • Support for the new spreadsheet with nicely formatted tables for easy use.
  • Moved around the spreadsheet columns: | Date | Timestamp | Balance | Money in bets | Loss/Gain | % Decrease/Increase | PR#27.

[0.0.1] - 2019-10-26

Added

  • This CHANGELOG file to hopefully serve as an evolving example of a standardized open source project CHANGELOG.
  • README has instructions on how to use the project PR#14.
  • Added support to be able to navigate through pages PR#122.
  • Computing the amount of money that has been placed in bets PR#9.
  • Added scripts to scrape BET.co.za site and writes the data to the Google sheet PR#1.