Skip to content

Releases: hilli/go-kef-w2

v0.3.0

Choose a tag to compare

@hilli hilli released this 29 May 11:23
v0.3.0
d898f8f
Add auth, reboot and reboot scheduling

v0.2.7

Choose a tag to compare

@hilli hilli released this 11 Feb 10:12
Play and resume

v0.2.6

Choose a tag to compare

@hilli hilli released this 07 Feb 12:27
Stop, seek, UPnP improvements

v0.2.5

Choose a tag to compare

@hilli hilli released this 05 Feb 20:19
Track seeking implemented

v0.2.4

Choose a tag to compare

@hilli hilli released this 04 Feb 20:07
8a0fc22
Radio fixes

v0.2.3

Choose a tag to compare

@hilli hilli released this 04 Feb 11:28
4c4ae23
upnp search add to queue fix

v0.2.2

Choose a tag to compare

@hilli hilli released this 03 Feb 18:41
194e712

Added

  • UPnP Library Search: New local search index for instant track searching

    • upnp search [query] - Search by title, artist, or album
    • upnp search (no query) - Browse full library with interactive filter
    • upnp index - View index status
    • upnp index --rebuild - Rebuild the search index
    • upnp index --container "path" - Index from specific folder
    • config upnp index container - Set default container for indexing
    • Ranked search results with exact matches first
    • Multi-word queries work across fields (e.g., public enemy uzi)
  • Content Picker Improvements

    • Page Up/Page Down navigation for faster scrolling
    • Filter now matches on artist/album in addition to title

Changed

  • upnp play now recursively scans sub-containers (plays all albums under an artist)
  • upnp search accepts multiple arguments without quotes

v0.2.1

Choose a tag to compare

@hilli hilli released this 02 Feb 18:51
5274aed

Changelog

v0.2.0

Choose a tag to compare

@hilli hilli released this 01 Feb 21:20
21e60a3

Changelog

v0.1.1

Choose a tag to compare

@hilli hilli released this 30 Jan 18:04
5d28220

Changelog

  • 5d28220 Fix panic in GetEQProfileV2 and improve error handling (#18)
  • 7a708ec Release v0.1.0: Context-first API, linting, and comprehensive tests (#17)