Skip to content

v25.2.8 - 🔽 Device filters and easier permission management

Compare
Choose a tag to compare
@jokob-sk jokob-sk released this 08 Feb 00:32
· 67 commits to main since this release
703ba5c

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. 🙂

image

🏘️ Community

  • @cvc90 fixed reverse proxy issues 🙏✨
  • @vladaurosh helped adding custom PUID and PGID variables and more 🙏✨

📚Docs updates

⚙Settings

  • A new UI_columns_filters setting so you can easily narrow down the devices list #953 🆕

🔌Plugins

  • UNDIS removal as covered by other functionality (manual device creation, ICMP plugin) ❌
  • ASUSWRT now 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_PLUGINS docker compose variable #975 🆕
  • PUID and PGID docker 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 base64Regex property in elementOptions 🆕
  • 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