Skip to content

Commit 68594f7

Browse files
version to 1.2.6
Update player button layout. Updated screenshot.
1 parent aaef61e commit 68594f7

5 files changed

Lines changed: 24 additions & 11 deletions

File tree

CHANGELOG.md

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

3+
## [1.2.6] - 2026-01-24
4+
5+
### Changed
6+
7+
- Adjusted player button layout
8+
- Update screenshot
9+
10+
11+
312
## [1.2.5] - 2026-01-24
413

514
### Changed

index.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -905,6 +905,13 @@
905905

906906
<div id="mini-player-controls">
907907

908+
<button id="mp-button-random">
909+
<span class="material-symbols-outlined player-button small">
910+
shuffle
911+
</span>
912+
</button>
913+
914+
908915
<button id="mp-button-skip-prev" class="player-controls-disabled">
909916
<span class="material-symbols-outlined player-button small">
910917
skip_previous
@@ -942,11 +949,6 @@
942949
</span>
943950
</button>
944951

945-
<button id="mp-button-random">
946-
<span class="material-symbols-outlined player-button small">
947-
shuffle
948-
</span>
949-
</button>
950952

951953
<button id="mp-button-playlist" class="player-controls-disabled">
952954
<span class="material-symbols-outlined player-button small">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mfp-app",
33
"private": true,
4-
"version": "1.2.5",
4+
"version": "1.2.6",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --host",

public/screenshot.png

71 Bytes
Loading

templates/index.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,13 @@
145145

146146
<div id="mini-player-controls">
147147

148+
<button id="mp-button-random">
149+
<span class="material-symbols-outlined player-button small">
150+
shuffle
151+
</span>
152+
</button>
153+
154+
148155
<button id="mp-button-skip-prev" class="player-controls-disabled">
149156
<span class="material-symbols-outlined player-button small">
150157
skip_previous
@@ -182,11 +189,6 @@
182189
</span>
183190
</button>
184191

185-
<button id="mp-button-random">
186-
<span class="material-symbols-outlined player-button small">
187-
shuffle
188-
</span>
189-
</button>
190192

191193
<button id="mp-button-playlist" class="player-controls-disabled">
192194
<span class="material-symbols-outlined player-button small">

0 commit comments

Comments
 (0)