Skip to content

Releases: PromptMixerDev/prompt-mixer-releases

0.2.7

14 Nov 20:05
b36bcb2
Compare
Choose a tag to compare

Release v0.2.7

We're excited to announce the latest update to Prompt Mixer, bringing new features and improvements to enhance your experience! Here's what's new:

🔄 Connector Updates

  • Introduced a new one-click update system for connectors
  • Added an update button to easily get the latest connector versions
  • Streamlined the connector management process

🔍 New Output Filtering

  • Added powerful filtering capabilities for outputs
  • Filter results by specific AI models
  • Search through output text to find exactly what you need
  • Enhanced output organization and management

🐛 Bug Fixes

  • Resolved various issues to improve stability
  • Enhanced overall application performance
  • Fixed several minor UI glitches

Thank you for using Prompt Mixer! We're constantly working to make the application better and more user-friendly.

0.2.6

26 Aug 11:22
b36bcb2
Compare
Choose a tag to compare

Release v0.2.6

We're excited to bring you the latest updates to Prompt Mixer! This release focuses on improving user experience, streamlining authentication, and updating dependencies. Here's what's new:

🔐 Authentication Changes

  • Now you can create a workspace without authorization
  • Removed Firebase authentication for a more streamlined experience

🎨 UI Enhancements

  • Made the output panel with filters sticky for better usability
  • Improved cursor styling when hovering over "choose models"
  • Updated connector tab icon for better visual clarity
  • Fixed tab close button color and hover effect

🧹 Code Improvements

  • Removed unused code and unnecessary exports
  • Fixed ESLint issues after recent updates

0.2.5

17 Jul 14:42
b36bcb2
Compare
Choose a tag to compare

Release v0.2.5

We're excited to announce the release of version 0.2.5 of the Prompt Mixer App. This release focuses on keeping our dependencies up-to-date to ensure the best performance and security for our users.

🔧 Dependency Updates

  • WebdriverIO Ecosystem:

    • Upgraded @wdio/cucumber-framework from 8.38.2 to 8.39.0
    • Updated @wdio/spec-reporter from 8.36.1 to 8.39.0
    • Bumped wdio-electron-service from 6.5.0 to 6.6.1
  • Development Tools:

    • Enhanced eslint-plugin-react from 7.34.2 to 7.34.3
    • Upgraded TypeScript from 5.4.5 to 5.5.3

📝 Other Changes

  • Updated package.json version to reflect the new 0.2.5 release

This release doesn't introduce any new features or breaking changes. However, we recommend updating to this version to benefit from the latest dependency improvements and potential bug fixes they may include.

As always, we appreciate your continued support and feedback. If you encounter any issues or have suggestions, please don't hesitate to open an issue on our GitHub repository.

Happy mixing!


0.2.4

21 Jun 15:02
b36bcb2
Compare
Choose a tag to compare

Prompt Mixer App Release v0.2.4

We're excited to announce the latest release of the Prompt Mixer App, version v0.2.4. This release includes several improvements and bug fixes that enhance the overall user experience and application functionality.

Key Changes and Improvements:

  • User Data Management: User data has been moved from localStorage to Redux, improving data management and ensuring a more robust and secure user experience.
  • Workflow Execution and Output: Users can now run workflows and view the output directly within the application, providing greater visibility and control over the workflow execution process.
  • Workflow Variables: Support for workflow variables has been added, allowing users to customize and personalize their workflows.
  • Base64 Editor Enhancements: The base64 editor has been improved, enabling users to seamlessly embed base64 content into the editor.
  • Dependency Updates: Several dependencies have been updated to their latest versions, including @wdio/cli, @wdio/cucumber-framework, @typescript-eslint/eslint-plugin, and prettier.

0.2.3

07 Jun 14:29
b36bcb2
Compare
Choose a tag to compare

Minor syle fixes

0.2.2

06 Jun 11:57
b36bcb2
Compare
Choose a tag to compare

Feature Release: Variable Support in Prompt Chains

We're excited to announce the release of a new feature that allows users to leverage variables within their prompt chains. This highly anticipated feature unlocks a new level of flexibility and personalization for our users.

Key Highlights:

  • Automatic creation of variables: When users add a variable name in double curly brackets (e.g., {{variable_name}}), the app will automatically create a variable with the same name.
  • Displaying auto-created variables: All auto-created variables will be displayed under the "Variables" section on the prompt chain creation screen.
  • Automatic insertion of variable names: When a variable has been auto-created, the app will recognize it and not create a new one if the same variable name is used in another part of the chain.
  • Variable manipulation: Users can update the values of variables in the "Variables" section, and the changes will be reflected wherever the variable is used in the prompt chain.
  • Validation of variable names: The app will display an error message if a user tries to use an invalid variable name that doesn't comply with standard naming conventions.
  • Removal of variables: When all instances of a variable are removed from the prompt chain, the variable will also be removed from the "Variables" section.
  • Applying variables in output: The output of the prompt chain will correctly reflect the values of the variables used within the chain.

This feature is a game-changer for our users, allowing them to create more personalized and dynamic prompts. We're confident that it will enhance the overall user experience and enable our customers to achieve even greater success with our platform.

Please let us know if you have any questions or feedback. We're here to support you every step of the way.

0.2.1

04 Jun 13:37
b36bcb2
Compare
Choose a tag to compare

Fixed minor bugs

0.2.0

01 Jun 22:58
b36bcb2
Compare
Choose a tag to compare

Prompt Mixer App v0.2.0-alpha Release Notes:

  • You can move your prompt chains to a different collection or workspace, making it easier to organize your content.
  • You can now remove workspaces, providing more flexibility in managing your workspace structure.
  • We've fixed an issue that prevented users on the free plan from updating the space for their workspaces.

0.1.9

11 Apr 13:19
b36bcb2
Compare
Choose a tag to compare

Release Notes: Prompt Mixer v0.1.9

New Features

  1. Cell Value Checking: Users can now click on individual cells within a dataset to view and verify the content of data points. A new tab will open displaying the selected cell's value.

  2. Delete All Prompt Chains and Collections: Users can now delete all prompt chains and collections with a single action. A confirmation dialog will be displayed, warning users that this action is irreversible.

  3. Model Search in Model Selector: Users can now search for models in the model selector, allowing them to quickly find the model they need to work with. The model list will automatically update to show only matching models as the user types in the search query.

  4. Clear All Outputs: Users can now clear all outputs from the Prompt Mixer interface with a single click, helping them maintain a clean working environment.

  5. Search Connectors: Users can now search for specific connectors within the Prompt Mixer app. The connector list will be updated to show only the matching connectors, with the results paginated and loaded through infinite scrolling.

Enhancements

  • Improved performance and stability of the Prompt Mixer application.
  • Enhanced user interface for a more intuitive and streamlined experience.

0.1.8

03 Apr 13:45
b36bcb2
Compare
Choose a tag to compare

New Feature: Dataset Integration

  • Effortlessly reference uploaded datasets in your prompt chains using the '[[dataset]]' syntax.
  • Specify a particular column from the dataset using '[[ dataset.column_name ]]' notation.
  • If no column is specified, Prompt Mixer intelligently defaults to using the first column of the dataset.
  • Prompt chains are automatically executed for each row in the referenced dataset, enabling efficient batch processing.

Improvements:

  • Enhanced user experience when adding datasets to prompt chains, providing a more intuitive workflow.
  • Optimized performance for executing prompt chains with large datasets.