Changelog
Version history with recent updates, new features, and changes.
Recent Releases
Track the latest improvements and fixes in Unecast. You can find detailed release notes, migration guides, and upgrade instructions below.
Breaking Changes
- Removed legacy
{legacyConfig}option in favor of the newconfig.v2structure. Update your settings files accordingly.
New Features
- Added real-time collaboration for documentation spaces. Multiple users can now edit pages simultaneously.
- Introduced advanced search with filters for projects, tags, and versions.
- New dashboard widgets for quick access to recent docs and analytics.
Improvements
- Enhanced performance for large documentation sites, reducing load times by up to
50%. - Improved mobile responsiveness across all views.
Bug Fixes
- Fixed sync issues when importing from external Markdown sources.
- Resolved editor crashes on undo/redo with complex nested lists.
New Features
- Project templates for quick setup of common documentation structures.
- Webhook support for integrating with CI/CD pipelines.
Bug Fixes
- Corrected export to PDF rendering for tables and images.
- Fixed permission errors in organization-level sharing.
Improvements
- Faster indexing for search across large repositories.
- Better diff viewer for version comparisons.
Bug Fixes
- Patched security vulnerability in file upload handling (CVE-2024-XXXX).
- Fixed keyboard navigation in the sidebar menu.
Upcoming Changes
Review the planned roadmap to prepare for future updates.
AI-assisted content generation
Auto-generate docs from code comments and APIs
Version pinning
Lock docs to specific versions for stable releases
Multi-language support
Translate docs automatically
Analytics dashboard
Track doc usage metrics
Subscribe to our RSS feed or join the community Discord for instant release notifications. Check the GitHub releases page for full changelogs.
Upgrade to Latest Version
Follow these steps to update Unecast smoothly.
Backup Your Data
Export all projects via the admin panel.
une-cast export --all > backup.json
Update Package
npm install une-cast@latest
docker pull une-cast:latest
docker-compose up -d
Run Migrations
une-cast migrate
Review any breaking changes from the release notes above.
Verify
Test key features like editing and search.