Skip to content

Commit 178a168

Browse files
chore(main): release 1.5.1
1 parent 354c6a8 commit 178a168

5 files changed

Lines changed: 20 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.5.0"
2+
".": "1.5.1"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [1.5.1](https://github.com/pythoninthegrasses/mt/compare/v1.5.0...v1.5.1) (2026-04-15)
4+
5+
6+
### Bug Fixes
7+
8+
* **audio:** defer all CoreAudio calls until first user-initiated action ([a835edd](https://github.com/pythoninthegrasses/mt/commit/a835eddfcddfdaf309d90410b5071bc597c1b10e))
9+
* **audio:** isolate CoreAudio device enumeration from audio thread ([5b19e8e](https://github.com/pythoninthegrasses/mt/commit/5b19e8e65b20d4cd1ada7575d5218db643abce20))
10+
* **backlog:** disable cross-branch task scanning to prevent ghost tasks ([22ba320](https://github.com/pythoninthegrasses/mt/commit/22ba320a23c2bd686d11a9a1c30ec97403347cae))
11+
* **ci:** force cargo binstall reinstall when binary is missing but metadata is stale ([f36f613](https://github.com/pythoninthegrasses/mt/commit/f36f6138e35a99445e7c807da07260d377f527c8))
12+
* **ci:** harden cargo tool status checks on self-hosted runners ([e67dbf3](https://github.com/pythoninthegrasses/mt/commit/e67dbf3c0a202123173793713725d4d04b6fe214))
13+
* **ci:** resolve release tag dynamically in workflow_dispatch runs ([35c682e](https://github.com/pythoninthegrasses/mt/commit/35c682e80804f538aaa61d8624cc9c9b53fa0278))
14+
* **dedup:** persist cross-directory dedup across app restarts ([9dbdd13](https://github.com/pythoninthegrasses/mt/commit/9dbdd13731d8ae2eea80116e3c7cf1099808e6d7))
15+
* **library:** eliminate FOUC during scroll in music library view ([f8f2e1c](https://github.com/pythoninthegrasses/mt/commit/f8f2e1cdee822170fda4d0125202b757aaaf3229))
16+
* **library:** use backend totals for stats bar instead of loaded-page counts ([f2d3633](https://github.com/pythoninthegrasses/mt/commit/f2d3633d7b6433a8b91f23a278c1e428969d9431))
17+
* **queue:** load all library pages on double-click, detect playback stalls near track end ([409b170](https://github.com/pythoninthegrasses/mt/commit/409b1703c2f34d56816742607e821ee179a8ebfa))
18+
319
## [1.5.0](https://github.com/pythoninthegrasses/mt/compare/v1.4.1...v1.5.0) (2026-04-13)
420

521

app/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mt-frontend",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

crates/mt-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mt-tauri"
3-
version = "1.5.0"
3+
version = "1.5.1"
44
description = "Desktop music player for large collections"
55
authors = ["pythoninthegrass"]
66
edition = "2024"

crates/mt-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "mt",
4-
"version": "1.5.0",
4+
"version": "1.5.1",
55
"identifier": "com.mt.desktop",
66
"build": {
77
"beforeDevCommand": "npm --prefix ../../app/frontend run dev",

0 commit comments

Comments
 (0)