Nashra Changelog
Stay updated with the latest releases, features, and improvements in Nashra.
Recent Highlights
Track Nashra's evolution with these key updates. You gain new tools for writing, publishing, and growing your personal brand faster.
Latest Release
v1.2.0 delivers real-time collaboration and performance boosts.
Bug Fixes
Critical stability improvements across publishing workflows.
Upcoming
Preview what's next for your documentation experience.
Latest Releases
New Features
- Real-time collaboration: Invite team members to co-edit documents live.
- Custom themes: Apply your brand color
{#3B82F6}and styles via simple JSON config.
Improvements
- 40% faster publishing to custom domains.
- Enhanced SEO with automatic meta tags and sitemaps.
Bug Fixes
- Fixed sync issues during offline editing.
- Resolved image upload failures on mobile.
New Features
- Embed videos and interactive components directly in docs.
- Analytics dashboard: Track views and engagement on your published pages.
Bug Fixes
- Patched export errors for large documents
{>50MB}. - Corrected dark mode toggle persistence.
Initial Release
- Core writing and publishing engine.
- Personal brand builder with custom domains and social sharing.
- MDX component support for rich documentation.
Breaking Changes
- Updated config format: Migrate
apiKeytoauth.token.
Upgrade Instructions
Follow these steps to update Nashra and access the latest features.
Check Current Version
Run this command in your project root:
npm list nashra
Install Latest
npm install nashra@latest
yarn add nashra@latest
pnpm add nashra@latest
Restart Server
Rebuild and restart your documentation site.
npm run dev
Backup your nashra.config.js before upgrading. Test in a staging environment if you use custom plugins.
Notable Bug Fixes
Across recent releases, you benefit from these stability enhancements:
| Issue | Release | Impact |
|---|---|---|
| Offline sync failures | v1.2.0 | Documents now save reliably without internet. |
| Mobile image uploads | v1.2.0 | Full support for iOS and Android browsers. |
| Export size limits | v1.1.0 | Handle documents {>100MB} seamlessly. |
| Dark mode persistence | v1.1.0 | Settings stick across sessions. |
Full Release History
Upcoming Changes
v1.3.0 (ETA: November 2024) introduces AI-assisted writing and multi-language support. Watch this space for beta access.
// nashra.config.js (v1.2.0+)
export default {
theme: {
primary: '#3B82F6',
collaboration: true
},
auth: {
token: process.env.NASHRA_TOKEN // Use `your-token-here`
}
};
Last updated today