Skip to content

Releases: omnitool-ai/omnitool

OmniTool 1.0.4 Update

01 Apr 08:07
Compare
Choose a tag to compare
  1. Base URL Adjustment: Added hack to automatically fix the base url of Replicate.

  2. Dependency Management: Updated various dependencies.

OmniTool 1.0.3 Update

11 Mar 05:54
Compare
Choose a tag to compare

UI and User Interaction Improvements:

  • Migrated UI prompt to use smalltalk.prompt for better compatibility, such as with electron.
  • Added new Simplify toggle to each recipe block representation to hide unconnected inputs when those inputs are using their default values.

Error Handling and Status Updates:

  • Added error code to status message.
  • Fixed badge workflow showing the wrong status.

Code and Extension Fixes:

  • Commented out omni-core-assistant core extension as it did not have a valid associated url.
  • Fixed issue with visual-question-answering where input image was not properly read.

OmniTool 1.0.2 Update

19 Feb 09:52
Compare
Choose a tag to compare

Bug Fixes:

  • Handled exceptions gracefully in name to rgb block.
  • Fixed issue where imported recipes could not be saved.
  • Fixed issue where the preview of an image block caused an error when importing a recipe from file.
  • Fixed issue where images were not embedded during a recipe export and unknown blocks were not recreated during recipe import.

Deprecation:

  • Deprecated pocketbase and skipped pocketdb checks.

Upgrade:

  • Upgraded yarn to version 4.1.

Additional Feature:

  • Added a status badge.

OmniTool 1.0.1 Update

30 Jan 10:28
Compare
Choose a tag to compare

Dependency Updates:

  • Update project dependencies with latest versions

User Interface Enhancements:

  • Opened chat menu when launching local APIs
  • UX clean up and small visual improvements

Feature Additions:

  • Added support for filtering user recipes in recipe manager

Documentation Updates:

  • Upkeep readme

OmniTool 1.0.0 Update

10 Jan 04:33
Compare
Choose a tag to compare
  1. API updates

    • Generate jwt token script now takes multiple recipe ids
    • generateJwtToken script workflowId payload is optional
  2. Stability Fixes and Documentation

    • Moved to stable release v1.0!
    • Fixed null assertion on recipe export
    • Updated README.md
    • Add GitHub Actions for automatic release