File tree Expand file tree Collapse file tree 5 files changed +16
-4
lines changed
Expand file tree Collapse file tree 5 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 1.3 .0"
2+ "." : " 1.4 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.4.0] ( https://github.com/pythoninthegrasses/mt/compare/v1.3.0...v1.4.0 ) (2026-04-06)
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+ * ** docker:** correct binary name in artifacts COPY ([ 962c129] ( https://github.com/pythoninthegrasses/mt/commit/962c129f5c5408016a6ab8c40be9dfc085bbd280 ) )
14+
315## [ 1.3.0] ( https://github.com/pythoninthegrasses/mt/compare/v1.2.4...v1.3.0 ) (2026-04-04)
416
517
Original file line number Diff line number Diff line change 11{
22 "name" : " mt-frontend" ,
3- "version" : " 1.3 .0" ,
3+ "version" : " 1.4 .0" ,
44 "private" : true ,
55 "type" : " module" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11[package ]
22name = " mt-tauri"
3- version = " 1.3 .0"
3+ version = " 1.4 .0"
44description = " Desktop music player for large collections"
55authors = [" pythoninthegrass" ]
66edition = " 2024"
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://schema.tauri.app/config/2" ,
33 "productName" : " mt" ,
4- "version" : " 1.3 .0" ,
4+ "version" : " 1.4 .0" ,
55 "identifier" : " com.mt.desktop" ,
66 "build" : {
77 "beforeDevCommand" : " npm --prefix ../../app/frontend run dev" ,
You can’t perform that action at this time.
0 commit comments