mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2026-09-10 21:26:48 +00:00
Release version 2.1.2
This commit is contained in:
@@ -1,5 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [2.1.2] - 2026-09-10
|
||||||
|
|
||||||
|
* CI: lint tests install the project first, so the image publishes again
|
||||||
|
* Tooling: make test runs every local suite in .venv and keeps going
|
||||||
|
* Image: multi-stage build ships only runtime assets, no node or dev packages
|
||||||
|
* Security: CodeQL findings fixed; iframe links only open configured origins
|
||||||
|
* i18n: interface strings translated for all 184 languages, test-enforced
|
||||||
|
|
||||||
## [2.1.1] - 2026-09-10
|
## [2.1.1] - 2026-09-10
|
||||||
|
|
||||||
* Accessibility: header icons are *aria-hidden*, links read by label alone
|
* Accessibility: header icons are *aria-hidden*, links read by label alone
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "portfolio-ui"
|
name = "portfolio-ui"
|
||||||
version = "2.1.1"
|
version = "2.1.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"
|
||||||
|
|||||||
Reference in New Issue
Block a user