update changelog

This commit is contained in:
Simon Vieille 2023-09-10 19:37:02 +02:00
parent 5e76b76c31
commit dd24fda35b
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -1,11 +1,15 @@
## [Unreleased]
## v1.0.1
## v1.0.2
### Fixed
* close connection on ws error
- fix process overload: replace golang.org/x/net/websocket with github.com/gorilla/websocket
## v1.0.1
### Fixed
* fix process overload: replace golang.org/x/net/websocket with github.com/gorilla/websocket
## v1.0.0
- rewrite of https://gitnet.fr/deblan/remote-i3wm-ws
- add configuration file
- add authentication
### Added
* rewrite of https://gitnet.fr/deblan/remote-i3wm-ws
* add configuration file
* add authentication