diff --git a/CHANGELOG.md b/CHANGELOG.md index 9364ffd..61974a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.4.2 - 2026-09-15 + +- Hid display title and thumbnail path from the read-only metadata view; those fields now appear only while editing metadata. + ## 1.4.1 - 2026-09-15 - Changed title details to show metadata as read-only text by default. diff --git a/README.md b/README.md index efe7c0d..53f4d5a 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ If an older `data/metadata.json` file exists, the app imports it into SQLite on ## Metadata Fields -Title details show metadata as normal read-only text by default. Use the `Edit` button to change: +Title details show the description as normal read-only text by default. Use the `Edit` button to change: - display title - short description diff --git a/VERSION b/VERSION index 347f583..9df886c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.1 +1.4.2 diff --git a/package.json b/package.json index e17ed73..2ea4cb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "h-player", - "version": "1.4.1", + "version": "1.4.2", "private": true, "description": "A small private web app for browsing a folder-based video collection.", "scripts": { diff --git a/public/assets/app.js b/public/assets/app.js index 20723a7..87ea0d1 100644 --- a/public/assets/app.js +++ b/public/assets/app.js @@ -126,14 +126,6 @@ function renderDetails(title) {