github jamcalli/Pulsarr v0.11.1

18 hours ago

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.exe for 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 -d

Native 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 baseline variant if your CPU lacks AVX2
  • macOS: Download the latest .dmg from Releases

Manual installation

git pull origin master
bun install
bun run build
bun run start:prod

Full Changelog: v0.11.0...v0.11.1
Docker Images: lakker/pulsarr:0.11.1 | lakker/pulsarr:0.11.1-node

🚀 Features

  • feat(build): add Windows x64 baseline native build (#970) @jamcalli

🐛 Bug Fixes

🧰 Maintenance

⚡ Performance

🔄 Dependencies

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]

Don't miss a new Pulsarr release

NewReleases is sending notifications on new releases.