Skip to content

v1.2.4

Choose a tag to compare

@heartached heartached released this 10 Jul 02:25
· 472 commits to main since this release

Lyrics side panel is back

The Apple Music-style lyrics side panel returns — an overlay on the right with live word-by-word karaoke, sharing the exact rendering of the full lyrics page. Toggle it from the playback bar menu, click a line to seek, and it auto-follows the song (pausing briefly when you scroll).

Download

Pick your platform from the Assets below:

Platform Files
Windows Noctis-v1.2.4-Setup.exe (installer) · Noctis-windows-x64.zip (portable)
macOS Noctis-osx-arm64.dmg (Apple Silicon) · Noctis-osx-x64.dmg (Intel)
Linux Noctis-x86_64.AppImage · Noctis-linux-x64.tar.gz · Noctis-linux-arm64.tar.gz

Running on macOS — the app isn't code-signed, so Gatekeeper quarantines it on first launch. After dragging Noctis into your Applications folder, clear the flag once in Terminal:

xattr -dr com.apple.quarantine /Applications/Noctis.app

Then open Noctis normally.

What's Changed

Fixed

  • Fixed lyrics page broken on resize (narrow mode redesigned, content no longer clipped)
  • Fixed genre showing as leading dot when tag is missing
  • Fixed EQ visualizer frozen bars on recycled now-playing row
  • Fixed volume flyout border not drawing
  • Fixed theme editor hex labels in custom themes
  • Fixed locale bug on comma-decimal locales (French/German) in converters
  • Fixed E (explicit) badge tinted by now-playing highlight
  • Fixed lyrics page blank after tabbing back into app
  • Fixed next-track intro cut on gapless playback (Windows)
  • Fixed EQ bars freezing at track start
  • Fixed lyrics panel text clipping at right edge
  • Fixed empty "gradient void" at panel bottom
  • Fixed share-lyrics karaoke video preview letterbox (now hugs card aspect)
  • Fixed empty space inside share card with artwork background

Added

  • Added lyrics side panel rebuilt (Apple Music style, overlay on right)
  • Added word-by-word karaoke in side panel sharing lyrics page rendering
  • Added line-click seeking in lyrics panel
  • Added auto-follow in panel (pauses 4s on manual scroll)
  • Added panel toggle from playback bar menu
  • Added mutual exclusion between panel and queue popup
  • Added update-available badge in Settings About tab
  • Added update badge next to update button in About card
  • Added HttpSafety helper with byte caps for all external responses (4 MB text / 24 MB image / 256 MB animated)
  • Added raster magic-byte validation for downloaded artwork

Improved

  • Improved lyrics panel type size (20px) and spacing
  • Improved distant lines visibility in panel (visible but de-focused)
  • Improved panel background to mirror lyrics page exactly (artwork or solid/gradient)
  • Improved songs search performance (query normalization hoisted)
  • Improved security hardening with external response validation
  • Improved code health (removed 328 lines of dead code)
  • Improved share-lyrics karaoke card parity with lyrics page (held-note glow, dim levels)

Full Changelog: v1.2.3...v1.2.4