CHANGELOG.md 697 B

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.1 - 2020-02-02

Fixed

  • configure pip to install to user's home dir (fixes EnvironmentError: [Errno 13] Permission denied … on pip install)
  • added gcc to be able install python packages that are only available as sdist (e.g., Adafruit-DHT)

1.0.0 - 2020-02-01

Added

  • docker-compose: mount config volume

Changed

  • wrap official docker image

Fixed

  • docker-compose: forward correct default port 8123