# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) for the plugin version (independent of the bundled Podman/upstream package versions, see [docs/ARCHITECTURE.md](docs/ARCHITECTURE.md#52-build-strategie)). ## [Unreleased] ## [0.1.1] - 2026-07-13 ### Fixed - `plugin/podman.plg`'s ``/`` entity values were split across their own lines (`\n&baseURL;/...\n`) — Unraid's plugin manager passes that text straight into a `wget ... -O ` shell command without trimming it, so the leading newline broke the command in two: `wget` saw no URL argument at all, and the URL text ran on the next line as its own (failing) shell command. Every real Unraid plugin (verified against `unassigned.devices.plg` on a live host) keeps `...` on one line — found by running the plugin installer's own CLI (`scripts/plugin install`) directly on a real Unraid host and reading its raw output, rather than trusting the webGUI's summarized install log. ## [0.1.0] - 2026-07-12 ### Added - Initial repository scaffolding: directory structure, documentation skeleton, CI workflow stubs, and community health files. - Architecture documentation (`docs/ARCHITECTURE.md`). [Unreleased]: https://github.com/OWNER/unraid-podman/compare/HEAD...HEAD