Unreleased
Features
-
Enhanced empty states – Added custom images (
notebook.png,project.png,subscription.png) and flexible styling to the empty‑state component, making it clearer when no data is available. -
Streamlined checkout flow – Removed the dedicated success page and header; users are now redirected directly to the subscription settings after checkout, reducing friction.
-
AI integration guide – Provided documentation and example environment variables for AI features, and updated token API routes to support the new workflow.
-
AI prompt templates & subscription‑based template management – Introduced diverse AI prompt templates and utilities for managing templates, with access controlled by subscription level.
-
Refund policy page – Added a public refund policy page and linked it in the site footer for greater transparency.
-
Branding and pricing updates – Refreshed company and product branding, updated billing plan IDs, and enabled the pricing section on the website.
-
Middleware access for resources – Updated middleware to allow unauthenticated access to
/resourcesand refactored constant import paths for cleaner code. -
Template context column & markdown repository – Added a new context column to templates, updated default templates with a new architecture, and included a comprehensive markdown template repository.
-
AI mistake message – Implemented a user‑friendly message displayed when the AI generates an error, improving the overall experience.
Bug Fixes
- Fixed a middleware issue that caused incorrect routing behavior.
Improvements
-
Code refactoring – Changed project and release‑note IDs from numbers to strings and updated API parsing logic for better type safety.
-
Tests added – Introduced new test files for webhook handling and API routes, increasing test coverage.
-
UI and styling tweaks – Various minor UI adjustments, including dialog fixes, color schema updates, and responsive layout improvements.
Maintenance
- Renamed CLI tool references from
rlntoarnand added a.env.examplefile with OpenAI configuration placeholders.
Other Changes
-
Fixed prompt handling and removed obsolete context entries.
-
Implemented extensive SEO enhancements (added
robots.txt,sitemap.xml, structured data components, and meta tags) to improve search visibility. -
Updated various icons, logos, and assets for consistency across the platform.
-
Cleaned up unused files and streamlined project structure.
No breaking changes are included in this release.