mirror of
https://github.com/shouptech/tempgopher.git
synced 2026-02-03 16:49:42 +00:00
Bump to v0.4.0
This commit is contained in:
parent
a6196d5fa8
commit
209c3afc2a
2 changed files with 9 additions and 1 deletions
|
|
@ -1,5 +1,13 @@
|
||||||
# TempGopher Changelog
|
# TempGopher Changelog
|
||||||
|
|
||||||
|
## 0.4.0
|
||||||
|
|
||||||
|
Release 2018-11-01
|
||||||
|
|
||||||
|
* Enable/disable heating or cooling via UI
|
||||||
|
* Improved unit tests!
|
||||||
|
* Fixed bug where updating/clearing changes would cause multiple refreshes in a row [#17](https://gitlab.com/shouptech/tempgopher/issues/17)
|
||||||
|
|
||||||
## 0.3.1
|
## 0.3.1
|
||||||
|
|
||||||
Release: 2018-10-24
|
Release: 2018-10-24
|
||||||
|
|
|
||||||
2
main.go
2
main.go
|
|
@ -8,7 +8,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
// Version is the current code version of tempgopher
|
// Version is the current code version of tempgopher
|
||||||
const Version = "0.4.0-dev"
|
const Version = "0.4.0"
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
var args struct {
|
var args struct {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue