Back
06 Sep, 2024

Beta 0.2.0

Changed

  • UI Revamp: Completely revamped the UI of the editor, settings, and prompt page for a more modern look and better UX. Forms now have a consistent design, enhancing overall aesthetics.
  • License Change: Changed license from Apache 2.0 to proprietary. This change prevents unauthorized use, modification, and redistribution of our source code. The proprietary license ensures better protection of our intellectual property and allows us to maintain control over the distribution and usage of our software, which is crucial for our business model and future development plans.

Added

  • Variable Colors: Added variable colors for the final prompt preview on the prompt page, displaying filled input variables in one color and unfilled input variables in another for better comprehension.
  • Double Curly Braces: Introduced double curly braces for each variable, which will also be displayed in the final preview of the prompt page. This helps users understand which variable corresponds to what, and it will pass the data to the chatbot in this format for improved results.
  • Jump Link Feature: Implemented a jump link feature for each variable from the preview to the input field, allowing users to click and quickly navigate to the relevant input field instead of scrolling manually.
  • Copy & Insert Button: Made the Copy & Insert button disabled until users fill the required variable fields set from the backend. Added a warning message if required variable fields are not filled, with a closing option.

Improved

  • Documentation: Significantly enhanced the README.md file with more comprehensive information about features, installation, usage, and development setup.
  • Changelog Format: Restructured the CHANGELOG.md file to better adhere to the Keep a Changelog format and clearly explain the versioning system.

Fixed

  • Versioning Clarity: Addressed inconsistencies in version numbering and added explicit explanation of the versioning system in the changelog.
  • Settings Page Back Button: Corrected the behavior of the back button on the settings page to properly redirect to the default popup page instead of closing the popup.
  • Export Feature: Resolved issues with the export functionality on the main popup page to correctly handle prompts containing special characters in the textarea.
  • Variable Input Display: Improved the visibility of variable input data when accessing the prompt composer via different routes. Now, variable data is fully visible regardless of whether accessed through the prompt editor page or by clicking a prompt item on the default popup page.
  • Settings Page Design: Updated the settings page design to align with the overall extension aesthetic, addressing the previously pending design update.

Known Issues

  • Variable Configuration Loss: The variables configurations are lost after importing prompts using the import option on the settings page. This issue is currently under investigation and will be addressed in a future update.
  • Claude Chat Compatibility: The extension has stopped working on Claude chat. This issue has been identified and will be fixed in a future update.