diff --git a/docs/releasenotes.rst b/docs/releasenotes.rst index 4d249044..5cc87648 100644 --- a/docs/releasenotes.rst +++ b/docs/releasenotes.rst @@ -2,9 +2,19 @@ Release Notes ============= A link to the release notes will be posted in the Dashticz support forum. The total overview can be found below. -Latest changes --------------- +3.0.6 (28-8-2019) +----------------- +Enhancements * OpenWeatherMap module: support for using the city id as city name + * Icon/image options for blocktitles + +Fixes + * Docker PHP timezone + * News update in standby + * Robustness install script and makefile + * Auto restart docker container after reboot + * Documentation updates (Thanks to HansieNL) + * 3.0.5 (4-8-2019) ------------------ diff --git a/version.txt b/version.txt index 4d305384..5c29ec93 100644 --- a/version.txt +++ b/version.txt @@ -1,8 +1,9 @@ { -"version": "3.0.5", +"version": "3.0.6", "branch": "beta", -"last_changes": "Improve installation script", +"last_changes": "[enh] OWM city id as city name, icon/images for blocktitles", "changelog" : { + "3.0.5": "Improve installation script", "3.0.4": "Dashticz moved to new location.", "3.0.3": "Fix for Spotify block; layout improvements", "3.0.2": "Add imageOn/Off, iconOn/Off and textOn/Off block parameters",