New features: * Dockerfile to run gw2pvo in a container * Set timezone based on --city ... setting * Ctrl-C keyboard interrupt handler
Fixes: * Make log level configurable by --config ... * Allow skip_offline a config setting
1.3.5
Fixes: * Make GW API credentials required settings again * Add oauthlib and requests-oauthlib dependencies
1.3.4
New features: * Support PyPi.org (simplifies installation) * Support multiple inverters (9) * Support public Netatmo weather stations (40) * Added support to store credentials in a config file * Support inverter with multiple strings (19)
1.3.3
Make sure Astral 2 or higher gets installed. Also enforce Python 3.6 which is required by Astral 2.
1.3.2
Fixes 8, 11, 14, 25, 41.
1.3.1
Changes: * Use wheels so package dependencies are installed too * Update to Astral 2 * More robust GW API exception handling