From 624abf792dfbeb823b1d7aa670f186e48ad233be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Senart?= Date: Mon, 17 Oct 2022 18:42:16 +0200 Subject: [PATCH] Update the CHANGELOG and README files. --- CHANGELOG.md | 11 ++++++++++- README.md | 1 + 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad9d1f5..12fbe73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.1.13](https://github.com/ssenart/PyVeoliaIDF/compare/0.1.12...0.1.13) - 2021-12-03 +## [0.2.0] - 2022-10-17 + +### Added +- Add a new parameter 'lastNDays' that permits to control how many days of data we want to retrieve. + +### Fixed +- Add some means that permits to log every Selenium actions. +- Add some controls on the downloaded data file (check its content) before processing it. + +## [0.1.13] - 2021-12-03 ### Fixed - Increase waiting time after selection of 'Jours' and 'Litres' buttons. Sometimes, we get only a partial set of data with missing most recent ones. diff --git a/README.md b/README.md index 02d7608..b951cef 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ import pyveoliaidf client = pyveoliaidf.Client('your login', 'your password', + 365, 'path/to/Selenium Web Driver', 30, 'temporary directory where to store CSV file (ex: /tmp)')