**Features**
- Added Production Mode to disable checking of App config or code
changes
- RSS Feed can now optionally show a description for each story
- Disabling of zooming and double tap zooming on iOs devices is now
optional via the `scaling` dashboard argument
- Exiting from the commandline with ctrl-c will now cleanly terminate
apps
- Sending SIGTERM to an appdaemon process will cause a clean shutdown,
including orderly termination of all apps in dependency order
- Added extra checking for HASS Initialization to prevent a race
condition in which metadata could not be read
- Weather widget adds the ability to change sensors, more dynamic
units, forecast option, icon options, option to show Rain/Snow
depending on precip_type sensor (and change icons), wind icon
rotates according to wind bearing - contributed by [Marcin
Domański](https://github.com/kabturek)
**Fixes**
- Fixed a problem in the Docker initialization script
- Fixed an parameter collision for events with a parameter `name` in
`listen_event()`
- Grammar corrections to docs, and a fix to the stop code -
contributed by [Matthias Urlichs](https://github.com/smurfix)
**Breaking Changes**
- iOS Scaling and tap zooming is no longer disabled by default