diff --git a/CHANGELOG.rst b/CHANGELOG.rst index dc3431c..8b6ea6a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,18 @@ Changelog sisyphus-control ++++++++++++++++ +[3.0] - 2020-09-06 +================== +Added +----- +* Track remaining/total time support (requires recent firmware) +* Test shell program +Changed +------- +* Reworked the data model to match how Sisyphus itself does it. This fixes crashes that were occurring working with tables that have the latest firmware, but may break things with older firmwares. +* Switched to `python-socketio` for Socket.IO support, as it is more actively maintained than `SocketIO-client-nexus`. +* Switched to VSCode for development + [2.2.1] - 2019-08-17 ==================== Fixed diff --git a/setup.py b/setup.py index 18c0e3b..f7bf344 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="sisyphus-control", - version="2.2.1", + version="3.0", description="Control your Sisyphus kinetic art tables " "(sisyphus-industries.com)", long_description=long_description,