Skip to content

Commit bea7f2b

Browse files
committed
v2.3.15 | RELEASENOTES.md + package
1 parent 7f1fe97 commit bea7f2b

4 files changed

Lines changed: 15 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
- **Immersive Mode**: UI controls automatically fade out when idle for a distraction-free experience.
2424
- **Minimal Mode Interaction**: Double-click or double-tap anywhere on the screen to quickly exit Minimal Mode.
2525
- **Smart Play/Pause**: Clicking the active track in the playlist toggles Play/Pause.
26+
- **Unified Uploads**: Audio files and lyrics uploaded from the main interface are instantly auto-synced to your active playlist queue.
2627
- **Auto-Load**: Automatically cues the first track for playback when adding new audio files.
2728
- **Export Playlist**: Export your current playlist to `.m3u8` format.
2829

@@ -273,7 +274,7 @@ This application is built with React + Vite and requires **Node.js** to run.
273274
- **Tipografi Super Canggih**: Load **Google Fonts Individu** secara terpisah untuk Lirik, Info Lagu, dan Nama Channel. Termasuk kontrol granular untuk gaya (Bold/Italic) dan warna kustom tiap elemen.
274275
- **Rendering Kilat (WebCodecs)**: Engine baru memanfaatkan akselerasi hardware (GPU) untuk ekspor video hingga 5x lebih cepat. Tetap tersedia opsi **FFmpeg** untuk kualitas frame-by-frame.
275276
- **Manajemen Pengaturan Lengkap**: **Ekspor/Impor JSON** untuk menyimpan/membagikan konfigurasi render (termasuk font kustom). Tombol **Reset** yang disempurnakan.
276-
- **Playlist Pintar**: Masukkan banyak file sekaligus. Aplikasi otomatis memasangkan lagu dengan lirik (`.lrc`/`.srt`) yang bernama sama. Mendukung berbagai format audio: **MP3, M4A, FLAC, OGG, OPUS,** dan **WAV**.
277+
- **Playlist Pintar Terpadu**: File yang diupload dari menu utama kini otomatis langsung tersinkron dan masuk ke dalam Playlist. Masukkan banyak file sekaligus via Playlist untuk otomatis dipasangkan dengan lirik berdasarkan nama.
277278
- **Ekstraksi Lirik Tersemat**: Fitur canggih untuk membaca lirik yang tertanam langsung di dalam file audio (FLAC Vorbis Lyrics, MP4 Lyrics, ID3v2 USLT, dll) secara otomatis saat import.
278279
- **Timeline Lirik Interaktif**: Lihat cuplikan lirik di playlist. Klik baris mana saja untuk langsung memutar lagu itu.
279280
- **Format Luas**: Dukungan lirik `.lrc`, `.srt`, **`.vtt` (termasuk Karaoke/Word-Level)**, dan **`.ttml` / `.xml`**.

RELEASENOTES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@
2020
- **Seamless Fallback**: The custom parser is called automatically when `jsmediatags` either returns no lyrics (FLAC) or fails entirely (OGG/OPUS/WAV). Title, artist, and album metadata are also extracted as a bonus for unsupported formats.
2121
- **All Code Paths Covered**: Works in the main player (single-file upload), the Playlist Editor (batch import), **and** the **Reload Embedded Lyrics** button (↻) — which was previously using a separate, outdated code path that only checked `lyrics || USLT`.
2222

23+
- **Workflow Improvements**:
24+
- **Playlist Auto-Sync**: Audio files and lyrics uploaded directly from the main view now seamlessly integrate into the persistent playlist. The track becomes instantly available within the Playlist Editor, eliminating isolated track states and creating a unified experience.
25+
26+
- **Branding & UI Updates**:
27+
- **Brand Icons**: Integrated `react-simple-icons` to properly display specific brand logos on the About page.
28+
- **Icons Update**: Updated `lucide-react` to the latest version for improved icon availability and security.
29+
2330

2431
# 2.3.14
2532

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@google/genai": "^1.34.0",
1515
"@stef-0012/synclyrics": "^2.5.10",
1616
"jsmediatags": "^3.9.7",
17-
"lucide-react": "^0.561.0",
17+
"lucide-react": "^1.8.0",
1818
"mp4-muxer": "^5.2.2",
1919
"react": "^19.2.3",
2020
"react-dom": "^19.2.3"
@@ -40,4 +40,4 @@
4040
"source-map": "0.7.4"
4141
}
4242
}
43-
}
43+
}

0 commit comments

Comments
 (0)