Update 1.2.5.md

This commit is contained in:
Stefan Pejcic 2025-04-29 01:01:59 +02:00 committed by GitHub
parent 2e5bd8a55a
commit 4d2f16ba6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,12 +5,14 @@ Not released yet
- [`opencli docker-logs` command](https://dev.openpanel.com/cli/docker.html#logs) - [`opencli docker-logs` command](https://dev.openpanel.com/cli/docker.html#logs)
### 💅 Polish ### 💅 Polish
- redesigned backups page.
- added `--no-restart` flag to [opencli proxy set](https://dev.openpanel.com/cli/proxy.html). - added `--no-restart` flag to [opencli proxy set](https://dev.openpanel.com/cli/proxy.html).
- added *capitalize_domains* feature that allows users to customize domain type case. - added *capitalize_domains* feature that allows users to customize domain type case.
- `.md` extension can now also be edit/viewed from *OpenPanel > FileManager*. - `.md` extension can now also be edit/viewed from *OpenPanel > FileManager*.
- if a README.md file is present in the current directory on *OpenPanel > FileManager*, it will be displayed below the file list table. - if a README.md file is present in the current directory on *OpenPanel > FileManager*, it will be displayed below the file list table.
- redesigned [OpenAdmin > Advanced > SSH](/docs/admin/server/ssh/) page. - redesigned [OpenAdmin > Advanced > SSH](/docs/admin/server/ssh/) page.
- [added PIDs limits](https://github.com/stefanpejcic/openpanel-configuration/commit/68ab55dc558365a0a115a2205a02beb559315473) to OpenPanel system containers: openpanel, mysql, clamav, redis, ftp. - [added PIDs limits](https://github.com/stefanpejcic/openpanel-configuration/commit/68ab55dc558365a0a115a2205a02beb559315473) to OpenPanel system containers: openpanel, mysql, clamav, redis, ftp.
- added [notifications support](https://containrrr.dev/shoutrrr/v0.8/services/overview/) to OpenPanel user backups.
- compact formatting for disk usage alerts on *OpenAdmin > Notifications*. - compact formatting for disk usage alerts on *OpenAdmin > Notifications*.
- `/get_server_load` route on OpenAdmin is renamed to `/json/load`. - `/get_server_load` route on OpenAdmin is renamed to `/json/load`.
- added `/sse/<resource>` route on OpenAdmin for server sent events (sse): load, memory, cpu, disk. - added `/sse/<resource>` route on OpenAdmin for server sent events (sse): load, memory, cpu, disk.