diff --git a/chatbot-ui/docker-compose.yml b/chatbot-ui/docker-compose.yml index 4333ddc..f4bb9c3 100644 --- a/chatbot-ui/docker-compose.yml +++ b/chatbot-ui/docker-compose.yml @@ -7,4 +7,4 @@ services: APP_PORT: 3000 web: - image: nmfretz/chatbot-ui:2023.03.27@sha256:b071c60916f6fed488bfc03452d3fe4560b328541c0d23de7e46cca5abce707b \ No newline at end of file + image: nmfretz/chatbot-ui:2023.04.05@sha256:f5f8b500ae02d134b981ce6c8147f74588434b1773be2f06b96acbf3e8e93b1b \ No newline at end of file diff --git a/chatbot-ui/umbrel-app.yml b/chatbot-ui/umbrel-app.yml index 7e36bd6..e01aa5e 100644 --- a/chatbot-ui/umbrel-app.yml +++ b/chatbot-ui/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: chatbot-ui category: Productivity name: ChatBot UI -version: "2023.03.27" +version: "2023.04.05" tagline: ChatGPT but better description: >- ChatBot UI is an advanced chatbot kit for OpenAI's chat models aiming to mimic ChatGPT's interface and functionality. @@ -27,9 +27,17 @@ path: "" defaultUsername: "" defaultPassword: "" releaseNotes: >- - Initial release to the Umbrel App Store. + This update includes various bug fixes and enhancements, including the following: + - You can now import and export custom prompts + + - Prompts are now tabbable + + - Support added for custom default system prompts + + - Fixed bug that caused the app to crash when typing "/" followed by a non-prompt name - This version is up-to-date as of commit 5aa5be3 here: https://github.com/mckaywrigley/chatbot-ui/commit/5aa5be3f435981b053ee8cab7205b6107ff34dc5 + + This version is up-to-date as of commit e8150e7 here: https://github.com/mckaywrigley/chatbot-ui/commit/e8150e719548ce107f0cd45efbaae02746a9315f submitter: Umbrel submission: https://github.com/getumbrel/umbrel-apps/pull/472 \ No newline at end of file