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