Explorar o código

[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
Yann Stepienik %!s(int64=2) %!d(string=hai) anos
pai
achega
d39a3efc7a
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      client/src/pages/home/index.jsx
  2. 1 1
      package.json

+ 1 - 1
client/src/pages/home/index.jsx

@@ -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>
     );
 };

+ 1 - 1
package.json

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