What is new in pre7
Fix: updater no longer downgrades prerelease to stable
The built-in 'Update Now' button previously always fetched \update.sh\ from the \main\ branch, which points to the stable release line. Prerelease installs are now detected via the \VERSION\ file and the updater fetches from the \�1.0.0\ branch instead — preventing an unintended downgrade to v0.5.x.
Fix: static IP guard in container creation
When a container was configured with network type 'static' but no IP/CIDR was entered, the resulting \pct create\ command contained \ip=static\ and failed. The build script now detects this and falls back to DHCP with a warning. The web UI (ConfigurationModal) was also fixed to not forward \var_net=static\ without an accompanying address.
Feature: configurable container detection tag
Auto-detection previously only recognised containers tagged \community-script. You can now override this in Settings → General → Container Detection Tag with any tag you prefer (e.g. \cs). The value is persisted in .env\ as \CONTAINER_DETECTION_TAG.