diff --git a/bentopdf/CHANGELOG.md b/bentopdf/CHANGELOG.md index 3daec7555..644580e18 100644 --- a/bentopdf/CHANGELOG.md +++ b/bentopdf/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.8.2 + +- Update to upstream BentoPDF v2.8.2 + ## 2.5.0 - Initial release of BentoPDF Home Assistant add-on diff --git a/bentopdf/Dockerfile b/bentopdf/Dockerfile index 7b62269e5..9d7232f64 100644 --- a/bentopdf/Dockerfile +++ b/bentopdf/Dockerfile @@ -1,6 +1,6 @@ # Global build args — must be declared before the first FROM to be usable in FROM instructions ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base:3.23 -ARG BUILD_VERSION=2.5.0 +ARG BUILD_VERSION=2.8.2 # Stage 1: Download and extract the BentoPDF dist release (includes bundled WASM) FROM alpine:3.21 AS dist diff --git a/bentopdf/config.yaml b/bentopdf/config.yaml index 346e10942..9cfb8fe67 100644 --- a/bentopdf/config.yaml +++ b/bentopdf/config.yaml @@ -2,7 +2,7 @@ name: "BentoPDF" slug: bentopdf image: ghcr.io/alexbelgium/bentopdf-{arch} description: "Privacy-first PDF toolkit. 50+ tools, all processing client-side in the browser. Files never leave your device." -version: "2.5.0" +version: "2.8.2" url: "https://github.com/alexbelgium/hassio-addons/tree/master/bentopdf" arch: - amd64