Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 03 Jan 00:52
· 165 commits to main since this release
Immutable release. Only release title and notes can be modified.

What's New

✨ New Features
Favorites β€” Pin your favorite songs, albums, playlists, and artists to the Home screen for quick access
Share β€” Share music via the native macOS share sheet (right-click β†’ Share)
URL Links β€” Open songs directly with links like kaset://play?v=VIDEO_ID
Auto-Updates β€” App now checks for updates automatically via Sparkle

πŸ”§ Improvements
Liked Songs β€” Now loads your full library with infinite scroll
Search β€” Infinite scroll pagination for search results
Network Status β€” Shows "No Connection" message when offline

Installation

Homebrew (recommended)

brew tap sozercan/kaset https://github.com/sozercan/kaset
brew install --cask kaset

Manual Download

  1. Download kaset-v0.4.0.dmg
  2. Open the DMG and drag Kaset to Applications
  3. Remove the quarantine attribute (required for unsigned apps):
    xattr -d com.apple.quarantine /Applications/Kaset.app

Verification

SHA256: eb98f09350b034fb7e0f2a047e74c3d773d79f05d18ee7afef792ed5c36985e9

Verify with: shasum -a 256 kaset-v0.4.0.dmg

New Contributors