1 Commits

Author SHA1 Message Date
d386160237 Release version 2.2.2 2026-09-23 10:27:21 +02:00
2 changed files with 10 additions and 1 deletions

View File

@@ -1,5 +1,14 @@
# Changelog # Changelog
## [2.2.2] - 2026-09-23
* Vendor assets: marked 18 is found again, so the image build stops failing
* Iframe: a page without an iframe parameter no longer frames itself
* Security: the iframe and the new tab only open a URL the validator returned
* Tests: the inline-script check parses the page instead of matching a regex
* Tests: a regression spec guards the page that carries no iframe parameter
* CI: the Node jobs run the version Cypress 16 supports
## [2.2.1] - 2026-09-23 ## [2.2.1] - 2026-09-23
* Images: releases ship arm64 next to amd64, for ARM servers and Apple Silicon * Images: releases ship arm64 next to amd64, for ARM servers and Apple Silicon

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "portfolio-ui" name = "portfolio-ui"
version = "2.2.1" version = "2.2.2"
description = "A lightweight YAML-driven portfolio and landing-page generator." description = "A lightweight YAML-driven portfolio and landing-page generator."
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"