Skip to content

Releases: thingsdb/ThingsGUI

v1.0.0

07 Sep 15:05

Choose a tag to compare

v1.0.0 Pre-release
Pre-release

Pre-release ThingsGUI v1, a graphical interface for ThingsDB.

Pull request:

v0.5.0

29 Jul 16:37

Choose a tag to compare

Release ThingsGUI, a graphical interface for ThingsDB.

Pull request:

Changes:

v0.4.3

17 Jun 08:09

Choose a tag to compare

Release ThingsGUI, a graphical interface for ThingsDB.

Pull request:

Changes:

  • Update go-packages; #124.
  • Update syntax highlighting; #126.
  • Fix bug socket connection; #127.
  • Fix bugs in module info dialog; #128.

v0.4.2

14 Jun 13:26

Choose a tag to compare

Release ThingsGUI, a graphical interface for ThingsDB.

Pull request:

Changes:

  • Added extend_unique() to syntax; #118
  • Fixed ThingsTree error; #119
  • Added help: #123

v0.4.1

25 May 10:10

Choose a tag to compare

Release ThingsGUI, a graphical interface for ThingsDB.

Pull request:

Changes:

  • Improve error message box; issue #115,
  • Disabled the option to open the node content when node is offline,
  • Small bug fixes in Things Tree.

v0.4.0

31 Mar 14:00

Choose a tag to compare

Release ThingsGUI, a graphical interface for ThingsDB.

Changes:

  • Added timer support; issue #110,
  • Added copy() and dup() functions; issue #111.

v0.3.0

01 Mar 10:14

Choose a tag to compare

Release ThingsGUI, a graphical interface for ThingsDB.

Changes:

  • Syntax highlighting for first, last, is_regex and regex functions; issue #98
  • Removed double _info() requests; issue #102
  • Editor layout updates; issue #103
  • Editor link fixed; issue #104
  • Menu collapsible; issue #105
  • Watcher shows procedures correctly; #107

v0.2.14

04 Feb 13:02

Choose a tag to compare

Release ThingsGUI, a graphical interface for ThingsDB

View pull request:

Changes:

  • Changed Access rights; issue #90
  • Add extra login handler; issue #92
  • Module support; issue #94
  • Added syntax highlighting .equals method; issue #95

v0.2.13

18 Jan 17:08

Choose a tag to compare

Release ThingsGUI, a graphical interface for ThingsDB

View pull request #91 .

Changes:

  • Path of .env can be provided using -env flag.
  • Environment variables (THINGSGUI_ADDRESS, THINGSGUI_AUTH_METHOD, THINGSGUI_SSL, THINGSGUI_AIC) are read..
  • Bug fix related to TLS setting in the login screen.

v0.2.12

14 Jan 16:25

Choose a tag to compare

Release ThingsGUI, a graphical interface for ThingsDB

Changes:

  • View pull request #89