Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# 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))

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))
* 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)


Expand Down