Releases: crocofied/CoreObs
v1.0.1
v1.0.0
First stable version of CoreControl is now out!
[⭐] - New Features
- Internationalization - CoreControl becomes multilingual! You can currently choose between German and English in the settings. #54
- GPU & Temperature Monitoring - You can now measure the GPU load and temperature of a server! #59
- New Notification Provider - Echobell is now available to send notifications! #32
- ARM Support - CoreControl now also runs on ARM-based systems #57
- Updated Documentation - Detailed guides for the notification providers have now been added to the documentation
[🐛] - Bug Fixes
- Fixed that notifications for server offline events are sent every 5 seconds #64
- Various UI fixes to better support mobile devices
Full Changelog: v0.0.10...v1.0.0
To update, simply pull the latest docker images.
New Contributors
v0.0.10
Caution
This is the last beta version before the first stable version. From a development perspective, a lot of changes have therefore been made to the database migrations. To update to the latest version you have to delete all your postgres data and will lose your current data as well.
[⭐] - New Features
- Compact View - You can now view applications in a compact view, which puts all your applications on one page #34
- Configurable pagination - You can now set a custom number of items per page (from 1 to 100) in the Applications, Servers and Uptime View #34
- Server Uptime - If server monitoring is activated on a server, the system runtime (uptime) is now also tracked and displayed #46
- Custom notification names #40
- Configurable applications uptime URL - If certain applications have their own endpoint for uptime checks, this can now be inserted and used #35
[🐛] - Bug Fixes
- Fixed icon misalignment in applications view #48
- Fixed SMTP & Ntfy Applications not working #45
- Fixed allocated Server not showing an applications card in search results #43
- Fixed Memory Percentage not showing on some systems #44
Full Changelog: v0.0.9...v0.0.10
To update, simply pull the latest docker images.
v0.0.9-HOTFIX
Caution
CoreControl is at an early stage of development and is subject to change. It is not recommended for use in a production environment at this time.
[🐛] - Bug Fixes
- Fixed the bug where many in fact online services were marked as offline #29
Full Changelog: v0.0.9...v0.0.9-HOTFIX
To update, simply pull the latest docker images.
v0.0.9
Caution
CoreControl is at an early stage of development and is subject to change. It is not recommended for use in a production environment at this time.
[⭐] - New Features
- Server Monitoring History - The monitoring history of a server in the last 30 days can now be seen in a dedicated page for each server #37
- Test Notifications - You can now test if a notification works in the settings #36
- Small UI improvements - New server cards in the server overview, alerts on the page
- Uptime History time options are now set to 1h, 1d, 7d and 30d - same options as in the server monitoring history
[🐛] - Bug Fixes
- Fixed a bug where custom server icons were not visible in light mode #39
Full Changelog: v0.0.8...v0.0.9
To update, simply pull the latest docker images.
v0.0.8
Caution
CoreControl is at an early stage of development and is subject to change. It is not recommended for use in a production environment at this time.
[⭐] - New Features
- Simple Server Monitoring - You can now monitor any of your servers. To do this, simply go to the “Monitoring” tab in the Edit Server menu. Monitoring includes Status, CPU, RAM and Disk Usage.
- New documentation - There are new docs, take a look at them at https://corecontrol.xyz.
- New notification provider - Added Pushover
- Small UI improvements and fixes
- When creating a new server, the data of another server can now be copied
[🐛] - Bug Fixes
- Fixed a bug where pagination did not work correctly in grid view
Full Changelog: v0.0.7...v0.0.8
To update, simply pull the latest docker images.
v0.0.7
Caution
CoreControl is at an early stage of development and is subject to change. It is not recommended for use in a production environment at this time.
[⭐] - New Features
- New notification providers - Added gotify and ntfy #27
- Server icons - You can now give each server an individual icon #26
- Search results - VMs are now also included in the server search results #26
- Small UI Improvements - Updated settings notifications card, dashboard servers card, server view & VM view
- Flowchart Improvements - Flowchart now also includes the new VM system
[🐛] - Bug Fixes
- Fixed a bug where you could assign a host server to itself as a VM
- Fixed server pagination
Full Changelog: v0.0.6...v0.0.7
To update, simply pull the latest docker images.
v0.0.6
Caution
CoreControl is at an early stage of development and is subject to change. It is not recommended for use in a production environment at this time.
[⭐] - New Features
- Notifications - SMTP, Telegram & Discord notifications can now be set in the settings if an application goes online or offline
- Virtualization - You can now specify a server as host and add VMs to it - perfect for Proxmox controlled servers
- Updated Sidebar UI - Sidebar now looks a bit more modern
- New Docker Compose - A database healtcheck has now been added to the Docker Compose. I recommend adapting your existing docker compose as well
[🐛] - Bug Fixes
- Fix for TLS Verification Error during uptime checks #16
Full Changelog: v0.0.5...v0.0.6
To update, simply pull the latest docker images.
v0.0.5
Caution
CoreControl is at an early stage of development and is subject to change. It is not recommended for use in a production environment at this time.
[🐛] - Bug Fixes
- Temporary fix for #16
Full Changelog: v0.0.4...v0.0.5
To update, simply pull the latest docker images.
v0.0.4
Caution
CoreControl is at an early stage of development and is subject to change. It is not recommended for use in a production environment at this time.
[⭐] - New Features
- Uptime History – All uptime checks of each application are saved and can be displayed in a clearly arranged page, filtered by the last 30 minutes, 7 days and 30 days #3
- New User System – The user data is now stored in a database and can be changed in the settings. No need to edit the compose.yml anymore! #4
- UI Improvements – Many UI improvements throughout the application, including the login area, the dashboard, the network diagram and the settings page
- Documentation – The WIP Documentation page is now available at https://corecontrol.gitbook.io/docs/
- Small README changes
Warning
Due to the new user system, the login data for existing installations is also set to the email admin@example.com and the password admin. These can then be changed in the settings.
Full Changelog: v0.0.3...v0.0.4
To update, simply pull the latest docker images.
