Subscribe
10 Sep, 2024

Beta 0.2.5

Added

  • Popup Page Icons: Added relevant icons to the popup page buttons and search bar.
  • Settings Pages Button UI & Icons: Added relevant icons to the settings page buttons and improved the UI of the buttons.
  • Sorting Options: Introduced a dedicated sorting option for prompts, allowing users to sort based on various parameters including:
    - Default
    - Random
    - Favorites to Least Favorites
    - Least Favorites to Favorites
    - A to Z
    - Z to A
    - Oldest to Newest
    - Newest to Oldest
    - Most Modified to Least Modified
    - Least Modified to Most Modified
    - Most Used to Least Used
    - Least Used to Most Used
    - Most Variables to Least Variables
    - Least Variables to Most Variables
    - Most Relevant to Least Relevant
    - Least Relevant to Most Relevant
  • Reset Sorting Mechanism: Added a reset mechanism that replaces the dropdown arrow icon with a reset icon in a bright color when a sorting option other than default is selected, allowing users to easily reset to default mode.

Improved

  • Variable Format: Enhanced the variable format by using a JSON-like format with double curly braces to wrap the data instead of single curly braces, providing a better preview for users on the prompt page.
  • Input Variable Appearance: Improved the appearance of input variable names by adding colors that match the preview variable colors.
  • Search Bar Redesign: Redesigned the search bar to enhance the UI for a better user experience.

Fixed

  • Claude Integration: Fixed the integration issue with Claude; the copy and insert button is now functioning correctly.
  • Minor Errors: Resolved minor errors occurring when loading any page.

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.
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.
04 Sep, 2024

Beta 0.1.0

Changed

  • Release Stage: Transitioned from Alpha to Beta, reflecting increased stability and feature completeness.

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.
03 Sep, 2024

Alpha 0.4.0

Added

  • UI Overhaul: Completely revamped the UI design, featuring a modern look with dark, eye-friendly colors and gradient accents for a fresh, contemporary feel.

Improved

  • Enhanced UX: The user experience has been significantly improved, making navigation and app usage more intuitive and user-friendly.
  • Code Optimization: Unused and duplicate code has been removed, leading to better overall performance.
31 Aug, 2024

Alpha 0.3.0

Added

  • Variable Engine: Introduced a powerful variable engine that allows users to create complex prompts with dynamic variables. Users can easily input variable data through UI input fields before using the prompt on any chatbot, enhancing flexibility and customization.
  • Dedicated Prompt Display Page: Added a new page that showcases the full content of each prompt in a non-editable format, providing a consolidated view in one place for easier review.
29 Aug, 2024

Alpha 0.2.0

Added

  • 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.

Improved

  • 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.
22 Aug, 2024

Alpha 0.1.0

Added

Initial Release of SyncWin Prompt Builder:

  • Prompt Management: Basic functionality to save, edit, and delete prompts.
  • Modern UI/UX: Initial design and user experience implementation.
  • Prompt Details: Ability to manage prompts with titles and content.
  • AI Chatbot Integration: Basic integration to copy and insert prompts for ChatGPT.
15 Aug, 2024

Pre-Alpha 0.1.0

Added

  • Project Initialization: Set up the basic project structure for the Chrome extension.
  • Core Functionality: Implemented the foundational code for prompt storage and retrieval.
  • Basic UI: Created a minimal user interface for testing core functions.