From 140e4414a98f79671ede4b5ee20b6a825216e95f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 16:02:24 +0000 Subject: [PATCH 1/2] chore(main): release 1.4.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82bf467..d19fb98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [1.4.0](https://github.com/mrtncode/frametv-art-gallery/compare/v1.3.0...v1.4.0) (2026-08-14) + + +### Features + +* Add TV auto discovery ([#83](https://github.com/mrtncode/frametv-art-gallery/issues/83)) ([36efdee](https://github.com/mrtncode/frametv-art-gallery/commit/36efdee6a452dfad3a4928b74e06ffb3ce11ab15)) +* Delete several images from a TV at once ([#75](https://github.com/mrtncode/frametv-art-gallery/issues/75)) ([110aed1](https://github.com/mrtncode/frametv-art-gallery/commit/110aed13347856794eff6b082fcaba653df3ea67)) +* Download a backup of the gallery ([#81](https://github.com/mrtncode/frametv-art-gallery/issues/81)) ([0adceaf](https://github.com/mrtncode/frametv-art-gallery/commit/0adceaf5498bdb66fb6f86f46be8fdef1917d851)) +* offer the Frame TV panel size as a crop preset (4K) ([#82](https://github.com/mrtncode/frametv-art-gallery/issues/82)) ([01017a4](https://github.com/mrtncode/frametv-art-gallery/commit/01017a460e797b0a3ce779d5d2a4be6ee4d54df8)) +* rotate through an album on a TV at a chosen interval ([#72](https://github.com/mrtncode/frametv-art-gallery/issues/72)) ([7879b0d](https://github.com/mrtncode/frametv-art-gallery/commit/7879b0dde168ea1c22660fded0d7dc1b04a20396)) +* Search the gallery and choose its order ([#79](https://github.com/mrtncode/frametv-art-gallery/issues/79)) ([d437fad](https://github.com/mrtncode/frametv-art-gallery/commit/d437fad2db266f54ff4470c598d7985ec0bb0099)) +* serve downscaled copies to the gallery grid ([#77](https://github.com/mrtncode/frametv-art-gallery/issues/77)) ([f1f9aa6](https://github.com/mrtncode/frametv-art-gallery/commit/f1f9aa602daec2d21c66c25858f65b695c2bcd1b)) +* Tell the user when an artwork is already in the gallery and provide a „Check library“ functionality ([#80](https://github.com/mrtncode/frametv-art-gallery/issues/80)) ([9d8ac64](https://github.com/mrtncode/frametv-art-gallery/commit/9d8ac648971d6598ad2cffbf3731e433f1e8e9fe)) + + +### Bug Fixes + +* Let a deliberate action wait its turn when the TV is busy ([#73](https://github.com/mrtncode/frametv-art-gallery/issues/73)) ([21f8e75](https://github.com/mrtncode/frametv-art-gallery/commit/21f8e7543a1e9795c8694056a620598b55e56745)) +* show the real name and date of the images on a TV ([#74](https://github.com/mrtncode/frametv-art-gallery/issues/74)) ([3db6ce6](https://github.com/mrtncode/frametv-art-gallery/commit/3db6ce6b5b90c346e4e17fd08e1667d3023dc01c)) + ## [1.3.0](https://github.com/mrtncode/frametv-art-gallery/compare/v1.2.0...v1.3.0) (2026-08-11) From 9a2e9ed931b46ce046135f2ef9d828d0b51dd4ff Mon Sep 17 00:00:00 2001 From: mrtncode <145050460+mrtncode@users.noreply.github.com> Date: Fri, 14 Aug 2026 18:05:27 +0200 Subject: [PATCH 2/2] Update CHANGELOG with new features Added features for TV auto discovery, image deletion, gallery backup, crop preset, and album rotation. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d19fb98..283e2e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ ### Features * Add TV auto discovery ([#83](https://github.com/mrtncode/frametv-art-gallery/issues/83)) ([36efdee](https://github.com/mrtncode/frametv-art-gallery/commit/36efdee6a452dfad3a4928b74e06ffb3ce11ab15)) + + To use the auto discovery feature, make sure you are using network="host" in docker :) * Delete several images from a TV at once ([#75](https://github.com/mrtncode/frametv-art-gallery/issues/75)) ([110aed1](https://github.com/mrtncode/frametv-art-gallery/commit/110aed13347856794eff6b082fcaba653df3ea67)) * Download a backup of the gallery ([#81](https://github.com/mrtncode/frametv-art-gallery/issues/81)) ([0adceaf](https://github.com/mrtncode/frametv-art-gallery/commit/0adceaf5498bdb66fb6f86f46be8fdef1917d851)) * offer the Frame TV panel size as a crop preset (4K) ([#82](https://github.com/mrtncode/frametv-art-gallery/issues/82)) ([01017a4](https://github.com/mrtncode/frametv-art-gallery/commit/01017a460e797b0a3ce779d5d2a4be6ee4d54df8))