Hi there π
You can now configure Device filters on the main Devices listing screen with the UI_columns_filters setting. The app should also now reload a bit faster after you update devices and the app.log should contain more info for debugging when needed.
From the community @EinKantHolz helped figure out how to import DHCP leases files from Asus routers in a new guide, @labmonkey improved the ASUSWRT plugin and @vladaurosh helped with the Alpine upgrade and permissions setup, so you can specify PUID and PGID via docker compose variables.
One bigger change is the removal of the UNDIS plugin as there's now a simple way how to add devices manually and an accompanying ICMP plugin.
Have a look at what's more available in this release below. π
ποΈ Community
- @cvc90 fixed reverse proxy issues πβ¨
- @vladaurosh helped adding custom
PUIDandPGIDvariables and more πβ¨
πDocs updates
- A new Asus DHCPLSS guide by @EinKantHolz π π
βSettings
- A new
UI_columns_filterssetting so you can easily narrow down the devices list #953 π
πPlugins
UNDISremoval as covered by other functionality (manual device creation,ICMPplugin) βASUSWRTnow supports custom ports - by @labmonkey πβ¨
πΌ UI
- New filters on the devices screen #953π
- CRON format schedule validation check in Settings π
- IP address sorting in the Network screen was not working as expected #983 β¨
π Core app updates
Internal changes affecting the whole app and usually significant to developers π©βπ»π¨βπ»
LOADED_PLUGINSdocker compose variable #975 πPUIDandPGIDdocker compose variables #939 #974 π- Re-base to Alpine 3.21 with cleanup of the Dockerfile certificate management by @vladaurosh #968πβ¨
- Support for regex validation in settings via the
base64Regexproperty inelementOptionsπ - API refresh between plugin execution to minimize Loading times on the devices page after editing a device #923 β¨
Other Info
| π - New features | β¨ - Fixes & Improvements | β - Possibly breaking changes | π§ͺ - Experimental/work in progress |
|---|
What's Changed
- Using busybox crond instead of dcron, starting it with s6 by @vladaurosh in #966
- [ASUSWRT] Added router port to configurtation by @labmonkey in #970
- Changed the "absolute URL" target to "relative URL" in common.js by @cvc90 in #976
- Adding option to set user ID and GID by @vladaurosh in #980
- Update default PUID and PGID, and update documentation by @vladaurosh in #981
Full Changelog: v24.1.19...v25.2.8