Skip to content

Commit 2f0ea9c

Browse files
chore(main): release 1.4.0 (#37)
1 parent 2900bf9 commit 2f0ea9c

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.3.0"
2+
".": "1.4.0"
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.4.0](https://github.com/pythoninthegrasses/mt/compare/v1.3.0...v1.4.0) (2026-04-12)
4+
5+
6+
### Features
7+
8+
* **ci:** containerize macOS self-hosted runner ([6cdd7f4](https://github.com/pythoninthegrasses/mt/commit/6cdd7f417364e0e607e15ce3de9247a3ce3fe5f6))
9+
10+
11+
### Bug Fixes
12+
13+
* **ci:** add rustfmt/clippy components, fix Windows npm path ([10a20ee](https://github.com/pythoninthegrasses/mt/commit/10a20ee3635ec38de310e2ffc6f55d346e6f73fe))
14+
* **ci:** harden Playwright tests, fix Windows backslash in Task templates ([07f722a](https://github.com/pythoninthegrasses/mt/commit/07f722a42413dd07349bf1d91874beb9a2265826))
15+
* **ci:** make Windows Defender exclusions non-fatal ([790bbd7](https://github.com/pythoninthegrasses/mt/commit/790bbd7a9c1daf7025a261fc4dab4b7cf1ec5174))
16+
* **ci:** resolve clippy errors, switch to GitHub-hosted runners ([e2b8916](https://github.com/pythoninthegrasses/mt/commit/e2b8916d702a44baa2272ab4dbd1872366cd109f))
17+
* **docker:** correct binary name in artifacts COPY ([962c129](https://github.com/pythoninthegrasses/mt/commit/962c129f5c5408016a6ab8c40be9dfc085bbd280))
18+
319
## [1.3.0](https://github.com/pythoninthegrasses/mt/compare/v1.2.4...v1.3.0) (2026-04-04)
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.3.0",
3+
"version": "1.4.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.3.2"
3+
version = "1.4.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.3.2",
4+
"version": "1.4.0",
55
"identifier": "com.mt.desktop",
66
"build": {
77
"beforeDevCommand": "npm --prefix ../../app/frontend run dev",

0 commit comments

Comments
 (0)