Skip to content

v0.3.1

Compare
Choose a tag to compare
@rubiojr rubiojr released this 15 Nov 12:20
· 34 commits to master since this release
17b6393

Changelog

Added

Full text search

Searching should now work as expected: rplay search foo will now try to match foo against all the metadata available (artist, album, filename, etc), and not only the song ID.

Re-building the existing index by deleting the existing index (rm -rf ~/.local/share/rplay) and re-indexing again (rplay index) is required to make full text search work.