Skip to content

v0.7.0

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Feb 07:27
· 14 commits to main since this release
Immutable release. Only release title and notes can be modified.
d8ff82e

⭐️ If you’re enjoying this app, please share and star it! ❤️

What's New

🎶 Queue Enhancements
New side panel mode with drag-and-drop reordering, undo/redo for queue changes, "Play Next" and "Add to Queue" context menus across the app, and automatic queue persistence across app restarts (thanks @cacuscacus!)

🐛 Fixes and improvements

  • Play/pause state detection now uses the correct WebView signal for reliable status
  • Fixed duplicate window appearing when clicking the Dock icon to reopen
  • Fixed MainActor context for notification observation preventing potential concurrency issues

Installation

Homebrew (recommended)

brew install sozercan/repo/kaset

Manual Download

  1. Download kaset-v0.7.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: e9722bf335ea9dfb33f6eb62f87737f5065d70cf2ac3ff737d082e95a5a77bd9

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

New Contributors