| title | Changelog |
|---|---|
| description | Track the latest updates, new features, and improvements in Paperguide. |
Paperguide releases updates regularly to enhance your documentation experience. You review this changelog to stay informed about new features, improvements, bug fixes, and breaking changes. Each release includes detailed notes on what changed and how it affects your workflow.
Subscribe to the RSS feed at `/rss.xml` to get notifications about new releases directly.Check the latest versions below. You find release notes organized by date, with semantic versioning for easy tracking.
<Update label="2024-10-15" description="v1.5.0" tags={["feature", "improvement"]}>
- Added advanced search with full-text indexing across all documentation pages
- Introduced real-time collaboration for teams to edit docs simultaneously
- New version history viewer lets you compare changes between revisions
- Enhanced performance with lazy loading for large documentation sites
- Updated UI components for better mobile responsiveness
- Fixed rendering issues with nested code blocks in MDX files
- Resolved export errors when including images in PDF generation
<Update label="2024-09-25" description="v1.4.2" tags={["bugfix", "security"]}>
- Patched potential XSS vulnerability in user-uploaded images
- Corrected sidebar navigation collapse on certain screen sizes
- Fixed API rate limiting that blocked legitimate requests
- Updated all dependencies to latest secure versions
<Update label="2024-09-10" description="v1.4.0" tags={["feature", "breaking"]}>
- Integrated custom domains for publishing documentation sites
- Added analytics dashboard to track page views and user engagement
- Removed legacy YAML frontmatter parser; migrate to standard format
- API endpoints now require
Authorizationheader instead of query params
- Optimized build times by 40% for sites with
{100+}pages
Follow these steps to upgrade your instance safely. You run these commands in your project root.
Create a full backup before proceeding.
cp -r ./docs ./docs-backup
git commit -m "Backup before upgrade"Rebuild your documentation and deploy.
npm run build
npm run deployExplore changes by type using these tabs.
New capabilities added in recent releases include search improvements and collaboration tools. Stability enhancements like XSS patches and navigation fixes. Deprecated parsers and updated auth methods—plan migrations accordingly.