I wanted to keep this release small and here we are π judge yourself based on the below changes:
I spent a lot of time converting publishers into plugins. This unlocks a granular log of event notifications in the Plugins section with links to the actual report notification via a notification GUID. I rewrote the installation process to make it easier and maintainable. I also fit in quite a few Settings page improvements. There is a new plugin to maintain the log file too.
Thank you @ameer1234567890 (and others) who tested the pi.alert_dev
image, I usually am low on energy testing all use cases so this is appreciated π
Thanks to all the contributors who submitted PRs in the past few weeks!
Grateful to @sky4055, @jordantrizz, @kurfuer for their sponsorship π
Sponsorship Goal: Dedicate one full workday a week to this project.
Screenshots
π Breaking changes
Sometimes I have to introduce breaking changes - it breaks my heart, but we must move forward
- There shouldn't be any, however, I implemented a settings rewrite method where I'm rewriting old setting names to new ones generated by the new plugins.
πDocs updates
- Traefik reverse proxy guide added to the Reverse proxy docs with help from @cvc90 & @Isegrimm π (π)
βSettings
- Added a new dashboard to give an overview of enabled plugins and most important settings (π)
- Added a warning if Device scanner schedules are not synchronized #462 (π,π)
- Updated the UI and added settings sections so you can find the setting you are looking for easier (π,π)
- Added icons indicating if a Plugin is enabled (π)
- Triggering ad-hoc actions via Settings is working again #472 (π)
- A new
ARPSCAN_ARGS
setting to change the parameters of the arp-scan to make it faster if needed #485 (π) LISTEN_ADDR
docker variable to set a specific IP Address for the listener address for the nginx webserver (web interface). This could be useful when using multiple subnets to hide the web interface from all untrusted networks by @silverbios π (π)
πPlugins
- New Internet speedtest (
INTRSPD
) plugin (π) - New maintenance tasks (
MAINT
) plugin currently including the cleanup of thepialert.log
file (π) - Core functionality rewritten into plugins (π):
- MQTT publisher
- SMTP (Email) publisher
- Apprise publisher
- NTFY publisher
- Pushsafer publisher
- Webhook publisher
- The PIHOLE plugin isn't crashing the app but failing gracefully if misconfigured #479 (π)
- A bugfix by @jhonderson where the
DBCLNP
plugin would delete all devices marked as new #498 (π)
πΌ UI
- Icon preview by @ScottRoach #476 π (π)
- The π³Report section has now a Notification history and an option to show the JSON and Text format (π)
- If the network tree topology contained less than 35 devices the node content would overflow the node box #465 (π )
- Network topology improvements by @ScottRoach #475 π (π)
- More robust error and input handling so it's easier to configure the Network tree topology #467 (π)
- Showing the
nginx/error.log
file in Maintenance > Logs to debug server-side errors (such as error 500) #483 (π,π ) - Slightly better optimized mobile experience (π )
π Core app updates
Internal changes affecting the whole app and usually significant to developers π©βπ»π¨βπ»
- Rewrote the
dockerfile
and installation scripts so they are used by the on-HW install option as well as Docker-install option (e.g. for potential Proxmox support π§ͺβ ) - The devices listing page now uses the JSON API endpoint (causes a slight delay in reflecting DB changes, but minimizes SQL queries and DB load) (π,β )
- Pholus name resolution looks up IP matches now as well (name contains
(IP match)
suffix) (π) - Boolean values were not initialized correctly (e.g.
NEWDEV
template initialized all values asTrue
) (π)
What's Changed
- Fix device types not loading in device details page by @lorki97 in #466
- Include device vendor in event notifications by @ScottRoach in #468
- Network cleanup by @ScottRoach in #475
- Show current device icon as it changes by @ScottRoach in #476
- Add missing german translations by @lorki97 in #470
- Add option to set IP Address for web interface in Docker env by @silverbios in #490
- Update config.json by @jasonehines in #497
- Fix DB Clean plugin new devices deletion bug by @jhonderson in #498
New Contributors
- @lorki97 made their first contribution in #466
- @ScottRoach made their first contribution in #468
- @silverbios made their first contribution in #490
- @jasonehines made their first contribution in #497
- @jhonderson made their first contribution in #498
Full Changelog: v23.10.2...v23.11.11