Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "1.1.0"
}
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion app/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mt-frontend",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion crates/mt-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/mt-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading