diff --git a/manyfold/CHANGELOG.md b/manyfold/CHANGELOG.md index 1b37dfe264..36f8c77f64 100644 --- a/manyfold/CHANGELOG.md +++ b/manyfold/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.148.0 (2026-08-29) +- Update to latest version from manyfold3d/manyfold (changelog : https://github.com/manyfold3d/manyfold/releases) + ## 0.147.2 (2026-08-15) - Update to latest version from manyfold3d/manyfold (changelog : https://github.com/manyfold3d/manyfold/releases) diff --git a/manyfold/config.yaml b/manyfold/config.yaml index e3238df7a4..96eb7d739f 100644 --- a/manyfold/config.yaml +++ b/manyfold/config.yaml @@ -1,7 +1,7 @@ name: "Manyfold" slug: manyfold description: "Manyfold 3D model manager as a Home Assistant add-on, using the upstream image with configurable library/index paths." -version: "0.147.2" +version: "0.148.0" url: "https://github.com/alexbelgium/hassio-addons/tree/master/manyfold" image: ghcr.io/alexbelgium/manyfold-{arch} arch: diff --git a/manyfold/updater.json b/manyfold/updater.json index 8f1e1229eb..66fe651ee8 100644 --- a/manyfold/updater.json +++ b/manyfold/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "false", - "last_update": "2026-08-15", + "last_update": "2026-08-29", "repository": "alexbelgium/hassio-addons", "slug": "manyfold", "source": "github", "upstream_repo": "manyfold3d/manyfold", - "upstream_version": "0.147.2" + "upstream_version": "0.148.0" }