Skip to content

Commit bb3599b

Browse files
chore(main): release 1.4.1
1 parent 71ad8a6 commit bb3599b

5 files changed

Lines changed: 22 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.4.0"
2+
".": "1.4.1"
33
}

CHANGELOG.md

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

3+
## [1.4.1](https://github.com/pythoninthegrasses/mt/compare/v1.4.0...v1.4.1) (2026-04-12)
4+
5+
6+
### Bug Fixes
7+
8+
* **ci:** add library count mock for pagination and gate builds on rust job ([858a1e1](https://github.com/pythoninthegrasses/mt/commit/858a1e1941acdcace8f84373709a7094345af87d))
9+
* **ci:** add missing library count mocks, fix property test dedup, gate Playwright on tests ([1c45b25](https://github.com/pythoninthegrasses/mt/commit/1c45b25247dbe1f86a57c7f08148189f04fa1a29))
10+
* **ci:** bump dorny/paths-filter v3 to v4 for Node.js 24 compatibility ([23ec368](https://github.com/pythoninthegrasses/mt/commit/23ec368255497e3b395763165c62182c140ad4ba))
11+
* **ci:** resolve actionlint shellcheck warnings and bump setup-node to v6 ([f88dddb](https://github.com/pythoninthegrasses/mt/commit/f88dddbf9d3dbf8e156719dc3087682070e701c2))
12+
* **test:** fix all queue property test dedup assertions for move semantics ([71ad8a6](https://github.com/pythoninthegrasses/mt/commit/71ad8a68d413cefd80bffe74b838b8b6ad168d7e))
13+
14+
15+
### Performance Improvements
16+
17+
* **ci:** skip Docker build for Linux cargo check when inputs unchanged ([a8eade7](https://github.com/pythoninthegrasses/mt/commit/a8eade7773a0943f0cc53f428599f5dd7d3cadd5))
18+
* **frontend:** batch Alpine.js reactive updates in library store mutations ([ec25d06](https://github.com/pythoninthegrasses/mt/commit/ec25d06ed75b10aea30c9c84cbd752b4b69372f7))
19+
* **library:** paginate track loading with sparse page map and on-demand fetching ([cb6876d](https://github.com/pythoninthegrasses/mt/commit/cb6876dbe93000175143992acbd57bb442752f58))
20+
321
## [1.4.0](https://github.com/pythoninthegrasses/mt/compare/v1.3.0...v1.4.0) (2026-04-12)
422

523

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

0 commit comments

Comments
 (0)