Skip to content

Commit 84059ca

Browse files
chore(main): release 1.5.0 (#39)
1 parent fe613b5 commit 84059ca

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
lines changed

.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.4.1"
2+
".": "1.5.0"
33
}

CHANGELOG.md

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

3+
## [1.5.0](https://github.com/pythoninthegrasses/mt/compare/v1.4.1...v1.5.0) (2026-04-13)
4+
5+
6+
### Features
7+
8+
* **events:** backend mutation reconciliation replacing frontend optimistic updates ([#41](https://github.com/pythoninthegrasses/mt/issues/41)) ([980c9ba](https://github.com/pythoninthegrasses/mt/commit/980c9ba7cd6a9e7e3b5c0719f311cdc7bdf6a9bd))
9+
* **library:** unified library_get_section command ([#40](https://github.com/pythoninthegrasses/mt/issues/40)) ([d42139e](https://github.com/pythoninthegrasses/mt/commit/d42139e7d7fcaca67c4bca92df3257fd5c4b5237))
10+
* **queue:** atomic play-context command replacing frontend queue-build choreography ([c900d0c](https://github.com/pythoninthegrasses/mt/commit/c900d0c5b01277e2c9728fc2f96bf685a9a41d9a))
11+
* **queue:** backend queue state machine replacing frontend shuffle, navigation, and play-next logic ([#42](https://github.com/pythoninthegrasses/mt/issues/42)) ([fe613b5](https://github.com/pythoninthegrasses/mt/commit/fe613b5794387ed29d357201c7a6e830a2425805))
12+
13+
14+
### Bug Fixes
15+
16+
* **ci:** unset CARGO_HOME for binstall so tools install to ~/.cargo/bin ([e19cf5e](https://github.com/pythoninthegrasses/mt/commit/e19cf5e8619387625a242564dd0979bb43ce788e))
17+
* **library:** auto-backfill content_hash after scan to enable cross-directory dedup ([c12940b](https://github.com/pythoninthegrasses/mt/commit/c12940be31292aa9c2106fc758423d60bdba001a))
18+
* **ui:** eliminate FOUC when navigating to Music view ([62d3879](https://github.com/pythoninthegrasses/mt/commit/62d3879f220df88843b04ce16c4ded372faf3226))
19+
320
## [1.4.1](https://github.com/pythoninthegrasses/mt/compare/v1.4.0...v1.4.1) (2026-04-12)
421

522

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.4.1",
3+
"version": "1.5.0",
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.4.1"
3+
version = "1.5.0"
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.4.1",
4+
"version": "1.5.0",
55
"identifier": "com.mt.desktop",
66
"build": {
77
"beforeDevCommand": "npm --prefix ../../app/frontend run dev",

0 commit comments

Comments
 (0)