diff --git a/flatpak/io.github.aandrew_me.ytdn.metainfo.xml b/flatpak/io.github.aandrew_me.ytdn.metainfo.xml index 0e340b0..7d1290f 100644 --- a/flatpak/io.github.aandrew_me.ytdn.metainfo.xml +++ b/flatpak/io.github.aandrew_me.ytdn.metainfo.xml @@ -37,6 +37,7 @@ + diff --git a/html/playlist.html b/html/playlist.html index 9ca54cc..ceba6e5 100644 --- a/html/playlist.html +++ b/html/playlist.html @@ -94,9 +94,9 @@
- - + @@ -108,7 +108,7 @@
- diff --git a/package.json b/package.json index 3d4b9a1..e4eaba4 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "yt-dlp-wrap-plus": "^2.3.16" }, "name": "ytdownloader", - "version": "3.14.0-beta", + "version": "3.14.0", "main": "main.js", "scripts": { "start": "electron .", @@ -97,7 +97,8 @@ "win": { "target": [ "nsis", - "msi" + "msi", + "zip" ], "artifactName": "${productName}_Win.${ext}" }, diff --git a/src/playlist.js b/src/playlist.js index 9399101..37ae719 100644 --- a/src/playlist.js +++ b/src/playlist.js @@ -558,7 +558,7 @@ getId("preferenceWin").textContent = i18n.__("Preferences"); getId("aboutWin").textContent = i18n.__("About"); getId("homeWin").textContent = i18n.__("Homepage"); getId("linkTitle").textContent = i18n.__("Link:"); -getId("videoFormat").textContent = i18n.__("Select Video Format "); +getId("videoFormat").textContent = i18n.__("Select Quality"); getId("audioFormat").textContent = i18n.__("Select Audio Format "); getId("download").textContent = i18n.__("Download"); @@ -579,6 +579,8 @@ getId("errorBtn").textContent = i18n.__("Error Details") + " ▼"; getId("clText").textContent = i18n.__("Current download location - ") getId("selectLocation").textContent = i18n.__("Select Download Location"); getId("themeTxt").textContent = i18n.__("Theme"); +getId("autoTxt").textContent = i18n.__("Auto"); +getId("videoQualityTxt").textContent = i18n.__("Select Video Format "); getId("lightTxt").textContent = i18n.__("Light"); getId("darkTxt").textContent = i18n.__("Dark");