Skip to content

Commit

Permalink
Prepare 0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
omersiar committed Nov 13, 2018
1 parent 4c0673d commit 3c0872d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Change Log
All notable changes to this project will be documented in this file.

## [0.9.0] Unreleased
## [0.9.0] 2018-11-13

### BREAKING CHANGES (These changes will break your data on device, please make sure made a backup, also you can not use your old settings but only can restore user data)
### BREAKING CHANGES (These changes will break your data on device, please make sure made a backup, also you can not use your old settings on this release but only can restore user data)

#### Added
- [firmware] #189 Flash layout changed to 2MB Firmware / 2MB SPIFFS Data @Pako2
- [firmware] Support for RDM6300 RFID readers (125kHz, UART) #163 @arduino12 / concurrently by @Pako2
- [firmware] debug firmware for debugging purposes
- [tools] executables for tools (no longer need to have node js and gulp for web ui development - **only lightly tested**)
- [firmware] LED_BUILTIN lights up while wifi connected and flashes when it waits for wifi @Pako2
- [webui] IP address choice option in AP mode @Pako2
- [webui] favicon.ico @Pako2
- [tools] websocket emulator can now store new configuration temporarly

#### Fixed
- [firmware] not able to connect MQTT server #157 @fivosg
Expand All @@ -24,7 +24,7 @@ All notable changes to this project will be documented in this file.

#### Changed
- [webui] scrollbar on desktop screens (now hidden)
- [webui] sidebar colors
- [webui] sidebar colors (i hope you like it, standart bootstrap color)

## [0.8.3] 2018-11-11
#### Fixed
Expand Down
Binary file modified tools/wsemulator/wserver.exe
Binary file not shown.
1 change: 1 addition & 0 deletions tools/wsemulator/wserver.js
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ wss.on('connection', function connection(ws) {
case "configfile":
configfile = obj;
console.log("[ INFO ] New configuration file is recieved");
configfile = obj;
break;
case "userlist":
console.log("[ INFO ] Sending User List, page: " + obj.page);
Expand Down

0 comments on commit 3c0872d

Please sign in to comment.