**Features**
- Installation via pip3 - contributed by [Martin
Hjelmare](https://github.com/MartinHjelmare)
- Docker support (non Raspbian only) - contributed by [Jesse
Newland](https://github.com/jnewland)
- Allow use of STDERR and SDTOUT as logfile paths to redirect to
stdout and stderr respectively - contributed by [Jason
Hite](https://github.com/jasonmhite)
- Deprecated \"timezone\" directive on cfg file in favor of
\"time_zone\" for consistency with Home Assistant config
- Added default paths for config file and apps directory
- Log and error files default to STDOUT and STDERR respectively if not
specified
- Added systemd service file - contributed by [Jason
Hite](https://github.com/jasonmhite)
**Fixes**
- Fix to give more information if initial connect to HA fails (but
still avoid spamming logs too badly if it restarts)
- Rename \'init\' directory to \'scripts\'
- Tidy up docs
**Breaking Changes**
- As a result of the repackaging for PIP3 installation, all apps must
be edited to change the import statement of the api to
`import appdaemon.appapi as appapi`
- Config must now be explicitly specified with the -c option if you
don\'t want it to pick a default file location
- Logfile will no longer implicitly redirect to STDOUT if running
without the -d flag, instead specify STDOUT in the config file or
remove the logfile directive entirely
- timezone is deprecated in favor of time_zone but still works for now