更新日志

更新日志

每一次更新、改进和修复——全在一处。

v0.5.0

AI Enhancement & Context Engine

featureai

New Features

  • Enhanced AI Engine — Upgraded AI summarization with improved accuracy and multilingual support
  • Cumulative Context Engine — Series context now accumulates across meetings for smarter summaries
  • Custom Summary Templates — Create and manage templates per series type

Improvements

  • AI provider selection UI in Workspace Settings
  • Series-level template selection via dropdown menu
  • Context summary and timestamp fields on Series model

Bug Fixes

  • Fixed CORS origin parsing error with pydantic-settings v2.6+
  • Fixed X-Frame-Options blocking Keycloak silent SSO iframe
v0.4.0

Real-time Meeting & AI Summary

featuremeeting

New Features

  • Real-time Transcription — Browser-based speech-to-text with auto-restart and audio boost
  • AI-powered Summarization — Generate structured summaries with action items automatically
  • Action Item Tracking — Auto-extracted tasks with assignee detection and status management
  • Participant Tracking — Real-time join/leave tracking with avatars

Improvements

  • WebSocket-based meeting notes with upsert pattern (single transcript per user)
  • Auto-save with 30-second intervals and 5-second silence detection
  • Meeting state management (active → paused → completed)

Infrastructure

  • Production hardening: JWT audience mapper, JWKS cache, security headers
  • Mobile responsive design with md:768px breakpoint
  • Cloudflare Tunnel for external access via custom domain
v0.3.0

Series, Meetings & Workspace Management

featurecore

New Features

  • Workspace Management — Create, list, update workspaces with member invites
  • Series System — Recurring meeting groups (series) with CRUD operations
  • Meeting Management — Create meetings, manage states, view meeting history
  • Keycloak Authentication — OpenID Connect with auto-user creation from JWT tokens

Frontend

  • Dashboard with workspace list and creation
  • Series detail page with meeting list
  • App layout with 3-column structure (WsRail + Sidebar + Content)
  • TanStack Query hooks for data fetching

Infrastructure

  • Docker Compose setup with Caddy reverse proxy
  • PostgreSQL database with Alembic migrations
  • Keycloak realm configuration with test accounts