Skip to content

Releases: d6u/RelierStudio

release-macos-v0.0.2

18 Aug 22:31
@d6u d6u
Compare
Choose a tag to compare

⚠️ Breaking Change ⚠️

If you have Text Template and JSON Transform nodes, the workflow data won't be compatible. Relier Studio will fail to load workflow data.

I will try my best to maintain compatibility and ensure older workflow data can be migrated smoothly to newer version in the future.

Updates

  • Text Templates node can handle multiple templates on the same node, saving effort from users from having to create multiple Text Template node.
  • JSON Transforms node can output multiple transforms on the same node, saving effort from users from having to create multiple JSON Template node.
  • Improve naming of some nodes
  • Add helper texts to some fields
  • Fix labels of some workflow level config
  • Remember left side panel expanded state

macOS v0.0.1

17 Aug 20:05
@d6u d6u
Compare
Choose a tag to compare

The first release of Relier Studio desktop app 🎉

Currently only support macOS. Supporting Windows and Linux are coming and it should be straightforward, because I'm using Electron, but I need to set up the development environment first.

image

Features

  • Support Ollama LLM, OpenAI Chat Completion API, Bind Search API (need to provide API tokens for each service)
  • Support Condition Node
  • Support Barebone Loop Node
  • Support JSON transformation using JSONata
  • Support text templating using Mustache
  • User can interaction with workflow using simple one round input and output
  • User can create multiple workflows locally