[READ-ONLY] Mirror of https://github.com/probablykasper/ferrum. Music library app for Mac, Linux and Windows ferrum.kasper.space
electron linux macos music music-library music-player napi windows
0

Configure Feed

Select the types of activity you want to include in your feed.

Bump version

Kasper (Oct 4, 2025, 12:28 AM +0200) 87f6a071 6e4bee76

+4 -4
+1 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Next 3 + ## 0.20.0 - 2025 Oct 4 4 4 - Add audio visualiser (thanks to help from @zachwinter) 5 5 - Add filtering for specific fields in search, like `artist:apashe` or `album:"mirai sekai"`. You can also right-click a column header to add a filter. Filtering by artist also finds featured artists, remixers etc in the song title. 6 6 - Add genre autocomplete
+2 -2
package-lock.json
··· 1 1 { 2 2 "name": "ferrum", 3 - "version": "0.19.9", 3 + "version": "0.20.0", 4 4 "lockfileVersion": 3, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 8 "name": "ferrum", 9 - "version": "0.19.9", 9 + "version": "0.20.0", 10 10 "devDependencies": { 11 11 "@eslint/compat": "^1.3.1", 12 12 "@eslint/js": "^9.30.1",
+1 -1
package.json
··· 4 4 "productName": "Ferrum", 5 5 "author": "kasper.space", 6 6 "description": "Music library app", 7 - "version": "0.19.9", 7 + "version": "0.20.0", 8 8 "repository": "https://github.com/probablykasper/ferrum", 9 9 "updates_url_prefix": "https://github.com/probablykasper/ferrum/releases", 10 10 "latest-release-api-url": "https://api.github.com/repos/probablykasper/ferrum/releases/latest",