Changelog
Discover what's new and improved in PromptAura
v1.7.0 Latest
Added
- Multi-Model AI Support: Route prompts to multiple AI providers (OpenAI, Anthropic, Google, and more) through a secure server-side proxy with per-provider API key management.
- Prompt Versioning & Rollback: Full version timeline with side-by-side diff comparison, change classification, and one-click restore. Includes manual save/load and auto-save safety net.
- Cmd+K Global Search: Instant full-text search palette across all sessions and folders — search, filter, and jump to any prompt without leaving the keyboard.
- Landing Page Rebuild: Complete website redesign with GSAP scroll animations — new hero, features showcase, pricing, FAQ, and final CTA sections.
- Mobile Session Manager: Overhauled mobile UX with expandable FAB (New Session / New Folder), back-button navigation, and in-context folder rename & delete.
Changed
- Clipboard Rename: Renamed "Prompt History" → "Clipboard" to distinguish it from the new Version History feature.
- Accessibility & Honesty: WCAG compliance pass across the website, replaced inflated stats with real numbers, and cleaned up the hero layout.
Fixed
- Mobile Scroll: Seamless single-page scroll replacing the split-panel layout; fixed history button crop and tightened the icon cluster.
- Folder Rename: Switched from inline input to modal with portal rendering, fixing mobile focus issues and z-index stacking conflicts.
- SSR Stability: Resolved GSAP animation crashes during server-side rendering — animations now load via
client:onlywith plugin registration deferred touseEffect.
v1.6.0
Added
- Public Prompt Library: Browse, search, and filter community prompts by category — now live on the public website.
- Mobile Floating Navigation: Unified floating pill nav across all pages for a cleaner mobile experience.
- Blog Reading Progress: Social sharing buttons and a reading progress bar on blog articles.
- RSS Feed: Subscribe to blog updates at
/rss.xml. - Blog Archives: Browse posts by tag, category, or author with dedicated archive pages.
Changed
- Blog Listing: Feature images now render on blog grid cards, with related posts at the bottom of each article.
- Library Category Filter: Replaced dropdown with horizontal chips for better mobile UX.
- Mobile Editor: Merged editor and form into a single scroll with a side quick-jump nav.
Fixed
- Mobile Nav: Resolved floating pill nav overlap issues and added bottom padding across all pages.
- Blog Formatting: Fixed markdown rendering, table of contents extraction, and feature image uploads.
v1.5.0
Added
- Diff Viewer Enhancements: Variable detection with
{{highlighting}}, change classification (added/removed/modified), a summary bar with counts, and keyboard shortcuts (n/p) to jump between changes. - Public API v1: Developer API with API key management — create, list, and revoke keys from Settings. CRUD endpoints for prompts at
/api/v1. - Public Sharing: Share prompts publicly and collaborate with others via shareable links.
- Copy Summary: One-click button to copy diff change summaries to clipboard.
Changed
- Diff View: Improved unified view with word-level highlighting and per-line recalculation.
v1.4.0
Added
- Accessibility: Added ARIA labels, keyboard navigation, and focus indicators throughout the app.
- Rate Limiting: Dual-layer rate limiter (in-memory + Cloudflare KV) to protect against abuse.
- Error Reporting: Structured error reporter with optional Sentry integration for faster bug fixes.
Changed
- Security Hardening: Prevented secrets leak in builds, added Zod input validation across all API routes.
- App Architecture: Modularized the codebase into reusable components and hooks for better maintainability.
- Markdown Parsing: Improved markdown rendering in the post editor.
- Asset Caching: Added Cloudflare Pages caching headers for faster page loads.
v1.3.0
Added
- Terms of Service: Redesigned Terms of Service page with a modern UI.
- Homepage Expansion: Added comprehensive details to the homepage features section.
Changed
- Mobile Header: Improved mobile header layout with a secondary bar and better responsiveness for the SessionBrowser.
- Visual Polish: Enhanced the loading screen, updated footer branding, and improved overall typography readability.
v1.2.0
Added
- Mobile Navigation: Added floating bottom navigation for mobile UI (Main App & Blog Editor).
- Blog Management: Upgraded blog editor sidebar with comprehensive metadata, author selection, categories, and tags badge input.
- Blog Reading UX: Added mobile table of contents with heading extraction.
- AI Media: Linked AI-generated image creation directly to articles.
Changed
- Editor Engine: Migrated the core blog editor to a new rich text engine (Slate-based Plate.js) from BlockNote.
- Social Sharing: Updated meta tags and Open Graph data for better social link previews.
v1.1.0
Added
- Branding Assets: Deployed comprehensive favicon and app icon assets.
- Authentication: Integrated Google OAuth.
- Admin Dashboard: Launched a comprehensive administrator dashboard with glassmorphism design for managing blogs and media.
Changed
- Synchronization: Implemented improved deletion synchronization for the cloud sync feature.
Fixed
- Authentication: Resolved cross-subdomain cookie sharing issues for seamless administrator access.