From d39a3efc7a1a3acd7ceb634d8798b97aa4604363 Mon Sep 17 00:00:00 2001 From: Yann Stepienik Date: Thu, 18 May 2023 10:50:42 +0100 Subject: [PATCH] [release] version 0.5.0 - Add Terminal to containers - Add Create ServApp - Add support for importing Docker Compose - Improved icon fetching - Change Home background and style (especially fixing the awckward light theme) - Fixed 2 bugs with the smart shield, that made it too strict - Fixed issues that prevented from login in with different hostnames - Added more info on the shield when blocking someone - Fixed issue where the UI would have missing icon images - Fixed Homepage showing stopped containers - Fixed bug where you can't save changes on the URLs Screen --- client/src/pages/home/index.jsx | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/pages/home/index.jsx b/client/src/pages/home/index.jsx index aebfce5..e465852 100644 --- a/client/src/pages/home/index.jsx +++ b/client/src/pages/home/index.jsx @@ -22,7 +22,7 @@ const HomeBackground = () => { // `linear-gradient(#371d53, #26143a)` : // `linear-gradient(#e6d3fb, #c8b0e2)`, }}> - Cosmos + ); }; diff --git a/package.json b/package.json index 2b8cdb8..8468227 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cosmos-server", - "version": "0.5.0-unstable30", + "version": "0.5.0", "description": "", "main": "test-server.js", "bugs": {