12
v0.12.0March 2026
Table of Contents, Preview Mode & UX Improvements
- NewTable of contents sidebar with heading navigation and active section tracking
- NewHeading anchors with readable slugs for direct URL navigation (#section)
- NewDocument preview mode with edit/preview toggle in the status bar
- ImprovedDynamic usage limit messages adapting to reset period (daily, monthly, yearly)
- ImprovedResponsive editor header that collapses gracefully when AI assistant is open
- ImprovedAuto-completion now clears when cursor moves away or block type changes
- FixedFixed auto-completion ghost text persisting after heading conversion
- FixedFixed editor toolbar buttons being clipped by table of contents panel
11
v0.11.0February 2026
Version History, Shortcuts & Writing Stats
- NewVersion history with automatic snapshots every 5 minutes and manual save
- NewVisual word-by-word diff to compare any version with current content
- NewOne-click restore to any previous version with automatic backup
- NewCustomizable keyboard shortcuts with click-to-record and conflict detection
- NewWriting statistics with daily word count, streak counter, and 7-day chart
- ImprovedNew Shortcuts tab in Settings with 16 configurable editor actions
- ImprovedWriting stats widget added to workspace dashboard alongside usage history
- ImprovedEditor header now includes version history and save version buttons
10
v0.10.0February 2026
Billing, Usage Analytics & Performance
- NewStripe billing integration with Pro subscription plans (monthly & yearly)
- NewUsage analytics dashboard with interactive charts (7d/30d/90d)
- NewProductivity charts on landing page showcasing AI impact
- NewAWS S3 cloud storage for document images
- NewTrash system with 30-day auto-purge and batch restore
- NewRetention discount system for subscription cancellation
- ImprovedSmoother page transitions with loading indicators across the dashboard
- ImprovedAuth pages now show proper loader instead of empty card during initialization
- ImprovedUsage limits now configurable per plan via environment variables
- FixedFixed hydration mismatch in pricing component caused by server/client env variable discrepancy
- FixedFixed chart hover and stroke styling for cleaner visual appearance
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