ChangelogRelease History

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.

2024-12-05v2.0.0
featurebreakingimprovement

Breaking Changes

  • Removed legacy {legacyConfig} option in favor of the new config.v2 structure. 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.
2024-11-15v1.5.0
featurebugfix

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.
2024-10-20v1.4.0
improvementbugfix

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.

Planned
2

AI-assisted content generation

Auto-generate docs from code comments and APIs

Feb 15, 2025

Version pinning

Lock docs to specific versions for stable releases

Jan 30, 2025
In Progress
1

Multi-language support

Translate docs automatically

Research
1

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

Run Migrations

une-cast migrate

Review any breaking changes from the release notes above.

Verify

Test key features like editing and search.

Next Steps