[release] v0.8.0-unstable2

This commit is contained in:
Yann Stepienik
2023-06-20 18:45:04 +01:00
parent 5288f0d954
commit 351d0327e5
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -1,4 +1,5 @@
## Version 0.8.0
- Custmizable homepage / theme colors
- Stop showing Docker not connected when first loading status
- Add privacy settings to external links
@@ -287,9 +287,11 @@ const ConfigManagement = () => {
accept='.jpg, .png, .gif, .jpeg, .webp, .bmp, .avif, .tiff, .svg'
label="Upload Wallpaper"
OnChange={(e) => {
setUploadingBackground(true);
const file = e.target.files[0];
API.uploadBackground(file).then((data) => {
formik.setFieldValue('Background', "/cosmos/api/background/" + data.data.extension.replace(".", ""));
setUploadingBackground(false);
});
}}
/>
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "cosmos-server",
"version": "0.8.0-unstable",
"version": "0.8.0-unstable2",
"description": "",
"main": "test-server.js",
"bugs": {