This release brings improved stability and broader device support. Key fixes include replacing symlinked systemd unit files with direct copies to ensure they load correctly across all UniFi OS environments, and adding support for the UNVRPRO (UniFi Network Video Recorder Pro). A handful of maintenance updates were also made to the README documentation and GitHub Actions workflows.
To upgrade to the latest release, you will need to run the following on your device:
# Install the latest version of Tailscale UniFi
curl -sSLq https://raw.githubusercontent.com/SierraSoftworks/tailscale-unifi/refs/tags/v3.3.0/install.sh | sh
# Then run the following to complete the update
/data/tailscale/manage.sh install!
What's Changed
- fix: update README for clarity on UniFi OS compatibility by @bslatyer in #176
- fix: update GitHub Actions workflows to use ubuntu-slim and correct action versions by @bslatyer in #179
- Add support for UNVRPRO by @DamianMehers in #182
- fix: update compatibility section in README for UniFi device families by @bslatyer in #183
- fix: update stale workflow configuration for improved issue and PR management by @bslatyer in #185
- fix: replace symlinks with direct copies for systemd unit files to ensure proper loading by @bslatyer in #187
Full Changelog: v3.2.0...v3.3.0