Client-side utility collection (password/UUID/QR generators, hashes, Base64/JWT, JSON/YAML formatter, regex tester, cron parser, etc.) from corentinth/it-tools. No state, no volumes, no settings — runs fully in the browser and serves on port 8080. Good smoke-test target for the catalog-sync path. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
55 lines
2.3 KiB
Markdown
55 lines
2.3 KiB
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]
|
|
|
|
### Added
|
|
|
|
- **IT-Tools** (v1.0.0, image `corentinth/it-tools:latest`). A browser
|
|
toolbox: password/UUID/QR generators, hash and HMAC, Base64 / URL /
|
|
JWT decoders, JSON/YAML/SQL formatters, regex tester, cron parser,
|
|
subnet calculator, and the usual long tail. Runs fully client-side —
|
|
no state, no volumes, no settings. Serves on port 8080.
|
|
|
|
## [26.8-alpha] - 2026-04-21
|
|
|
|
### Changed
|
|
|
|
- **fileshare** bumped to v0.1.2: adds `open_url` (`smb://{host}/files`)
|
|
so the core UI can render an Open button that deep-links to the share.
|
|
- **Uptime Kuma** bumped to v1.0.1: adds `open_url`
|
|
(`http://{host}:3001/`) for the same UI Open button. No image or
|
|
compose changes.
|
|
|
|
## [26.7-alpha] - 2026-04-20
|
|
|
|
### Added
|
|
|
|
- **Uptime Kuma** (v1.0.0, image `louislam/uptime-kuma:1`). Self-hosted
|
|
status monitor — pings hosts, checks HTTPS endpoints, watches Docker
|
|
containers, and screams on Telegram/webhook when something breaks.
|
|
No manifest settings: the admin account is created on the first
|
|
browser visit to port 3001. Persists history + config via one
|
|
namespaced volume `furtka_uptime-kuma_data`.
|
|
|
|
## [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.8-alpha...HEAD
|
|
[26.8-alpha]: https://forgejo.sourcegate.online/daniel/furtka-apps/releases/tag/26.8-alpha
|
|
[26.7-alpha]: https://forgejo.sourcegate.online/daniel/furtka-apps/releases/tag/26.7-alpha
|
|
[26.6-alpha]: https://forgejo.sourcegate.online/daniel/furtka-apps/releases/tag/26.6-alpha
|