Skip to content

v1.2.5

Choose a tag to compare

@heartached heartached released this 11 Jul 01:32
· 483 commits to main since this release

Discord

New share-card layouts

Share Lyrics gets two brand-new card layouts — Card (reel-style with a header chip) and Poster (big centered artwork) — pick them from Card options. The auto background color is now derived from the artwork's true vibrant tone and matches everywhere: lyrics page, share dialog and the rendered card.

Download

Pick your platform from the Assets below:

Platform Files
Windows Noctis-v1.2.5-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 Timestamp Lyrics tab silently losing first manual timing pass on plain-lyrics tracks
  • Fixed "Reset" play count applying instantly even on Cancel
  • Fixed multi-select rename-by-pattern orphaning .lrc/.txt lyric sidecars
  • Fixed start/stop time parsing bare numbers as days instead of seconds
  • Fixed ELRC karaoke last word of a line snapping to lit instead of sweeping (now bounded by the next line's start on start-tag-only lyrics)
  • Fixed animated artwork lag on all platforms (reverted frame-push throttle)
  • Fixed remove-tracks recycle failure when track is currently playing
  • Fixed drop import silently doing nothing when folder contains no audio files

Added

  • Added two new share-card layouts selectable in Card options
    • Card: reel-style with header chip (artwork + title/artist) inside rounded card
    • Poster: big centered artwork with centered title/artist and lyrics
  • Added .txt plain-lyrics sidecar to recycle bin on track removal

Improved

  • Improved artwork color extraction (DeriveVibrantColor) — pixels vote into hue buckets, weighted by chroma, stays true to cover tone
  • Improved Auto color consistency — lyrics page Solid·Auto, share dialog Auto swatch, and rendered card now use exact same hex
  • Improved karaoke smoothness in share video — bumped 24 → 60 fps with JPEG compression for speed
  • Improved live preview repaint rate from 30 → 60 Hz
  • Improved social safe areas — 9:16 content centered in reels-safe band, 1:1 side padding widened for grid crop
  • Improved Share Lyrics dialog layout — background pills and swatch strip collapsed into Background dropdown
  • Improved Card options flyout with Layout row and expanded pill summary
  • Improved "A" swatch glyph centering with optical nudge

Full Changelog: v1.2.4...v1.2.5