Skip to content
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.

Releases: eigenein/my-iot

0.8

25 Jan 21:56
Compare
Choose a tag to compare
0.8 Pre-release
Pre-release
  • Feat: #13 pass old value and all the current values to on_event
  • Feat: #14 send_animation method for Telegram bots
  • Chore: add ipython to the Docker image
  • Chore: upgrade loguru
  • Feat: set network capabilities for Python binary
  • Change: move users to the configuration module
  • Feat: specify port via command-line option or environment variable
  • Feat: #31 asynchronous on_event
  • Feat: #7 channel page

0.7

21 Jan 23:21
Compare
Choose a tag to compare
0.7 Pre-release
Pre-release
  • Fix: #3 fix hash-password output
  • Fix: #3 adjust PasswordHasher parameters for Raspberry Pi Zero W
  • Fix: catch TimeoutError in Nest
  • Fix: #3 authenticate user for /system/db.sqlite3 and /view/{key}
  • Chore: change /system/db.sqlite3 to /db.sqlite3
  • Chore: subclass web.Application and provide Context class
  • Chore: get rid of the event queue, call on_update directly
  • Chore: #15 rename to channels and events

0.6

20 Jan 00:19
Compare
Choose a tag to compare
0.6 Pre-release
Pre-release
  • Feat: #3 user authentication with login

0.5

19 Jan 23:47
Compare
Choose a tag to compare
0.5 Pre-release
Pre-release
  • Feat: user authentication
  • Chore: add dev install extra
  • Chore: enable pytest in Travis

0.4

19 Jan 22:21
Compare
Choose a tag to compare
0.4 Pre-release
Pre-release
  • Fix id_ for File and Clock
  • feat: set PYTHONOPTIMIZE=2 for the Python interpreter
  • feat: #10 set up unit testing and get rid of aiosqlite for now
  • feat: #9 database schema migrations

0.3

19 Jan 01:43
Compare
Choose a tag to compare
0.3 Pre-release
Pre-release
  • Charts in the detail views
  • Fix passing options via environment variables
  • Always start on port 8443
  • Use aiohttp-sse-client
  • #2 #4 #6 Change database schema, rename ValueKind and add titles
  • Close #4: refine Unit class
  • Close #5 #6: denormalise database and add update IDs

0.2

19 Jan 01:36
Compare
Choose a tag to compare
0.2 Pre-release
Pre-release
  • Improve Dockerfile and Makefile
  • Improve Nest and Buienradar
  • Move text constants to templates
  • Introduce new value kinds
  • Add SSL support
  • Detail view page
  • Use pickle instead of JSON to store values in the database

0.1

19 Jan 01:35
Compare
Choose a tag to compare
0.1 Pre-release
Pre-release

Initial release.