mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2026-09-23 19:03:18 +00:00
Compare commits
1 Commits
fix/iframe
...
v2.2.2
| Author | SHA1 | Date | |
|---|---|---|---|
| d386160237 |
@@ -1,5 +1,14 @@
|
||||
# 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
|
||||
|
||||
* Images: releases ship arm64 next to amd64, for ARM servers and Apple Silicon
|
||||
|
||||
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "portfolio-ui"
|
||||
version = "2.2.1"
|
||||
version = "2.2.2"
|
||||
description = "A lightweight YAML-driven portfolio and landing-page generator."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
|
||||
Reference in New Issue
Block a user