v24.6.8 - 🔄 Sync Hub, 🔌Plugins Unloading, 🔔 UI Notifications
Alright, let's see how many bugs I missed. This is a big release 🎁
This month's NetAlertX release includes three big new features: In-app user notifications, Plugin unloading with the LOADED_PLUGINS
setting (making the app much faster), and a new Sync Hub (🧪) plugin. This will enable you to synchronize data from otherwise unscannable LANs/VLANs into one NetAlertX instance. Read the guide here.
Also, you can now get Reconnected devices notifications 📶 of devices that trigger down alerts.
Thank you to everyone in the community helping with this release, especially @vladaurosh 🙏 who helped me keep the docker image small even with the need for some of the cryptography libraries for the new functionality.
I also scored the @NetAlertX Twitter handle, let's see if I'll use it 😅
🔔 Get notified what's new
Get notified about a new release, what new functionality you can use, and about breaking changes.
Make sure you refresh your browser cache (usually shift + reload button) - and click the 🔄 refresh button in the top right corner.
📸Screenshots
🏘️ Community
- @SirAfino, @YoSafeguard, @rasec99cesar, @isuckpotato, @gallegonovato, @mapi68 helped with translations 🙏
- @leiweibau & @vladaurosh helped answer community questions 🙏
📚Docs updates
- Cleaned up Plugins docs and separated it into a Plugins Dev guide (🆕)
- A file permissions guide if you need to run custom backup scripts thanks to @vladaurosh 🙏 (🆕)
⚙Settings
- You can now load new or unload unneeded plugins to speed up the application via the
LOADED_PLUGINS
setting (🆕) #669 - Further Settings screen optimization to prevent incorrect loads/setting saves (🚑)
🔌Plugins
- A new
SYNC
plugin allowing you to synchronize multiple instances into one central location (🆕) - The
INTRNT
plugin now has a default 3-retry policy adjustable with theINTRNT_RETRIES
setting to minimize false internet down reports (🆕) #667 - The newly added
MQTT
settingMQTT_PRESENCE_SENSOR_TYPE
was breaking the notifications (🚑) #664 MQTT
messages now contain the First/Last session per device (🆕) #697
🖼 UI
- A DB-locked icon will be displayed in the Header when the app can't write to the DB (🆕) #685
- In-app Notification log (🆕)
💠Core app updates
Internal changes affecting the whole app and usually significant to developers 👩💻👨💻
- The app now supports notifications of Reconnected devices that were Down before with the
down_reconnected
notification option (🆕) #611 - Rebase to Alpine 3.20 by @vladaurosh (🚑)🙏
- @vladaurosh helping me to keep the image small 🙏
Other Info
🆕 - New features | 🚑 - Fixes & Improvements | ⚠ - Possibly breaking changes | 🧪 - Experimental/work in progress |
---|
What's Changed
- Update base docker image to alpine 3.20 by @vladaurosh in #688
- upgrading base image to Alpine 3.20, upgrading php to 8.3 by @vladaurosh in #692
Full Changelog: v24.5.9...v24.6.8