Skip to content

Releases: guerillagrow/gobox

Better debug support

18 Jul 14:53
Compare
Choose a tag to compare
  • Additional debug outputs

1st stable release

17 Jul 14:20
Compare
Choose a tag to compare
v1.0.0

Incr. VERSION

Bugfixes

17 Jul 11:44
Compare
Choose a tag to compare
Bugfixes Pre-release
Pre-release
  • Fixed bug in beego file based sessions
  • Optimized CSRF protection
  • Cleaned up code

Note: If you update your current gobo installation please delete the old database befor restarting gobox! Run folowing commands on your Pi.

$ sudo service gobox stop
$ sudo rm -rf /usr/local/gobox/conf/main.db
$ sudo service gobox start

Added user account management

16 Jul 19:25
Compare
Choose a tag to compare
Pre-release
  • Feature: Change user settings (Email, Name, Password)
  • Extended WebGUI

Bug fixes

14 Jul 17:12
Compare
Choose a tag to compare
Bug fixes Pre-release
Pre-release
  • Optimized relay contolling
  • Fixed some bugs in web service endpoints

Conditional controlling of the relays

13 Jul 21:26
Compare
Choose a tag to compare
Pre-release
  • Added conditional relay controlling
  • Added DHT22 Sensor support (D1, D2)
  • Added web service endpoint for reading disk/mem usage

Fixed deletion of old sensor metrics

11 Jul 15:19
Compare
Choose a tag to compare
Pre-release
  • Changed README
  • Fixed deletion of old sensor metrics (critical BUG!)
  • Code clean up
  • Fixed initscript and added logging (log file: /var/log/gobox.log)
  • Made main template more intelligent and dependent of sensor settings in the ./conf/raspberrypi.json config

Fixed stats generation

06 Jul 22:56
Compare
Choose a tag to compare
Pre-release
  • Fixed stats generation
  • Implemented automatic deletion of old sensor data
  • Cleaned up code

Initial Release

04 Jul 23:21
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release
v0.5.5-beta

Changed version