From ea48586705e8c4c3c4a7b2061d8bd1ae07345c9c Mon Sep 17 00:00:00 2001 From: Yann Stepienik Date: Sat, 29 Apr 2023 21:11:17 +0100 Subject: [PATCH] [release] v0.2.0 - URL UI completely redone from scratch - Add new Smart Shield feature for easier protection without manual adjustments required - Add icons for self-hosted apps - Rewrite the restart function to allow the UI to gracefully wait for the server to restart - /login redirect now has query strings - prevent ports or network to scroll view - Fix URLs appearing on the wrong container because of nested names - Improve port display - Config API now reads the file directly to prevent overwritting changes between restarts - Warn user when there are config changes pending restart - Prevent login screen loop when being rate limited - Improve automatic hostname for new containers URLs - Fix minor bugs when host or prefix are false but values are set anyway - Edit should not reconnect bridge if force secure is true, for faster container restart - Improve network cleaning to prevent any issue with Docker Compose - Add Max Bandwith to routes to limit the amount of data that can be sent per seconds - Fix a bug where URLs target can't be edited if the container is in exited state - Fix bugs where the user would be editting the configuration on multiple tabs and end up in a bad state - Ensure route name is unique --- changelog.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index f5cbd3a..e9d4d02 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,24 @@ +## Version 0.2.0 + - URL UI completely redone from scratch + - Add new "Smart Shield" feature for easier protection without manual adjustments required + - Add icons for self-hosted apps + - Rewrite the restart function to allow the UI to gracefully wait for the server to restart + - /login redirect now has query strings + - prevent ports or network to scroll view + - Fix URLs appearing on the wrong container because of nested names + - Improve port display + - Config API now reads the file directly to prevent overwritting changes between restarts + - Warn user when there are config changes pending restart + - Prevent login screen loop when being rate limited + - Improve automatic hostname for new containers URLs + - Fix minor bugs when host or prefix are false but values are set anyway + - Edit should not reconnect bridge if force secure is true, for faster container restart + - Improve network cleaning to prevent any issue with Docker Compose + - Add Max Bandwith to routes to limit the amount of data that can be sent per seconds + - Fix a bug where URLs target can't be edited if the container is in exited state + - Fix bugs where the user would be editting the configuration on multiple tabs and end up in a bad state + - Ensure route name is unique + ## Version 0.1.16 - Fix search diff --git a/package.json b/package.json index 6403e40..b7c802c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cosmos-server", - "version": "0.2.0-unstable4", + "version": "0.2.0", "description": "", "main": "test-server.js", "bugs": {