Version 0.6.0
Release Date: March 14, 2026
🛍️ Question Template Marketplace GUI
This release introduces a dedicated question template marketplace experience in the GUI for discovering and reviewing published templates before reuse.
What You Can Do
- Browse published templates from a dedicated marketplace view
- Search and filter templates by category, tags, difficulty, and question type
- Switch between folder and card views depending on how you prefer to explore content
- Open richer detail pages with improved question rendering and navigation between loaded results
- Keep your place while browsing with preserved filters, view mode, and back-navigation state
🔐 Multi-Provider Login Setup for SaaS
Authentication is now structured for provider-based sign-in in SaaS deployments.
Highlights
- Provider discovery support so clients can show the correct sign-in options
- Configurable enabled providers for hosted deployments
- Email and external provider readiness in the same auth configuration model
- External identity linking support for provider-backed accounts
This makes it easier to run the service with a branded sign-in experience across different deployment environments.
🔎 Question Template Search Improvements
Question template search now returns richer marketplace data and supports better owner workflows.
Changes
- Owner-only filtering is now supported in template search for management views
- Search and list responses include tags, improving discovery and filtering in the GUI
- Published template metadata is surfaced more cleanly for marketplace suggestions and filters
📢 Publish and Unpublish Templates
Template visibility can now be managed directly without recreating content.
What Changed
- Publish a template when it is ready for marketplace visibility
- Unpublish a template when it should no longer appear publicly
- Manage visibility from owner-focused template screens with clearer publish state controls
- Marketplace results remain limited to published templates for public browsing
📋 Public API Updates
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v1/auth/providers | Return enabled login providers and the default provider |
| POST | /api/v1/question-templates/search | Search question templates with richer filters, including owner-only results |
| POST | /api/v1/question-templates/{id}/publish | Publish a question template |
| POST | /api/v1/question-templates/{id}/unpublish | Unpublish a question template |
🛡️ Security Updates
- Authentication and provider configuration hardening for hosted deployments
- Safer external sign-in flow handling for provider-based login
- General security improvements across auth and template visibility flows
⚡ Other Improvements
- Improved loading and error states in marketplace browsing flows
- Cleaner visibility management between public marketplace browsing and owner template management
- Better template discovery UX through tag-aware responses and published-template suggestions
Breaking Changes
None. Existing core quiz and question workflows remain compatible.