From dd24fda35bc0961b384c3dc672be2613779e3bbf Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 10 Sep 2023 19:37:02 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eebaa4..2dfd37d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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