v0.2.0
·
84 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Docker
docker pull ghcr.io/stevehansen/scribegate:0.2.0CLI
dotnet tool install -g Scribegate.Cli --version 0.2.0Changes
- docs: update endpoint paths and examples for owner/slug URLs
- feat(cli,git): address repos by owner/slug in CLI and clone URL
- feat(ui): route and navigate through {owner}/{slug} URLs
- feat(api): prefix repository routes with {owner}
- feat(core,data): add OwnerId to Repository (M5 foundation)
- feat(web): add SMTP test email button and endpoint
- feat(web): make admin settings editable and add footer with version
- fix(docker): install curl in runtime image so HEALTHCHECK works
- fix(docs): repair broken mkdocs links blocking strict build
- feat(web): add legal docs, operator imprint, and audit IP retention
- feat(web): add markdown templates, static site generation, and git clone
- feat(web): add repository webhooks and zip export
- feat(web): add share links and API token management UI
- feat(cli): add README, license, and package metadata to NuGet pack