Skip to content

v6.4.3

Choose a tag to compare

@github-actions github-actions released this 01 Jun 12:36
· 84 commits to master since this release

LyricDisplay v6.4.3

Bug Fixes:

  • Fixed OOM Crash due to memory ballooning from main app process when timer is running with control module open. A soild and final enhancement to previous fixes.

  • Legacy user data folder migration and cleanup tightened to remove old, unused folders.

  • Fixed user preferences modal and quick parser settings sync bug.

Added Features:

  • New, focused output settings templates for diverse use cases.

Downloads

Windows:

  • Windows 10/11 (64-bit): Download LyricDisplay-6.4.3-Windows-Setup.exe

macOS:

  • Apple Silicon (M1/M2/M3): Download LyricDisplay-6.4.3-macOS-arm64.dmg
  • Intel Macs: Download LyricDisplay-6.4.3-macOS-x64.dmg

Linux:

  • AppImage (recommended): LyricDisplay-6.4.3-Linux.AppImage - Works on all distributions

Installation

See the Installation Guide for detailed setup instructions.


⚠️ macOS Users: Important Installation Steps

Because this app is not code-signed with an Apple Developer certificate, macOS will show a "damaged" or "can't be opened" error. This is expected and can be easily fixed:

  1. Download and open the .dmg file, drag LyricDisplay to Applications
  2. Before opening the app, open Terminal and run:
    xattr -cr /Applications/LyricDisplay.app
    
  3. Now open LyricDisplay from Applications
  4. If prompted, go to System Preferences → Security & Privacy → General and click "Open Anyway"

You only need to do this once. After the first launch, macOS will remember your choice.


Windows & Linux Notes

Windows: If SmartScreen appears, click "More info" → "Run anyway"

Linux: Make the AppImage executable before running:

chmod +x LyricDisplay-*.AppImage
./LyricDisplay-*.AppImage