Initial layout: apps/fileshare/ (seeded from daniel/furtka apps/), CI (JSON + manifest validator + shellcheck), release pipeline (tag-driven, mirrors core repo), vendored manifest schema for offline validation. The core repo (daniel/furtka) at 26.6-alpha keeps apps/fileshare as a seed so offline first-boot still has an installable app; this catalog becomes authoritative once a box has synced at least once. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
24 lines
1,010 B
Markdown
24 lines
1,010 B
Markdown
# Changelog
|
|
|
|
All notable changes to the Furtka apps catalog will be documented here.
|
|
Format: [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|
Versioning: CalVer (`YY.N`) — same scheme as the core Furtka repo.
|
|
|
|
## [Unreleased]
|
|
|
|
## [26.6-alpha] - 2026-04-20
|
|
|
|
### Added
|
|
|
|
- Initial catalog release. Carries one app: **fileshare** (v0.1.1, SMB
|
|
share over `dperson/samba`). Copied from the `daniel/furtka` seed so
|
|
boxes on 26.6 see the same fileshare bits whether they pull the
|
|
catalog or fall back to the bundled seed.
|
|
- Release pipeline + CI parity with the core repo:
|
|
`scripts/build-catalog-tarball.sh`, `scripts/publish-catalog-release.sh`,
|
|
`scripts/validate-catalog.py` (CI guardrail — loads every manifest via
|
|
the vendored `furtka.manifest.load_manifest` + cross-checks compose
|
|
volume references).
|
|
|
|
[Unreleased]: https://forgejo.sourcegate.online/daniel/furtka-apps/compare/26.6-alpha...HEAD
|
|
[26.6-alpha]: https://forgejo.sourcegate.online/daniel/furtka-apps/releases/tag/26.6-alpha
|