[release] v0.12.0-unstable40

This commit is contained in:
Yann Stepienik 2023-11-03 17:54:07 +00:00
parent 57e6680668
commit 3abd0ee6ea
5 changed files with 4 additions and 3 deletions

View file

@ -9,6 +9,7 @@
- Added a dangerous IP detector that stops sending HTTP response to IPs that are abusing various shields features
- Added a button in the servapp page to easily download the docker backup
- Redirect static folder to host if possible
- New Homescreen look
- Improve display or icons [fixes #121]
- Refactored Mongo connection code [fixes #111]
- Forward simultaneously TCP and UDP [fixes #122]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 394 KiB

After

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 384 KiB

After

Width:  |  Height:  |  Size: 245 KiB

View file

@ -1,6 +1,6 @@
// ==============================|| PRESET THEME - THEME SELECTOR ||============================== //
import { purple, pink, deepPurple, blueGrey } from '@mui/material/colors';
import { purple, pink, deepPurple, blueGrey, lightBlue, lightGreen, orange, teal } from '@mui/material/colors';
const Theme = (colors, darkMode) => {
const { blue, red, gold, cyan, green, grey } = colors;
@ -30,7 +30,7 @@ const Theme = (colors, darkMode) => {
main: purple[400],
},
secondary: {
main: blueGrey[400],
main: blueGrey[500],
},
error: {
lighter: red[0],

View file

@ -1,6 +1,6 @@
{
"name": "cosmos-server",
"version": "0.12.0-unstable39",
"version": "0.12.0-unstable40",
"description": "",
"main": "test-server.js",
"bugs": {