Skip to content

Releases: index-null/cmus-lyric

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 08:59

Installation

# Homebrew (macOS / Linux)
brew install index-null/tap/lyrics

# Go
go install github.com/index-null/cmus-lyric/cmd/lyrics@v0.5.0

# Shell script
curl -fsSL https://raw.githubusercontent.com/index-null/cmus-lyric/master/install.sh | bash

Changelog

  • d308d43 feat(lyric): support displaying unsynced (plain-text) lyrics
  • fe9ac46 feat: add refetch lyrics shortcut (r key)

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 30 Jun 06:54

Installation

# Homebrew (macOS / Linux)
brew install index-null/tap/lyrics

# Go
go install github.com/index-null/cmus-lyric/cmd/lyrics@v0.4.1

# Shell script
curl -fsSL https://raw.githubusercontent.com/index-null/cmus-lyric/master/install.sh | bash

Changelog

  • e2ce005 refactor(cmus): replace hard-coded temporary path by t.TempDir
  • fc34048 refactor(lyric): Extract the parsing and matching logic of LRCLIB search results
  • 39279d4 refactor: Extract path splitting ligic to util.SplitPath
  • f454156 test(lyric): fix tests & configure LRCLIB baseURL dynamically

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 06:58

Installation

# Homebrew (macOS / Linux)
brew install index-null/tap/lyrics

# Go
go install github.com/index-null/cmus-lyric/cmd/lyrics@v0.4.0

# Shell script
curl -fsSL https://raw.githubusercontent.com/index-null/cmus-lyric/master/install.sh | bash

Changelog

  • f9eb36f feat(lyric): optimize lyric search matching, fix cache key meta dependency, add -d debug info
  • 5f8a8e8 feat: add cover art display mode (lyrics cover)

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 30 Jun 06:57

Installation

# Homebrew (macOS / Linux)
brew install index-null/tap/lyrics

# Go
go install github.com/index-null/cmus-lyric/cmd/lyrics@v0.3.1

# Shell script
curl -fsSL https://raw.githubusercontent.com/index-null/cmus-lyric/master/install.sh | bash

Changelog

  • aac05fb fix(lyric): handle empty lyric entry fallback

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 23 Apr 12:44

Installation

# Homebrew (macOS / Linux)
brew install index-null/tap/lyrics

# Go
go install github.com/index-null/cmus-lyric/cmd/lyrics@v0.3.2

# Shell script
curl -fsSL https://raw.githubusercontent.com/index-null/cmus-lyric/master/install.sh | bash

Changelog

  • 48048b1 feat: add cover art display mode (lyrics cover)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 10 Apr 12:31

Installation

# Homebrew (macOS / Linux)
brew install index-null/tap/lyrics

# Go
go install github.com/index-null/cmus-lyric/cmd/lyrics@v0.3.0

# Shell script
curl -fsSL https://raw.githubusercontent.com/index-null/cmus-lyric/master/install.sh | bash

Changelog

  • 18e319c feat(player): gradient karaoke-style lyric highlighting with distance-based fade
  • add5e45 feat(player): per-song dynamic color palette based on FNV hash with WCAG contrast guarantee
  • 5ca99f6 feat(player): rounded border, gradient dividers, centered lyrics, header redesign with status icons

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Apr 08:31

Installation

# Homebrew (macOS / Linux)
brew install index-null/tap/lyrics

# Go
go install github.com/index-null/cmus-lyric/cmd/lyrics@v0.2.0

# Shell script
curl -fsSL https://raw.githubusercontent.com/index-null/cmus-lyric/master/install.sh | bash

Changelog

  • e05f0e9 feat: major architecture refactor with performance and reliability improvements

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 10 Apr 03:22

Installation

# Homebrew (macOS / Linux)
brew install index-null/tap/lyrics

# Go
go install github.com/index-null/cmus-lyric/cmd/lyrics@v0.1.1

# Shell script
curl -fsSL https://raw.githubusercontent.com/index-null/cmus-lyric/master/install.sh | bash

Changelog

  • fd84298 fix: improve lyrics lookup with LRCLIB q-param fallback and title-based local search

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 09 Apr 11:56

Installation

# Homebrew (macOS / Linux)
brew install index-null/tap/lyrics

# Go
go install github.com/index-null/cmus-lyric/cmd/lyrics@v0.1.0

# Shell script
curl -fsSL https://raw.githubusercontent.com/index-null/cmus-lyric/master/install.sh | bash

Changelog

  • 66b4499 feat: initial release - terminal synced lyrics viewer for cmus