Skip to content

v1.1.0

Choose a tag to compare

@kuyazee kuyazee released this 19 Jul 16:59
· 200 commits to main since this release
e1d9e76

What's new in v1.1.0

Storage backends

  • Pluggable storage layer with a local backend foundation
  • S3-compatible backend for durable, restart-proof hosting
  • Git backend (commit + push on every change)
  • Postgres and SQLite backends

Hosting

  • Host Flutter web (SPA) builds as zip sites
  • Astro static-site example + subpath deploy guidance

Artifact UI

  • Redesigned admin UI with a warm boutique identity
  • Group artifacts by project (dedicated field + search)
  • Artifact tags with click-to-filter
  • Optional hidable top frame for served artifacts
  • Responsive row actions with an overflow menu

CLI & registry

  • Artifacts CLI: publish/deploy/update/list/rename/disable/expire
  • MCP Registry metadata (server.json + OCI image label)

Docs

  • README restructured as a landing page + docs/ reference split
  • Added .env.example
  • flutter-demo frame + ?raw=1 full-screen notes

Full changelog: https://github.com/kuyazee/artifacts-host/compare/v1.0.0...v1.1.0