Skip to content

Commit

Permalink
Release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
midstar committed Dec 12, 2016
1 parent 65c8d29 commit ee9b4a5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mas.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee9b4a5

Please sign in to comment.