Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 24 Jan 05:43
Immutable release. Only release title and notes can be modified.
6f63098

What's New

πŸ”€ Account Switcher
Switch between your personal and brand accounts

πŸ“œ AppleScript Support
Control Kaset from Raycast, Alfred, Shortcuts, or any automation tool with commands like play, pause, next track, set volume, and get player info

πŸ› Fixes and improvements

  • Auth cookies are now stored in macOS Keychain
  • AirPlay now correctly routes audio to selected devices (known limitations)
  • Podcast shows can now be added to/removed from library correctly
  • Main window now restores properly when video window is open and dock icon is clicked
  • Now Playing notifications respect the setting toggle
  • Optimized network requests, API caching, and SwiftUI rendering for smoother scrolling and faster load times
  • Various concurrency and stability improvements

Installation

Homebrew (recommended)

brew install sozercan/repo/kaset

Manual Download

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

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

New Contributors