Alpha 0.2.0
- Prompt Editor Page: Introduced a new dedicated prompt editor page, featuring the ability to add new and update existing prompts.
- Export Button: Replaced the backup button with an export button, allowing users to export selected prompts (via checkboxes) to their local computer.
- Settings Page: Introduced a new dedicated settings page, featuring the ability to import and export prompts in CSV format.
- Error Handling: Enhanced error handling in the
popup.js
file of the extension.
- CSV Handling: Improved CSV parsing and generation in the
settings.js
file of the extension, addressing potential issues with content containing commas.
- Performance: Optimized the
loadPrompts
function in the popup.js
file of the extension to reduce unnecessary storage reads.
- Validation & Sanitization: Implemented more comprehensive input validation and sanitization throughout the extension.