2
0
Commit Graph

241 Commits

Author SHA1 Message Date
43555c171e 🚸 New dedicated onboarding page 2023-07-25 16:21:40 +02:00
b17177f35f 📝 Remove old stripe env var 2023-07-25 09:09:13 +02:00
0c923b70a6 📝 Add "conditionally display button" video in docs 2023-07-24 14:36:27 +02:00
9433d3ea8f 📝 Update README (#632)
Closes #628
2023-07-24 12:24:08 +02:00
04faa3e847 🧑‍💻 (docs) Add "Edit this page" links in docs 2023-07-24 08:49:00 +02:00
3283d7e261 🧑‍💻 (results) Add get result by id API endpoint 2023-07-24 07:50:50 +02:00
48f074cdf7 Support specifying custom OAuth scope (#619)
For OpenID connect over OAuth, at least `openid profile` need to be set
there, but since the email is also used, the `email` scope will instruct
the OpenID provider to also deliver that.

---------

Co-authored-by: Baptiste Arnaud <contact@baptiste-arnaud.fr>
2023-07-20 11:38:21 +02:00
3952ae2755 Stream bubble content if placed right after Op…
Closes #617
2023-07-19 11:20:44 +02:00
12ce4eb01b 📝 Remove pixel troubleshoot section 2023-07-16 18:21:24 +02:00
93337bd1d9 📝 (settings) Update General section 2023-07-16 09:51:45 +02:00
88e2f50d35 📝 Add script block precision 2023-07-16 09:41:35 +02:00
844832f310 📝 Add troubleshoot self-host page 2023-07-16 09:27:55 +02:00
be7be7bf7a (embed) Add new command setInputValue 2023-07-15 17:38:12 +02:00
e293cb0111 Add Next.js embed library 2023-07-15 12:28:10 +02:00
28fd81cb65 📝 (theme) Add change bot avatar guide in docs 2023-07-11 10:57:16 +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
033f8f99dd Add Meta Pixel block
Closes #582
2023-06-28 09:52:03 +02:00
36623930bc 📝 Add status page link in footers 2023-06-20 10:45:20 +02:00
0e31a6ce00 📝 (makecom) Add return data instructions 2023-06-17 08:18:57 +02:00
524f1565d8 🚸 (openai) Parse stream on client to correctly handle errors 2023-06-16 19:26:29 +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
d8c1a36bc0 (setVariable) Add "Moment of the day" variable value
Closes #564
2023-06-15 14:45:42 +02:00
1e9c4bcb9a 📦 Add Cloudron package (#550)
Closes #30
2023-06-14 08:59:38 +02:00
4614caf498 📝 Add Google Ads conversion instructions 2023-06-07 09:35:41 +02:00
a4cb6face8 👷 Add email alert hourly sender
Closes #549
2023-06-06 13:25:13 +02:00
b6e5002a56 💄 Improve picture choice description UI 2023-06-01 10:29:02 +02:00
b2ea8fc059 🌐 Translate workspace (#528) 2023-05-31 07:53:30 +02:00
6651c85f02 Update builder configuration docs (#531) 2023-05-30 08:06:16 +02:00
55bbf0e593 ⬆️ Upgrade dependencies 2023-05-25 18:36:51 +02:00
c950406997 💄 (js) Improve popup ui consistency 2023-05-23 18:01:49 +02:00
0fc6bfa7ce 🐳 Fix encryption length check script
The encryption length can also be of length 80 if encoded with base64

Closes #516
2023-05-17 11:35:32 +02:00
c451ba7784 📝 (webflow) Add bind commands to button instructions 2023-05-17 10:00:25 +02:00
27b009dd76 Remember result in either local or session storage (#514)
Closes #513
2023-05-16 14:58:56 +02:00
72058fd624 🔊 Add DEBUG mode with valuable logs in viewer 2023-05-16 10:22:31 +02:00
bde941613c Add predefined set variable values (#497)
Closes #234
2023-05-11 17:17:24 -04:00
ecc3b5fd87 📝 Custom bubble button position instructions 2023-05-05 11:10:10 -04:00
c31642db04 📝 Doc about the more options menu from the results tab 2023-05-05 09:34:01 -04: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
c09a84034e (chatwoot) Add result URL custom attribute 2023-04-25 08:15:53 +02:00
7385e3bbbf 📝 Add Jump and AB test block docs 2023-04-24 08:50:57 +02:00
a4ca413c60 📝 Add upgrade plan doc 2023-04-19 08:02:24 +02:00
cd0916df67 🚸 (share) Use custom domain host when possible in embed instruction
Closes #464
2023-04-17 14:47:30 +02:00
397a33afc6 📝 Improve writing on self-hosting introduction 2023-04-14 10:12:11 +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