Skip to content

Commit 795786b

Browse files
chore(main): release 1.2.0 (#31)
1 parent 7e176f5 commit 795786b

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.1.0"
2+
".": "1.2.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.2.0](https://github.com/pythoninthegrasses/mt/compare/v1.1.0...v1.2.0) (2026-03-31)
4+
5+
6+
### Features
7+
8+
* add context menu to now playing view ([a6b5850](https://github.com/pythoninthegrasses/mt/commit/a6b5850dd93b48fd2d59785f2e9339e30384443d))
9+
10+
11+
### Bug Fixes
12+
13+
* **ci:** resolve cargo fmt failures and bump GHA actions to Node 24 ([c06ca35](https://github.com/pythoninthegrasses/mt/commit/c06ca35504b280c84692265347fe48cdb72f8565))
14+
* **keyboard:** prevent space from toggling play/pause during type-to-jump ([5195080](https://github.com/pythoninthegrasses/mt/commit/519508050680565fe361e743dab2a06bfe6d996a))
15+
* **now-playing:** prevent long lyrics from pushing queue panel off viewport ([67c292b](https://github.com/pythoninthegrasses/mt/commit/67c292b5bdcd0e65ad7e6e7eec847c064fd24c59))
16+
* **queue:** resolve shuffle, remove, and Play Next queue bugs ([49b1515](https://github.com/pythoninthegrasses/mt/commit/49b15159519ef0324e677dcdf4ceca26eb667eeb))
17+
* resolve merge conflict in .serena/project.yml ([e97f9e8](https://github.com/pythoninthegrasses/mt/commit/e97f9e86e9f3172c1050d5bf4281853a8ff07127))
18+
* **theme:** add search field contrast for metro-teal and neon-love themes ([37a60ad](https://github.com/pythoninthegrasses/mt/commit/37a60ad3cb6dd8c215eb864299641de3fc7a0665))
19+
320
## [1.1.0](https://github.com/pythoninthegrasses/mt/compare/v1.0.0...v1.1.0) (2026-03-27)
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.1.0",
3+
"version": "1.2.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.1.0"
3+
version = "1.2.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.1.0",
4+
"version": "1.2.0",
55
"identifier": "com.mt.desktop",
66
"build": {
77
"beforeDevCommand": "npm --prefix ../../app/frontend run dev",

0 commit comments

Comments
 (0)