ChangelogRelease History
Changelog

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 Releases

2024-10-15v1.2.0
featureimprovement

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.
2024-09-20v1.1.0
featurebugfix

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.
2024-08-10v1.0.0
breakingfeature

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 apiKey to auth.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

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:

IssueReleaseImpact
Offline sync failuresv1.2.0Documents now save reliably without internet.
Mobile image uploadsv1.2.0Full support for iOS and Android browsers.
Export size limitsv1.1.0Handle documents {>100MB} seamlessly.
Dark mode persistencev1.1.0Settings 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`
  }
};
Was this page helpful?
Built with Documentation.AI

Last updated today