Releases: coko7/watari
Releases · coko7/watari
Release list
watari: v0.5.0
watari: v0.4.0
watari: v0.3.0
v0.2.0
Project renamed from KyoSabi to Watari. No functional changes to the app itself — this release is naming, docs, and CI groundwork.
Changed
- 🏷️ Renamed KyoSabi → Watari, throughout the crate, Docker service/volume names, and all docs/comments (
kyosabi.md→watari.md). - 📄 README rewrite: project description, badges (crates.io, license, top-language, CI), and WIP disclaimer.
- 🎨 HTML templates reformatted to consistent 2-space indentation.
CI
- ✅ Added GitHub Actions pipeline (
rust.yml): build + test, clippy lints, andcargo fmt --checkon push/PR tomain.
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial release. Web GUI frontend for rustypaste, adding SSO, per-group access control, and optional client-side encryption on top of rustypaste's bearer-token-only API.
Features
- 🔐 OpenID Connect SSO — login flow (PKCE + state/nonce), silent token refresh, tested against Zitadel and other multi-audience OIDC providers.
- 🗂️ Per-group token mapping —
token-bindings.yamlmaps OIDC groups to rustypaste tokens/permissions; first matching rule wins. Admin status derived from thedeletepermission. - 🔒 Client-side encryption — optional password-based AES-GCM (WebCrypto) encryption; plaintext/password never reach the server.
- 📋 Dashboard, upload, paste, and shorten-URL pages (HTMX + Askama).
- 🗑️ Paste management: paginated listing, delete via
/api/pastes/{id}. - 🛡️ Admin token-bindings viewer.
- 🌐 Public, SSRF-guarded decrypt endpoint for sharing encrypted links.
- ⚙️ CSRF protection, static CSP headers, and rate limiting on all mutating routes.
- 🗄️ SQLite-backed sessions and upload log, migrations run automatically at startup.
- 🐳 Docker Compose deployment path.
Full Changelog: https://github.com/coko7/kyosabi/commits/v0.1.0