diff --git a/README.md b/README.md index af7fc53..6a69ad3 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,9 @@ cd tinge ## Requirements Requires a recent Python3 and pip3, most likely python >= 3.7. It is only tested with 3.9 on PostmarketOS on the PinePhone and on Debian Bullseye though. +## Future plans +Check out the [Roadmap](https://code.smolnet.org/micke/tinge/src/branch/master/Roadmap.md) + ## Screenshots ![Discover Bridge View](https://code.smolnet.org/micke/tinge/raw/branch/master/screenshots/scrot1.png) ![All Bridge View](https://code.smolnet.org/micke/tinge/raw/branch/master/screenshots/scrot2.png) diff --git a/Roadmap.md b/Roadmap.md new file mode 100644 index 0000000..3a738d6 --- /dev/null +++ b/Roadmap.md @@ -0,0 +1,29 @@ +# 0.0.1 +* Show unattached lights +* Discover new lights + +# 0.1.0 +* Create group +* Move light between groups + +# 0.0.2 +* Manually add bridge +* Manually delete bridge + +# 0.0.3 +* pip package + +# 1.0.0 +* Debian package +* RPM +* Alpine package +* Custom icon/logo for project + +# 2.0.0 +* Schedules +* Scenes +* Sensors + +# Post 2.0.0 +* Remote auth +* Support for deCONZ REST-API \ No newline at end of file