From ee9b4a5567643e66130955b4a14f59ac9569cb4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20Midstj=C3=A4rna?= Date: Mon, 12 Dec 2016 18:59:25 +0100 Subject: [PATCH] Release 1.2.3 --- README.md | 9 +++++++++ mas.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96bf9ae..9d991be 100755 --- a/README.md +++ b/README.md @@ -126,6 +126,15 @@ If the configuration file is updated then execute: This application is written by Joel Eriksson and is licensed under the GNU Public License. ### Version history +**1.2.3** (December 12, 2016) + +* Support for non-english characters on devices in WEB-UI +* Better overview of the groups and devices, with ON/OFF buttons on the same row +* Devices / groups are now sorted alphabetically instead of device id +* Now possible to send on/off/learn from the device configuration page +* A separate documentation of the Config Syntax. Also available in the WEB UIs +* The debug parameter (-d) now adds log entries for all ON, OFF and LEARN commands + **1.2.2** (January 1, 2016) * Added support for editing, deleting and creating devices online diff --git a/mas.py b/mas.py index 2ff3bb8..3d0ba87 100755 --- a/mas.py +++ b/mas.py @@ -26,7 +26,7 @@ import getopt, sys, time, threading, re, logging, sunstate, bottle, json, os import signal, shutil -__version__ = "1.2.3-SNAPSHOT" +__version__ = "1.2.3" ############################################################################### # TELLDUS TELLSTICK LIBRARY