Minor text changes

This commit is contained in:
tranxuanthang
2026-04-21 23:56:22 +07:00
parent fb694869f1
commit 01fab651bd
2 changed files with 7 additions and 6 deletions

View File

@@ -42,12 +42,13 @@
<release version="2.0.0" date="2026-04-21">
<description>
<ul>
<li>Add support for Lyricsfile - open and modern lyrics format in YAML syntax</li>
<li>New lyrics editor with word-sync support</li>
<li>Incremental scanning of library tracks</li>
<li>Independent internal lyrics database without touching tracks' directories, with optional, separate lyrics export feature</li>
<li>Add support for Lyricsfile — an open, extensible lyrics format in YAML syntax</li>
<li>Brand new lyrics editor with word-by-word sync support</li>
<li>Incremental scanning support</li>
<li>Export lyrics is now optional</li>
<li>Persistent volume slider state</li>
<li>Update node and cargo dependencies</li>
<li>Update dependencies</li>
<li>Other minor improvements</li>
</ul>
</description>
</release>

View File

@@ -1,6 +1,6 @@
<template>
<BaseModal
title="Associate track"
title="Choose a reference track"
content-class="w-full max-w-xl h-full max-h-[80vh]"
body-class="flex flex-col h-full"
:close-button="true"