[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 (Feb 9, 2023, 5:41 AM +0100) 2eaff5b9 2e4f628f

+4 -4
+1 -1
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Next 3 + ## 0.2.0 - 2023 Feb 9 4 4 - Add Opus support 5 5 - Fix error when cancelling image file dialog 6 6
+1 -1
README.md
··· 39 39 ### Release new version 40 40 1. Update `CHANGELOG.md` 41 41 2. Bump the version number in `src-tauri/Cargo.toml` 42 - 3. Run `npm run check` to update `Cargo.lock` 42 + 3. Run `cargo check` to update `Cargo.lock` 43 43 4. Create a git tag in the format `v#.#.#` 44 44 5. Add release notes to the generated GitHub release and publish it
+1 -1
src-tauri/Cargo.lock
··· 1420 1420 1421 1421 [[package]] 1422 1422 name = "mr-tagger" 1423 - version = "0.1.6" 1423 + version = "0.2.0" 1424 1424 dependencies = [ 1425 1425 "backtrace", 1426 1426 "base64 0.20.0",
+1 -1
src-tauri/Cargo.toml
··· 1 1 [package] 2 2 name = "mr-tagger" 3 - version = "0.1.6" 3 + version = "0.2.0" 4 4 description = "Spotlight alternative" 5 5 default-run = "mr-tagger" 6 6 edition = "2018"