Compare commits

..

No commits in common. "main" and "fix/on-start-consumer-env" have entirely different histories.

5 changed files with 4 additions and 6 deletions

View file

@ -7,8 +7,6 @@ This project uses calendar versioning: `YY.N-stage` (e.g. `26.0-alpha` = 2026, r
## [Unreleased]
## [26.18-alpha] - 2026-06-04
### Fixed
- **`on_start` dependency hooks now receive the consumer's stored

View file

@ -1,6 +1,6 @@
[project]
name = "furtka"
version = "26.18-alpha"
version = "26.17-alpha"
description = "Open-source home server OS — simple enough for everyone."
requires-python = ">=3.11"
readme = "README.md"

View file

@ -1,7 +1,7 @@
---
title: "Furtka"
description: "Offenes Heimserver-Betriebssystem — einfach genug für alle."
status: "<span class=\"mono\">26.18-alpha</span> — in Arbeit"
status: "<span class=\"mono\">26.16-alpha</span> — in Arbeit"
# features_today / features_next müssen index-parallel zu content/_index.md bleiben.
intro: |
**Furtka** ist ein offenes Heimserver-Betriebssystem.

View file

@ -1,7 +1,7 @@
---
title: "Furtka"
description: "Open-source home server OS — simple enough for everyone."
status: "<span class=\"mono\">26.18-alpha</span> — work in progress"
status: "<span class=\"mono\">26.16-alpha</span> — work in progress"
# Keep features_today / features_next index-aligned with content/_index.de.md.
intro: |
**Furtka** is an open-source home server OS.

View file

@ -6,7 +6,7 @@ enableRobotsTXT = true
[params]
description = "Open-source home server OS — simple enough for everyone."
version = "26.18-alpha"
version = "26.16-alpha"
contactEmail = "hallo@furtka.org"
[markup.goldmark.renderer]