|
786e5cb582
|
🧑💻 Improve env variables type safety and management (#718)
Closes #679
|
2023-08-28 09:13:53 +02:00 |
|
|
0acede92ef
|
🚸 Improve parsing preprocessing on typebots
|
2023-08-23 10:57:38 +02:00 |
|
|
c08e0cdb0a
|
⚡ (customDomains) Fix custom domain update feedback
|
2023-08-21 15:32:27 +02:00 |
|
|
304dfe2dab
|
🐛 Remove publicId and customDomain duplication on imported bots
|
2023-08-17 16:32:37 +02:00 |
|
|
454d320c6b
|
✨ (api) Add CRUD typebot endpoints
Closes #320, closes #696
|
2023-08-17 09:39:11 +02:00 |
|
|
019f72ac7e
|
🐛 Deprecate blockId field in items
|
2023-08-16 09:33:57 +02:00 |
|
|
af1bee8756
|
🚸 (bot) Update reply if we get new format from backend
|
2023-08-07 15:24:15 +02:00 |
|
|
fc25734689
|
♻️ (webhook) Integrate webhook in typebot schema
Closes #313
|
2023-08-06 10:03:45 +02:00 |
|
|
aa9f5bc732
|
⚡ (condition) Add regex comparison item
|
2023-08-01 08:20:16 +02:00 |
|
|
c99298e49b
|
⚡ (paymentInput) Handle Stripe redirection
Closes #631
|
2023-07-27 17:25:02 +02:00 |
|
|
3283d7e261
|
🧑💻 (results) Add get result by id API endpoint
|
2023-07-24 07:50:50 +02:00 |
|
|
5a05310a9c
|
🛂 Add isSuspended prop on workspace
|
2023-07-04 14:56:36 +02:00 |
|
|
b0f25f301b
|
⚡ (analytics) Improve analytics graph accuracy
|
2023-06-30 12:39:20 +02:00 |
|
|
50fcbfd95e
|
⚡ (pixel) Add skip initialization option
|
2023-06-28 10:37:01 +02:00 |
|
|
83f2a29faa
|
⚡ (openai) Add new models and remove tiktoken
Instead of computing total tokens with tiktoken we just attempt retries after trimming the first message
|
2023-06-16 16:50:32 +02:00 |
|
|
a4cb6face8
|
👷 Add email alert hourly sender
Closes #549
|
2023-06-06 13:25:13 +02:00 |
|
|
b2ea8fc059
|
🌐 Translate workspace (#528)
|
2023-05-31 07:53:30 +02:00 |
|
|
55bbf0e593
|
⬆️ Upgrade dependencies
|
2023-05-25 18:36:51 +02:00 |
|
|
035dded654
|
✨ Add picture choice block
Closes #476
|
2023-05-04 09:23:33 -04:00 |
|
|
68a15f5ac1
|
⬆️ Upgrade dependencies
|
2023-05-02 15:33:42 -04:00 |
|
|
5b4a6c523d
|
✨ (buttons) Add searchable choices
Closes #473
|
2023-04-26 17:54:00 +02:00 |
|
|
cd0916df67
|
🚸 (share) Use custom domain host when possible in embed instruction
Closes #464
|
2023-04-17 14:47:30 +02:00 |
|
|
e0a9824913
|
♻️ Simplify text bubble content shape
Remove html and plainText field because it was redundant
Closes #386
|
2023-04-13 17:10:59 +02:00 |
|
|
2cbf8348c3
|
🛂 Add new yearly plans and graduated pricing
BREAKING CHANGE: Stripe environment variables have changed. New ones are required. Check out the new Stripe configuration in the
docs.
Closes #457
|
2023-04-13 11:39:10 +02:00 |
|
|
6921cc23a5
|
🚸 (sheets) Better Get data settings UI
|
2023-04-11 08:19:42 +02:00 |
|
|
684e6338e2
|
🐛 (typebotLink) Fix linked typebot fetching error
Closes #429
|
2023-03-30 10:30:26 +02:00 |
|
|
f13d7a1a5a
|
💄 Fix misc UI issues
Closes #430
|
2023-03-28 16:02:26 +02:00 |
|
|
38ed5758fe
|
✨ (theme) Add theme templates
Allows you to save your themes and select a theme from Typebot's gallery
Closes #275
|
2023-03-28 15:10:06 +02:00 |
|
|
0c39ae41b6
|
🚸 (variables) Allow null values in variable list
|
2023-03-21 15:42:03 +01:00 |
|
|
cbc8194f19
|
♻️ Re-organize workspace folders
|
2023-03-15 08:35:16 +01:00 |
|
|
d154c4e2f2
|
♻️ Replace schemas with merge and discriminated unions
Closes #374
|
2023-03-14 16:42:12 +01:00 |
|
|
ff09814ead
|
⬆️ Upgrade dependencies
|
2023-03-14 15:08:53 +01:00 |
|
|
ff04edf139
|
✨ Add OpenAI block
Also migrate credentials to tRPC
Closes #253
|
2023-03-09 08:46:36 +01:00 |
|
|
2788d58e50
|
🗃️ Remove updatedAt field from Result
|
2023-03-07 15:51:44 +01:00 |
|
|
b77e2c8d2c
|
🔥 Remove disable response saving option
Doesn't work properly when it comes to keep tracking storage usage
|
2023-03-07 14:41:57 +01:00 |
|
|
2ff6991ca7
|
✨ (buttons) Allow dynamic buttons from variable
Closes #237
|
2023-02-23 14:48:17 +01:00 |
|
|
d2880cdf2d
|
⬆️ Upgrade dependencies
|
2023-02-23 09:46:03 +01:00 |
|
|
b73282d810
|
♻️ (billing) Refactor billing server code to trpc
|
2023-02-17 16:19:39 +01:00 |
|
|
0b34321bf7
|
🗃️ Add updatedAt fields where missing
|
2023-02-03 11:10:40 +01:00 |
|
|
8d592a3cc3
|
⚡ (editor) Improve textbox incoming variable detection
|
2023-01-28 15:36:49 +01:00 |
|
|
a842f57297
|
♻️ Rename Code block to Script block
Closes #245
|
2023-01-27 15:58:05 +01:00 |
|
|
2932043056
|
⬆️ Upgrade dependencies
|
2022-12-05 16:16:49 +01:00 |
|
|
bdf7c0d5c0
|
💄 (lp) Update wall of love
|
2022-12-02 16:53:41 +01:00 |
|
|
c799717905
|
✨ Add webhook blocks API public endpoints
|
2022-11-30 13:57:28 +01:00 |
|
|
bf0d0c2475
|
⚗️ Implement chat API
|
2022-11-29 10:03:46 +01:00 |
|