[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 (Aug 31, 2022, 7:12 AM +0200) ec40caeb d18718f8

+4 -4
+1 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Next 3 + ## 0.14.0 - 2022 Aug 31 4 4 - Add playlist editing 5 5 - Add context menu and drag-and-drop to currently playing track 6 6 - Restrict `Enter` shortcut when no tracks are selected
+2 -2
package-lock.json
··· 1 1 { 2 2 "name": "ferrum", 3 - "version": "0.13.1", 3 + "version": "0.14.0", 4 4 "lockfileVersion": 2, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 8 "name": "ferrum", 9 - "version": "0.13.1", 9 + "version": "0.14.0", 10 10 "dependencies": { 11 11 "simple-plist": "^1.3.1" 12 12 },
+1 -1
package.json
··· 3 3 "productName": "Ferrum", 4 4 "author": "kasper.space", 5 5 "description": "Music library app", 6 - "version": "0.13.1", 6 + "version": "0.14.0", 7 7 "repository": "https://github.com/probablykasper/ferrum", 8 8 "scripts": { 9 9 "dev": "npm run napi:dev && vite",