diff --git a/CHANGELOG.md b/CHANGELOG.md index d14f3c57..5eafe87f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ *Dario De Pascalis* ### **Copyrigth**: *Tiledesk SRL* +### 1.5.0-rc.3 +- added: open variable-list component on keydown '{' in textarea component +- added: previewAskPrompt function in openaiService +- added namespace, max_tokens, temperature, top_k params in askkb action +- added preview and ai settings in askkb action interface +- changed: gpttask action interface +- bug-fixed: action-web-request-v2 not show correct selected data if another action of the same type is already opened + ### 1.5.0-rc.2 - bug-fixed: if chatbot not belongs to current project, redirect to unauthorized route diff --git a/package-lock.json b/package-lock.json index 0e49b468..53962f15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@tiledesk/cds", - "version": "1.5.0-rc.2", + "version": "1.5.0-rc.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b7a91999..25332d38 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tiledesk/cds", "author": "Tiledesk SRL", - "version": "1.5.0-rc.2", + "version": "1.5.0-rc.3", "license": "MIT", "homepage": "https://www.tiledesk.com", "repository": {