Skip to content

0.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jun 12:40
· 493 commits to development since this release

Features

  • feat(chat): add memorization of collapsed sections (Issue #1495) (#1521)
  • feat(chat): add possibility to set selected conversation which will be used in Overlay (Issue #1403)(#1432)
  • feat(chat): add redux logic for the custom visualizer connector( Issue #1270) (#1400)
  • feat(chat): add tooltips for files and folders (Issue #1227) (#1461)
  • feat(chat): implement unpublish dialog (Issue #318) (#1449)
  • feat(chat): integrate with publication API (Issue #1269) (#1314)
  • feat(chat): support inline-markdown images and links (Issue #1486) (#1487)
  • feat(chat): use original folder path during importing attaches (Issue #1420, #1239) (#1426)
  • feat(chat-e2e): add Gemini 1.5 Flash model (#1542)
  • feat(chat-e2e): enabled blocked sharing tests (#1475)
  • feat(chat-e2e): fixed unshare modal close test (#1497)
  • feat(chat-e2e): implemented tests for nested folders on modal (#1547)
  • feat(chat-e2e): manage attachments e2e tests (#1427)
  • feat(chat-e2e): select folder modal tests (#1538)
  • feat(chat-e2e): upload from device negative tests (#1493)
  • feat(chat-e2e): upload from device positive tests (#1471)

Fixes

  • fix(chat): Fix approve section incorrect name after dote (Issue #1425) (#1496)
  • fix(chat): Fix long list outdise (Issue #1446) (#1480)
  • fix(chat): Fix long list outdise (Issue #1446) (#1516)
  • fix(chat): Publication collapse (Issue #1430) (#1489)
  • fix(chat): Publish tooltips (Issue #1447, Issue #1463) (#1476)
  • fix(chat): add 'no results found' and 'no data' for 'manage attachments' (Issue #1333) (#1452)
  • fix(chat): add prompt panel opening if click on 'go to a review...' (Issue #1482) (#1506)
  • fix(chat): add resources removing from organization section in they were unpublished (Issue #1444) (#1533)
  • fix(chat): add uploading the root folder of the selected chat if the selected chat is in the 'Organization' section (Issue #1424) (#1485)
  • fix(chat): center the 'no data' and 'no result found' and add same logic to 'select folders' (Issue #1333) (#1472)
  • fix(chat): change button color depending on mode (Issue #1284) (#1412)
  • fix(chat): change prompt button colors (Issue #1249) (#1462)
  • fix(chat): change tooltip showing place (Issue #109) (#1416)
  • fix(chat): change tooltip showing place (Issue #109) (#1418)
  • fix(chat): fix Markdown-inline images encoded as Data URLs (Issue #1518) (#1519)
  • fix(chat): fix attachments mapping for playback when publishing and add prompt panel opening when go to a review (Issues #1469, #1482) (#1479)
  • fix(chat): fix context menu displaying for Replay and Playback conversations (Issue #1435) (#1436)
  • fix(chat): fix export button color for prompt preview mode and add truncating to publish modal (Issues #1327, #1464) (#1492)
  • fix(chat): fix folders unpublishing and publication folders uploading (Issues #318, #1482) (#1500)
  • fix(chat): fix height for the duplicated import modal and buttons text alignment (Issues #1230, #1231) (#1401)
  • fix(chat): fix issue with duplicate and link attachments during unpublishing (Issues #1534, #1529) (#1541)
  • fix(chat): fix issue with receiving the first chunk with an empty list of choices (Issue #1509) (#1511)
  • fix(chat): fix opening two prompt dialogs for unpublish request (Issue #1515) (#1536)
  • fix(chat): fix publish and preview prompt modal items truncating (Issues #1464, #1466) (#1498)
  • fix(chat): fix request api key fields reset (Issue #1524) (#1525)
  • fix(chat): hide unpublish option from change path dialog (Issue #1501) (#1507)
  • fix(chat): name duplicated attached file from empty prefix (Issue #1234) (#1415)
  • fix(chat): open chat or prompt bars on accepted sharing (Issue #1296) (#1408)
  • fix(chat): open chat/prompt from root shared folder (Issue #1202, #1250) (#1411)
  • fix(chat): remove empty folders from the publish request dialog and hide the publish button for folders containing only 'replay' chats (Issue #1504) (#1554)
  • fix(chat): remove horizontal scroll in prompt preview modal (Issue #1424) (#1491)
  • fix(chat): remove replay entities from publish request (Issue #1504) (#1543)
  • fix(chat): reuse isAbsoluteUrl logic (Issue #1518) (#1528)
  • fix(chat): update documentation links (#1458)
  • fix(chat): Manage attachments impossible to download or delete files, no text about supported types and max size (Issue #1443) (#1488)
  • fix(overlay): infinite spinner in overlay after login (Issue #1454)(#1474)
  • fix(chat): newly generated attachments not shown in the file manager (Issue# 1453) (#1520)
  • fix(chat): newly generated picture doesn't appear in Attach files screen (Issue #1453) (#1505)

Other

  • chore(chat): update codeowners (#1437)
  • chore(chat): update codeowners (#1438)