[READ-ONLY] Mirror of https://github.com/probablykasper/mr-tagger. Music file tagging app for Mac, Linux and Windows
audio linux macos music tagger tauri windows
0

Configure Feed

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

Bump version

Kasper (Dec 14, 2021, 1:47 AM +0100) fb80ce7d 9cc6b085

+6 -3
+3
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 0.1.5 - 2021 Dec 14 4 + - Fix incorrect disc total being shown 5 + 3 6 ## 0.1.4 - 2021 Dec 13 4 7 - Update logo style 5 8 - Fix incorrect track total being shown
+1 -1
README.md
··· 36 36 ``` 37 37 cargo check --manifest-path src-tauri/Cargo.toml 38 38 ``` 39 - 4. Dispatch the GitHub Release workflow and wait 39 + 4. Commit with a tag in the format `v#.#.#` 40 40 5. Add release notes to the generated GitHub release and publish it
+1 -1
src-tauri/Cargo.lock
··· 1457 1457 1458 1458 [[package]] 1459 1459 name = "mr-tagger" 1460 - version = "0.1.4" 1460 + version = "0.1.5" 1461 1461 dependencies = [ 1462 1462 "backtrace", 1463 1463 "base64",
+1 -1
src-tauri/Cargo.toml
··· 1 1 [package] 2 2 name = "mr-tagger" 3 - version = "0.1.4" 3 + version = "0.1.5" 4 4 description = "Spotlight alternative" 5 5 default-run = "mr-tagger" 6 6 edition = "2018"