Changes
🛠️ Bug Fix Release - Windows Baseline Build & Plex User Fixes
Overview
Adds a Windows x64 baseline build for older CPUs without AVX2 support, fixes Plex managed account handling, and resolves a UI state bug in the Users table.
Key Updates
Windows x64 Baseline Build
- New download:
pulsarr-vX.X.X-windows-x64-baseline-setup.exefor CPUs without AVX2 (pre-Haswell Intel / pre-Excavator AMD) - Same functionality: Identical to the standard build, just targets SSE4.2 instead of AVX2
- Seamless switching: Installing one variant cleanly replaces the other
Bug Fixes
- Plex managed accounts: Added managed status classification for Plex managed accounts
- User table state: Fixed table state (sorting, pagination) resetting when editing a user
Build & CI
- Faster Docker builds: Parallelized multi-arch Docker builds using native ARM64 runners, eliminating QEMU emulation
Migration & Compatibility
No database migrations required.
Docker users
docker compose pull && docker compose up -dNative installer users (Linux/macOS/Windows)
- Linux:
curl -fsSL https://raw.githubusercontent.com/jamcalli/Pulsarr/master/scripts/installers/linux/install.sh | sudo bash - Windows: Download the latest installer from Releases — use the
baselinevariant if your CPU lacks AVX2 - macOS: Download the latest
.dmgfrom Releases
Manual installation
git pull origin master
bun install
bun run build
bun run start:prodFull Changelog: v0.11.0...v0.11.1
Docker Images: lakker/pulsarr:0.11.1 | lakker/pulsarr:0.11.1-node
🚀 Features
🐛 Bug Fixes
- Fix: Windows Baseline Build & Plex User Fixes (#971) @jamcalli
- Fix/plex user status (#969) @jamcalli
🧰 Maintenance
- chore(deps): lock file maintenance (#968) @renovate[bot]
⚡ Performance
🔄 Dependencies
- chore(deps): lock file maintenance (#968) @renovate[bot]
Docker
docker pull lakker/pulsarr:0.11.1
Synology NAS / Legacy Systems (Linux kernel < 4.11):
docker pull lakker/pulsarr:0.11.1-node
Contributors
@actions-user, @jamcalli, @renovate[bot] and renovate[bot]