Files
hassio-addons/manyfold/CHANGELOG.md
2026-07-08 12:11:09 +01:00

4.3 KiB

0.146.1-3 (2026-07-08)

  • Fix forced HTTPS redirect loop on the plain-HTTP UI by re-adding the assume_ssl disable workaround.
  • Export PUBLIC_PORT alongside public_hostname so generated links point at port 3214.
  • Document public_hostname in README (accepts hostname or server IP).

0.146.1-2 (06-07-2026)

  • Minor bugs fixed

0.146.1 (2026-07-06)

  • Add configurable Manyfold public hostname with Home Assistant external URL and homeassistant.local fallbacks.

0.146.0 (2026-07-04)

0.145.1 (24-06-2026)

  • Minor bugs fixed

Changelog

0.145.1

0.142.0

  • This release allows the use of videos in preview frames, so you can show off your models in a more dynamic fashion, and also adds indexer support for the upcoming DragonFruit resin slicer VOXL file format.
  • There are also a number of fixes to metadata scanning and other background jobs, as well as a large behind-the-scenes refactor of presupported relationships which will lead to some new features in the next release.
  • Details: https://github.com/manyfold3d/manyfold/releases/tag/v0.142.0

0.140.1 (18-05-2026)

  • Minor bugs fixed

0.140.1

0.139.3 (11-05-2026)

  • Minor bugs fixed

0.138.0 (24-04-2026)

  • Minor bugs fixed

0.137.0 (13-04-2026)

  • Minor bugs fixed

0.137.0

  • Bumped upstream Manyfold image to ghcr.io/manyfold3d/manyfold-solo:0.137.0 for both amd64 and aarch64.
  • Add funtionalities about sharing and comment federation, some implemented in 0.136.0

0.135.0

  • Update to upstream Manyfold 0.135.0.

1.0.3

  • Added the add-on to this repository under the official add-on folder/slug name manyfold.
  • Updated image namespace and repository metadata for this repository:
    • image: ghcr.io/alexbelgium/manyfold-{arch}
    • url: https://github.com/alexbelgium/hassio-addons/tree/master/manyfold
  • Updated AppArmor profile name to hassio-addons/manyfold.

1.0.2

  • Added build metadata for Home Assistant CI compatibility:
    • manyfold/build.yaml with multi-arch build_from entries
    • image template wiring in config.yaml
  • Switched Docker base wiring to Home Assistant add-on build conventions:
    • Dockerfile now uses ARG BUILD_FROM and FROM ${BUILD_FROM}
  • Updated add-on url metadata to this repository path.
  • Updated repository README to remove obsolete import_path references.
  • Added ShellCheck compatibility headers (# shellcheck shell=bash) to s6/entry scripts using with-contenv.
  • Removed default-valued metadata keys (apparmor, boot, ingress, stage) to satisfy add-on linter rules.

1.0.1

  • New resource tuning options for smaller HAOS hosts:
    • web_concurrency
    • rails_max_threads
    • default_worker_concurrency
    • performance_worker_concurrency
    • max_file_upload_size
    • max_file_extract_size
  • Baseline AppArmor support:
    • apparmor: true in add-on metadata
    • manyfold/apparmor.txt profile
  • Removed import_path option and runtime wiring to reduce confusion (it was not a web import endpoint).
  • Kept ingress disabled and documented direct access on port 3214.
  • Host media mappings (/share, /media) are writable to support writable library paths like /media/manyfold/models.
  • Home Assistant ingress/panel 404 issue by moving to direct web UI access model.
  • Startup/runtime setup improvements:
    • Better path validation for configured library and thumbnails paths
    • Clearer startup logs and configuration summary
    • More robust secret/bootstrap handling and ownership setup
  • Recommended small-server baseline (see README):
    • web_concurrency: 1
    • rails_max_threads: 5
    • default_worker_concurrency: 2
    • performance_worker_concurrency: 1

1.0.0

  • First Home Assistant add-on packaging for Manyfold (manyfold).
  • Runs ghcr.io/manyfold3d/manyfold-solo with persistent data under /config.
  • Sidebar/web UI integration on port 3214.
  • Configurable storage paths and startup path safety checks.
  • Non-root runtime defaults (puid/pgid) and startup ownership handling.