From a9442a9b701ed83af4d75b86d394b740e7955a99 Mon Sep 17 00:00:00 2001 From: pythoninthegrass <4097471+pythoninthegrass@users.noreply.github.com> Date: Wed, 25 Feb 2026 18:07:24 -0600 Subject: [PATCH] chore(main): release 1.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ app/frontend/package.json | 2 +- crates/mt-tauri/Cargo.toml | 2 +- crates/mt-tauri/tauri.conf.json | 2 +- 5 files changed, 35 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..5fdd883 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a06808f..f39ac32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## [1.1.0](https://github.com/pythoninthegrasses/mt/compare/v1.0.0...v1.1.0) (2026-02-26) + + +### Features + +* **artists-browser:** sort artist albums by year ascending ([9d3c59c](https://github.com/pythoninthegrasses/mt/commit/9d3c59c33ea1e7294c26d4ef59140c1a6341961d)) +* **context-menu:** add "Go to Album" menu item to track context menus ([e93eaba](https://github.com/pythoninthegrasses/mt/commit/e93eaba3fa11430c2ecca6007ce8bc9ed1c24bc1)) +* **context-menu:** add "Go to Artist" menu item to track context menus ([83e6cdc](https://github.com/pythoninthegrasses/mt/commit/83e6cdc2f7e39f92249501c1eaf30200c5a072e3)) +* **library:** persist removed track identifiers to prevent re-addition on scan ([f7721ef](https://github.com/pythoninthegrasses/mt/commit/f7721ef29a7571b79082f8b1936456d9ba48a565)) + + +### Bug Fixes + +* apply roborev fix for 7da95a2 (job [#6](https://github.com/pythoninthegrasses/mt/issues/6)) ([4c0908b](https://github.com/pythoninthegrasses/mt/commit/4c0908b2518926f51544e8abbbd3e377a1dafadd)) +* apply roborev fix for 83e6cdc (job [#17](https://github.com/pythoninthegrasses/mt/issues/17)) ([4885972](https://github.com/pythoninthegrasses/mt/commit/4885972a88c934dae5c7e0664bd5dc1a52def838)) +* apply roborev fix for 968f392 (job [#2](https://github.com/pythoninthegrasses/mt/issues/2)) ([5d161ee](https://github.com/pythoninthegrasses/mt/commit/5d161eeb5637d57192779404adc03bee7ae13f15)) +* apply roborev fix for 9cf7984 (job [#25](https://github.com/pythoninthegrasses/mt/issues/25)) ([c3cea62](https://github.com/pythoninthegrasses/mt/commit/c3cea626939e23126ae99afa12b4b00bd1896f4a)) +* apply roborev fix for 9d3c59c (job [#20](https://github.com/pythoninthegrasses/mt/issues/20)) ([77b3700](https://github.com/pythoninthegrasses/mt/commit/77b37006b0b8d5cb9cb8009395f0fbfed76d9d6e)) +* apply roborev fix for e93eaba (job [#13](https://github.com/pythoninthegrasses/mt/issues/13)) ([81793fc](https://github.com/pythoninthegrasses/mt/commit/81793fc5b31dffa3efa2972ff148c883f3f91a43)) +* **ci:** add libasound2-dev for Linux and fix macOS keychain search list ([5151e62](https://github.com/pythoninthegrasses/mt/commit/5151e62fba20d222400c3e7385ee68b6e22443c5)) +* **ci:** resolve release build failures on macOS, Linux amd64, and Linux ARM64 ([5d919af](https://github.com/pythoninthegrasses/mt/commit/5d919af811bef5bffbdb3b8ac77b95d5fb6705b4)) +* **ci:** skip Tauri DMG bundling on macOS, create DMG with hdiutil ([f702934](https://github.com/pythoninthegrasses/mt/commit/f7029340c4670d4cbdbe39d4a6ede1307c3bff13)) +* **drag-drop:** use relative offset for queue drag ghost position ([cf244ee](https://github.com/pythoninthegrasses/mt/commit/cf244eedcfae3b792421d949752ae0641b8f67b0)) +* **library:** force repaint when returning from albums view ([c70b4c5](https://github.com/pythoninthegrasses/mt/commit/c70b4c5701496c8a95d0f0eb4d5ab1bdd5d5e384)) +* **media-keys:** register MediaRewind/FastForward for macOS F7/F9 keys ([2b84602](https://github.com/pythoninthegrasses/mt/commit/2b84602b1d3652f111b98e7630faa283858f4609)) +* **metadata-modal:** prevent repeated re-opens during library updates ([3d61cd5](https://github.com/pythoninthegrasses/mt/commit/3d61cd581c714248237d7036d782a61bac5c123f)) +* **playback:** loop-one not re-queuing current track and icon not untoggling ([7481401](https://github.com/pythoninthegrasses/mt/commit/7481401a0937aeaaaca3bdc894344a65cff5abb8)) +* propagate DB errors instead of silently swallowing in removed tracks ([1451d61](https://github.com/pythoninthegrasses/mt/commit/1451d61f5ddbf113352544e0a91379957d19e1f8)) +* **roam:** resolve 3 false-positive dependency cycles ([f7131bf](https://github.com/pythoninthegrasses/mt/commit/f7131bfe8f8f3368fd2fcfcc60a1582a54ce1bba)) +* **testing:** update 3 stale visual regression snapshots ([662b96e](https://github.com/pythoninthegrasses/mt/commit/662b96e2bd14935b0598fe5d2d03aa2fdf4cfa49)) + ## [1.0.0](https://github.com/pythoninthegrasses/mt/compare/v0.1.0...v1.0.0) (2026-02-21) diff --git a/app/frontend/package.json b/app/frontend/package.json index 6f78c9b..7633ec2 100644 --- a/app/frontend/package.json +++ b/app/frontend/package.json @@ -1,6 +1,6 @@ { "name": "mt-frontend", - "version": "1.0.0", + "version": "1.1.0", "private": true, "type": "module", "scripts": { diff --git a/crates/mt-tauri/Cargo.toml b/crates/mt-tauri/Cargo.toml index dbc4a5c..976ca58 100644 --- a/crates/mt-tauri/Cargo.toml +++ b/crates/mt-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mt-tauri" -version = "1.0.0" +version = "1.1.0" description = "Desktop music player for large collections" authors = ["pythoninthegrass"] edition = "2024" diff --git a/crates/mt-tauri/tauri.conf.json b/crates/mt-tauri/tauri.conf.json index efbee21..64f7f05 100644 --- a/crates/mt-tauri/tauri.conf.json +++ b/crates/mt-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "mt", - "version": "1.0.0", + "version": "1.1.0", "identifier": "com.mt.desktop", "build": { "beforeDevCommand": "npm --prefix ../../app/frontend run dev",