Skip to content

Releases: PromptMixerDev/prompt-mixer-releases

0.1.7

15 Mar 17:05
b36bcb2
Compare
Choose a tag to compare

New Features

Evaluate Outputs

  • Users can now provide feedback on the quality of outputs by liking or disliking them.
  • Liked outputs are highlighted in green, while disliked outputs are highlighted in red.

Duplicate Prompt Chain

  • Users can easily create a new prompt chain based on an existing one.
  • A new "Duplicate" option is available in the context menu of each prompt chain in the sidebar.

0.1.6

12 Mar 17:42
b36bcb2
Compare
Choose a tag to compare

New Features:

  • Copy Output Functionality - Users can now easily copy output text to the clipboard by clicking a new copy icon next to each output. This allows quickly pasting outputs into external documents.

  • Delete Output - A delete icon has been added to each output in the output panel, enabling users to remove outputs they no longer want. This helps keep your workspace clean and organized.

  • Model Setting Verification - Outputs now include the specific properties and configurations set in the models and connectors used for generation. Users can validate settings by checking the output text.

Improvements:

  • Sidebar Visibility - The sidebar can now be hidden/shown via new control buttons on the title bar. This allows giving more screen space to outputs when needed.

Release v0.1.5

08 Mar 14:00
b36bcb2
Compare
Choose a tag to compare

New Features:

  1. Export Outputs to JSON: Users can now easily save and utilize their outputs in other programs by exporting them to JSON format. Simply click on 'Export to JSON' to convert the current output into JSON and save the file on your device.
  2. Install Connectors: We have introduced a new "Connectors" tab, allowing users to install connectors from the available list directly within the Prompt Mixer application. This feature enhances prompt chains by providing access to a wide range of connectors.

Improvements:

  1. Disable Prompts in Prompt Chain: Managing the execution of prompts in the Prompt Mixer application is now more user-friendly. Users can disable specific prompts in the prompt chain by adding '//' before the prompt text. Disabled prompts will not be sent to the connector during execution. Re-enabling prompts is as simple as removing the '//' from the prompt text.

Bug Fixes

  1. Fixed Link Handling: We have addressed an issue where links from the output were opening within the application instead of the default browser. Now, clicking on links will properly open them in your default web browser, ensuring a more seamless user experience.

Release v0.1.4

03 Mar 22:00
b36bcb2
Compare
Choose a tag to compare

New Features:

  • 🎨 Added styling options for markdown output.
  • 🔄 Implemented auto-update functionality. The application will now automatically download and install the latest version in the background. Users will get a notification when a new version is installed and ready to use.