Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 17 Apr 18:30
· 84 commits to main since this release
Immutable release. Only release title and notes can be modified.
a3418df

Docker

docker pull ghcr.io/stevehansen/scribegate:0.2.0

CLI

dotnet tool install -g Scribegate.Cli --version 0.2.0

Changes

  • 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