[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
This commit is contained in:
Yann Stepienik 2023-05-18 10:50:42 +01:00
parent 9e660973d7
commit d39a3efc7a
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ const HomeBackground = () => {
// `linear-gradient(#371d53, #26143a)` :
// `linear-gradient(#e6d3fb, #c8b0e2)`,
}}>
<img src={isDark ? wallpaper : wallpaperLight } style={{ display: 'inline' }} alt="Cosmos" width="100%" height="100%" />
<img src={isDark ? wallpaper : wallpaperLight } style={{ display: 'inline' }} alt="" draggable="false" width="100%" height="100%" />
</Box>
);
};

View file

@ -1,6 +1,6 @@
{
"name": "cosmos-server",
"version": "0.5.0-unstable30",
"version": "0.5.0",
"description": "",
"main": "test-server.js",
"bugs": {