|
c6645d4505
|
🐛 Fix openai total tokens variable set when streaming
|
2024-07-17 14:47:12 +02:00 |
|
|
bd6921b90c
|
🐛 (credentials) Fix credentials not listing when workspace has legacy zemantic
|
2024-07-16 16:36:14 +02:00 |
|
|
867041e7d8
|
♻️ (wp) Improve wp escape attr
|
2024-07-16 15:54:55 +02:00 |
|
|
c6005c49a2
|
✨ (credentials) Add credentials management menu in workspace settings
Closes #1567
|
2024-07-16 15:11:48 +02:00 |
|
|
db628cd051
|
🚸 (anthropic) Add placeholder in models enum
|
2024-07-15 16:55:19 +02:00 |
|
|
2a5fb14726
|
🐛 Fix nextjs package broken dynamic import
|
2024-07-15 16:06:12 +02:00 |
|
|
8e15472e82
|
🚸 (http) Allow for query params list
Closes #1638
|
2024-07-15 15:28:57 +02:00 |
|
|
f4cd1d5ba3
|
🐛 Fix remember user streaming messages
|
2024-07-15 15:06:38 +02:00 |
|
|
043f0054b0
|
⬆️ Upgrade AI SDK (#1641)
|
2024-07-15 14:32:42 +02:00 |
|
|
5a3fd84214
|
⬆️ Upgrade pnpm, turbo, isolated-vm (#1609)
Closes https://github.com/baptisteArno/typebot.io/issues/1554
|
2024-07-11 16:09:49 +02:00 |
|
|
c7263a17eb
|
⚡️ Option to disable controls and autoplay on videos (#1631)
Extends the implementation of #1503 as per the suggestions provided in
the code review to resolve #1485
https://github.com/baptisteArno/typebot.io/assets/69730155/87481d64-57f5-4f7e-8a28-4a464f12cc31
---------
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
|
2024-07-11 12:32:47 +02:00 |
|
|
6049aad6aa
|
🐛 (wp) Fix XSS vuln shortcode attributes
Closes #1632
|
2024-07-11 12:16:11 +02:00 |
|
|
d838c2c816
|
🐛 Fix http req body type issue
|
2024-07-11 11:49:19 +02:00 |
|
|
c5794a0461
|
🐛 (http) Accept body content other than json and form-data
|
2024-07-11 10:46:00 +02:00 |
|
|
1d74bce704
|
Revert "⚡ (anthropic) Add Claude 3.5 model"
This reverts commit 99eae33187 .
|
2024-06-28 09:04:39 +02:00 |
|
|
99eae33187
|
⚡ (anthropic) Add Claude 3.5 model
|
2024-06-27 11:43:21 +02:00 |
|
|
1431898b82
|
🐛 (sheets) Make sure update cells do not overwrite existing…
|
2024-06-27 11:25:43 +02:00 |
|
|
898ed529b0
|
🐛 (attachments) Fix attachments on mobile and fix long text…
Closes #1611, closes #1610
|
2024-06-27 09:20:42 +02:00 |
|
|
8ec0fbdebf
|
⚡ (setVariable) Add Pop and Shift items
|
2024-06-27 08:22:22 +02:00 |
|
|
baa5f5f6f3
|
🚑 Fix reply resume chat
|
2024-06-26 15:42:11 +02:00 |
|
|
b08e374e3e
|
🚑 Fix embed web.js file mentioning "process"
|
2024-06-26 12:22:57 +02:00 |
|
|
dd191e3525
|
🐛 (transcript) Fix variable ids for history detection
|
2024-06-26 11:52:22 +02:00 |
|
|
3b405dc7d5
|
🚑 Fix youtube URL detection regex
|
2024-06-26 11:20:53 +02:00 |
|
|
6af47a8cfe
|
🐛 (payment) Fix payment redirection
|
2024-06-26 10:59:11 +02:00 |
|
|
6db0464fd7
|
✨ Add attachments option to text input (#1608)
Closes #854
|
2024-06-26 10:13:38 +02:00 |
|
|
7790cf4f27
|
🐛 (text) Fix text bubble content parsing when starting with variable
Closes #1594
|
2024-06-24 15:03:18 +02:00 |
|
|
b10383e027
|
🐛 (video) Parse youtube start time query param
Closes #1589
|
2024-06-24 14:31:07 +02:00 |
|
|
8a8a3c5868
|
🐛 (embed) Fix iframe embed when referrer is empty
|
2024-06-21 08:31:38 +02:00 |
|
|
55654550f0
|
📝 Add nocodb block videos into docs
|
2024-06-20 17:13:11 +02:00 |
|
|
1380e03b82
|
📝 Update high ticket lead template with Generate variable a…
|
2024-06-20 12:08:31 +02:00 |
|
|
033f52e9f3
|
📝 Add generate upload url endpoint api doc
|
2024-06-20 10:53:17 +02:00 |
|
|
918836d6cf
|
⚡ (embed) Option to add a wait event for the embed bubble
Closes #1590
|
2024-06-19 15:27:45 +02:00 |
|
|
4ab1803d39
|
🚸 Automatically create variables when pasting groups to a new typebot
Closes #1587
|
2024-06-19 14:09:18 +02:00 |
|
|
67f37c02a4
|
🐛 Fix allowed origins when embedded in iframe
Closes #1518
|
2024-06-19 09:54:08 +02:00 |
|
|
76fcf7ee93
|
✨ Add "Generate variables" actions in AI blocks
Closes #1586
|
2024-06-18 12:13:00 +02:00 |
|
|
bec9cb68ca
|
⬆️ Upgrade chakra version
|
2024-06-17 14:12:14 +02:00 |
|
|
0f2f4d2130
|
🚸 (nocodb) Clean up error messages
Closes #1568
|
2024-06-14 10:05:16 +02:00 |
|
|
ff16706d7d
|
🐛 (nocodb) Automatically ignore trailing slash for baseURL
Closes #1566
|
2024-06-14 09:56:44 +02:00 |
|
|
f38af0d90b
|
🐛 (sendEmail) Fix body HTML parsing invalid escape
|
2024-06-11 19:06:27 +02:00 |
|
|
233ff91a57
|
🚸 Display error toast when script or set vari…
|
2024-06-11 18:18:05 +02:00 |
|
|
ee834999e6
|
✨ Support Vision for compatible AI models
Closes #1313
|
2024-06-11 10:51:02 +02:00 |
|
|
ad6894e110
|
🐛 (setVariable) Fix setVariable array parsing when executed on client
|
2024-06-10 15:45:44 +02:00 |
|
|
209cec34b9
|
🐛 Fix date parsing with european format
|
2024-06-10 15:32:06 +02:00 |
|
|
c55973fac0
|
🚸 (onboarding) Introduce new onboarding floating videos mechanism
|
2024-06-04 18:25:46 +02:00 |
|
|
4a45e5e1f1
|
🚸 (openai) Raise assistants select limit to 100
|
2024-06-04 17:36:21 +02:00 |
|
|
6954aea488
|
Revert "⬆️ Upgrade isolated-vm"
This reverts commit 8c41d581ce .
|
2024-06-04 16:53:44 +02:00 |
|
|
8c41d581ce
|
⬆️ Upgrade isolated-vm
Closes #1554
|
2024-06-04 15:42:44 +02:00 |
|
|
a936bc206a
|
🚑 Fix webhook sample result parsing
|
2024-06-04 15:41:18 +02:00 |
|
|
45aa4c6da5
|
📝 Add v2.26 newsletter
|
2024-06-03 16:35:38 +02:00 |
|
|
fa191fde8c
|
🐛 Fix storage bug when setVariableHistory conflicts
|
2024-05-30 10:55:53 +02:00 |
|