Skip to content

Commit 4f9805e

Browse files
chore(main): release 1.6.0
1 parent 7d4480a commit 4f9805e

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.1"
2+
".": "1.6.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.6.0](https://github.com/pythoninthegrasses/mt/compare/v1.5.1...v1.6.0) (2026-05-01)
4+
5+
6+
### Features
7+
8+
* add queue_play_context_query and find_track_offset backend commands ([7ccfbb6](https://github.com/pythoninthegrasses/mt/commit/7ccfbb6bb96ed2edf3e9d1533119f27155f8e22a))
9+
10+
11+
### Bug Fixes
12+
13+
* **frontend:** repair queue drag reorder and reduce snap aggressiveness ([c89e1cb](https://github.com/pythoninthegrasses/mt/commit/c89e1cbf0a175124da141e53efc9c63bd9d739cb))
14+
* **queue:** add HTTP fallback path to playContextQuery and mock route ([1784832](https://github.com/pythoninthegrasses/mt/commit/178483255d58de853f53a3ea00243a893a7e1ccc))
15+
* remove spurious async from playContextQuery in queue.js (task-338) ([cca91c7](https://github.com/pythoninthegrasses/mt/commit/cca91c7b9c3b73679cf20505d3de268293c25d08))
16+
* resolve six WebKit Playwright regressions (task-339) ([e81d947](https://github.com/pythoninthegrasses/mt/commit/e81d9477b2ff8e6c80738798b21bc56d5034fdc3))
17+
* use backend query for paginated double-click play and scroll-to-track ([f8f5a3a](https://github.com/pythoninthegrasses/mt/commit/f8f5a3a74c5f8a45663a43ce67361ec064a33358))
18+
319
## [1.5.1](https://github.com/pythoninthegrasses/mt/compare/v1.5.0...v1.5.1) (2026-04-23)
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.1",
3+
"version": "1.6.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.5.1"
3+
version = "1.6.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.5.1",
4+
"version": "1.6.0",
55
"identifier": "com.mt.desktop",
66
"build": {
77
"beforeDevCommand": "npm --prefix ../../app/frontend run dev",

0 commit comments

Comments
 (0)