9
v0.9.0February 2026
AI Auto-Completion & Onboarding
- NewAI auto-completion with inline ghost text suggestions
- NewInteractive onboarding flow for new users (4 steps with animations)
- NewAuto-completion usage limits and tracking per plan
- ImprovedEditor header now stays sticky when scrolling long documents
- ImprovedUpdated translations for all 16+ supported languages
- FixedFixed image upload handling in the editor
8
v0.8.0January 2026
AI Chat Agent & Document Labels
- NewAI Chat Assistant with conversational interface for text improvements
- NewAI change review system with visual diffs and accept/dismiss
- NewColor-coded label system for document organization
- NewDocument search with filters by status, labels, and text
- ImprovedRefactored AI chat with SOLID architecture and service layer
- ImprovedReal-time changes counter in editor toolbar
- FixedFixed authentication page layout on mobile devices
7
v0.7.0December 2025
Multi-Format Export & Import
- NewExport to PDF, DOCX, LaTeX, ODT, and Markdown
- NewImport from Markdown, HTML, and TXT files with image support
- NewImage upload with drag-and-drop and secure local storage
- ImprovedOptimized Webpack code splitting for faster page loads
- ImprovedAdded retry manager with exponential backoff for resilience
- FixedFixed document sync issues during concurrent editing
6
v0.6.0November 2025
Cloud Storage & Mentions
- NewTipTap Cloud integration for document storage
- NewUser mentions with @ syntax
- NewJWT token generation for secure document access
- ImprovedYjs binary document format for reliable storage
- FixedFixed document sync issues between sessions
5
v0.5.0October 2025
Notion-Like Editor
- NewNotion-like editor with 50+ TipTap extensions
- NewSlash commands (/) with contextual menu for quick insertion
- NewEmoji picker with search and categories
- NewTables, task lists, blockquotes, and horizontal rules
- NewCode blocks with syntax highlighting for 100+ languages
- ImprovedIsolated editor styles with PostCSS prefix selector
- FixedFixed editor focus management and keyboard navigation
4
v0.4.0September 2025
Settings & Preferences
- NewSettings page with theme, language, and account management
- NewLight, dark, and system theme modes
- New16+ language support via next-intl
- NewGDPR compliance: data export (CSV) and account deletion
- ImprovedModern sidebar with avatar, navigation, and quick actions
- FixedFixed theme flickering on page load
3
v0.3.0August 2025
Document Management
- NewFull CRUD operations for documents with owner-based access
- NewDocument archiving and restoration
- NewDocuments panel with real-time search
- NewPagination with 20 documents per page
- ImprovedServer Actions with security wrappers and Zod validation
- ImprovedOptimistic updates for fluid UX with error rollback
2
v0.2.0July 2025
Security & Authentication
- NewClerk authentication with social login support
- NewContent Security Policy (CSP) adapted for TipTap and Clerk
- NewRate limiting on critical endpoints (10 req/min)
- NewAudit logging for sensitive actions
- ImprovedSecurity headers: HSTS, X-Frame-Options, X-Content-Type-Options
1
v0.1.0June 2025
Initial Release
- NewNext.js 15 App Router with TypeScript and React 19
- NewPostgreSQL database with Prisma ORM
- NewBasic document creation and editing
- NewResponsive design with Tailwind CSS and shadcn/ui