github jamcalli/Pulsarr v0.12.2

8 hours ago

Changes

🛠️ Bug Fix Release - Native Install Log Viewer Fix

Overview

Fixes an empty log viewer on Windows and macOS native installs and streamlines internal logging.

Key Updates

Bug Fixes

  • Log viewer on native installs: Fixed empty log viewer on Windows and macOS caused by incorrect path resolution
  • Improved log file format: Log files now use structured JSON for more reliable parsing in the log viewer

Technical Changes

  • Removed deprecated IMDB dataset pipeline
  • Removed no-op date serialization utilities

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
  • 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.12.1...v0.12.2
Docker Images: lakker/pulsarr:0.12.2 | lakker/pulsarr:0.12.2-node

🐛 Bug Fixes

  • fix: native install log viewer (#1013) @jamcalli
  • fix(logger): write raw ndjson to log files instead of pino-pretty (#1010) @jamcalli
  • fix(log-viewer): use platform-aware path resolution on native installs (#1009) @jamcalli

🧰 Maintenance

  • chore: remove no-op date serializer from session monitoring (#1012) @jamcalli
  • chore: remove deprecated IMDB dataset and workflow (#1011) @jamcalli

Docker

docker pull lakker/pulsarr:0.12.2

Synology NAS / Legacy Systems (Linux kernel < 4.11):

docker pull lakker/pulsarr:0.12.2-node

Contributors

@actions-user and @jamcalli

Don't miss a new Pulsarr release

NewReleases is sending notifications on new releases.