ChangelogRelease History

Changelog

Track the latest updates, new features, and improvements in Qpage to stay informed about changes in the documentation platform.

Recent Updates

Qpage releases updates regularly to enhance documentation management, improve performance, and add new features. Review the latest changes below to understand new capabilities and required actions.

Subscribe to the RSS feed at /changelog.xml or follow @qpage on social platforms for instant notifications about new releases.

2024-10-15v1.2.0
featureimprovement

New Features

  • Added real-time collaboration for teams, enabling multiple users to edit documentation simultaneously with live cursors and conflict resolution.
  • Introduced AI-powered content suggestions to generate outlines, summaries, and SEO-optimized headings directly in the editor.

Improvements

  • Enhanced search performance by >50% with indexed full-text search across all documentation versions.
  • Updated the dashboard UI with customizable widgets for analytics, recent edits, and version history.

Bug Fixes

  • Fixed rendering issues with nested {code blocks} in MDX previews.
  • Resolved authentication token refresh errors during long editing sessions.
2024-09-20v1.1.0
featurebugfix

New Features

  • Integrated webhook support for custom workflows, such as deploying changes to https://api.example.com/deploy.
  • Added version pinning for stable documentation links that never break.

Bug Fixes

  • Corrected export failures when including images larger than 10MB.
  • Patched security vulnerability in public preview links (CVE-2024-XXXX).
2024-08-10v1.0.0
breakingfeature

Breaking Changes

  • Removed deprecated YAML frontmatter parser; migrate to native MDX parsing for better performance.

New Features

  • Launched core documentation platform with MDX support, version control, and team permissions.
  • Built-in analytics dashboard tracking views, edits, and search queries.

Initial Setup

Run the following to get started:

npm install qpage@latest

Version History Summary

VersionDateKey Changes
v1.2.02024-10-15Collaboration, AI suggestions
v1.1.02024-09-20Webhooks, version pinning
v1.0.02024-08-10Initial release

Found a bug or have a feature request? Open an issue on GitHub at https://github.com/example/qpage.