2
0

185 Commits

Author SHA1 Message Date
6b0711fbcd update 2024-09-14 14:54:02 +02:00
85bca2535d update
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Check and report chats usage / send (push) Has been cancelled
2024-09-14 12:19:55 +02:00
f961bed756 update 2024-09-14 11:59:50 +02:00
e6f659aa12 Logoanpassung in SVG
Some checks failed
Create Tag / create-tag (push) Has been cancelled
Daily database cleanup / clean (push) Has been cancelled
2024-09-13 11:08:45 +02:00
cbd6d511bd anpassen der Version 2024-09-12 13:54:39 +02:00
2282ef32ab 🔖 Release v2.28.2 2024-09-06 15:37:08 +02:00
28326d3bab 🔖 Release v2.28.1 2024-09-04 14:18:59 +02:00
db9813de19 🔖 Release v2.28.0 2024-09-02 12:16:16 +02:00
0ee820b4da 🔧 Migrate Tolgee from self-hosted to cloud
Closes #1330
2024-07-17 10:58:34 +02:00
de36b66471 🔖 Release v2.27.0 2024-07-11 16:26:35 +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
d81b8b10f8 🔖 Release v2.26.1 2024-06-04 15:42:01 +02:00
61c2533df3 🔖 Release v2.26.0 2024-06-03 11:24:51 +02:00
0eacbebbbe 📄 Add Commercial License for ee folder (#1532) 2024-05-23 10:42:23 +02:00
e91fced41d 🔥 Remove chat-api app 2024-05-21 15:51:49 +02:00
ed02371bf6 🔖 Release v2.25.2 2024-05-21 11:52:36 +02:00
ec7ff8d9ca 🔖 Release v2.25.1 2024-05-14 14:57:44 +02:00
aee006a14b 🔖 Release v2.25.0 2024-05-01 08:32:04 +02:00
69446ad056 🔧 Add embed lib auto patch script 2024-04-03 09:01:40 +02:00
fb290b8b39 🔖 Release v2.24.1 2024-04-03 07:35:22 +02:00
441beac334 🔖 Release v2.24.0 2024-04-02 14:33:07 +02:00
2fcf83c529 Introduce a new high-performing standalone chat API (#1200)
Closes #1154

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
	- Added authentication functionality for user sessions in chat API.
- Introduced chat-related API endpoints for starting, previewing, and
continuing chat sessions, and streaming messages.
- Implemented WhatsApp API webhook handling for receiving and processing
messages.
- Added environment variable `NEXT_PUBLIC_CHAT_API_URL` for chat API URL
configuration.

- **Bug Fixes**
	- Adjusted file upload logic to correctly determine the API host.
	- Fixed message streaming URL in chat integration with OpenAI.

- **Documentation**
- Updated guides for creating blocks, local installation, self-hosting,
and deployment to use `bun` instead of `pnpm`.

- **Refactor**
	- Refactored chat API functionalities to use modular architecture.
- Simplified client log saving and session update functionalities by
using external functions.
	- Transitioned package management and workflow commands to use `bun`.

- **Chores**
- Switched to `bun` for package management in Dockerfiles and GitHub
workflows.
	- Added new Dockerfile for chat API service setup with Bun framework.
	- Updated `.prettierignore` and documentation with new commands.

- **Style**
	- No visible changes to end-users.

- **Tests**
	- No visible changes to end-users.

- **Revert**
	- No reverts in this release.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-03-21 10:23:23 +01:00
5073be2439 ♻️ Remove @typebot.io/schemas from @typebot.io/lib 2024-03-15 16:32:29 +01:00
262f33f0f8 🔖 Release v2.23.0 2024-03-02 12:24:22 +01:00
3a70d837e9 🔖 Release v2.22.2 2024-02-06 16:24:33 +01:00
9b5436d4db 🔖 Release v2.22.1 2024-02-05 14:28:07 +01:00
3fcb0081e5 🔖 Release v2.22.0 2024-02-01 10:28:59 +01:00
4b8b80e996 👷 Change pre-commit format fix to check only 2024-01-29 12:08:11 +01:00
b412f0e4dc ⬆️ Upgrade root deps 2024-01-15 09:58:09 +01:00
f3a4922286 👷 Replace sleep from docker:up script for cross-plat compatibility
Closes #1139
2024-01-08 14:10:57 +01:00
b2c732ac93 🔖 Release v2.21.3 2024-01-04 14:29:26 +01:00
b3957295bd 🔖 Release v2.21.2 2024-01-02 18:18:36 +01:00
c211f21647 🔖 Release v2.21.1 2024-01-02 15:19:31 +01:00
7a417c79a5 🔖 Release v2.21.0 2024-01-02 14:01:07 +01:00
5124373071 🌐 Add templates name and description translation keys (#1120)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- Templates now support multiple languages with the introduction of a
translation function for template names, descriptions, and category
tags.

- **Enhancements**
- Improved template naming consistency with capitalization adjustments
for clarity.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2023-12-29 10:50:31 +01:00
28b2b1a60c 🌐 Sync french translations and fix some non-sentence translations 2023-12-28 12:15:35 +01:00
d42e4a9ce1 Add editor header translation keys (#1110)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- Implemented internationalization support across various components
using the `useTranslate` function for dynamic content translation.

- **Enhancements**
- Updated UI elements such as buttons, tooltips, placeholders, and
labels to display translated text, improving accessibility and user
experience for non-English speakers.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: Baptiste Arnaud <contact@baptiste-arnaud.fr>
Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
2023-12-28 10:50:33 +01:00
5e019bbb22 Introducing The Forge (#1072)
The Forge allows anyone to easily create their own Typebot Block.

Closes #380
2023-12-13 10:22:02 +01:00
1e3aafc93f 🔖 Release v2.20.0 2023-12-04 15:27:02 +01:00
f5e2a1990e 🔖 Release v2.19.1 2023-11-17 16:54:22 +01:00
dd4de582a9 Add more video supports (#1023)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
	- Introduced a new layout option for the TextInput component.
- Added support for GUMLET and TIKTOK video content types in
VideoBubbleContent.
- Enhanced VideoUploadContent to handle new properties like aspectRatio
and maxWidth.
- Updated VideoBubble to include aspect-ratio and max-width styles based
on content properties.
- **Refactor**
- Changed the extension used for internationalization (i18n) in the VS
Code environment.
	- Modified how environment variables are accessed in tolgee.tsx.
- Updated parseVideoUrl function to include a new property
videoSizeSuggestion.
- **Chores**
- Updated the tolgeeEnv object in env.ts and added a new optional
parameter to the getRuntimeVariable function.
- Expanded video handling capabilities by introducing new video content
types and associated regular expressions.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

Closes #978 #936 #926
2023-11-10 11:17:14 +01:00
0c22d858b7 📦 Add strict package versioning to avoid incompatibility in workspace 2023-11-06 16:22:25 +01:00
0203d92c1b 🔖 Release v2.19.0 2023-11-03 15:12:52 +01:00
bed8b42a2e 🧑‍💻 Migrate to Tolgee (#976)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

### Summary by CodeRabbit

- Refactor: Transitioned to a new translation library (`@tolgee/react`)
across the application, enhancing the localization capabilities and
consistency.
- New Feature: Introduced a JSON configuration file for application
settings, improving customization and flexibility.
- Refactor: Updated SVG attribute naming convention in the
`WhatsAppLogo` component to align with React standards.
- Chore: Adjusted the `.gitignore` file and added a new line at the end.
- Documentation: Added instructions for setting up environment variables
for the Tolgee i18n contribution dev tool, improving the self-hosting
configuration guide.
- Style: Updated the `CollaborationMenuButton` to hide the
`PopoverContent` component by scaling it down to zero.
- Refactor: Simplified error handling logic for fetching and updating
typebots in `TypebotProvider.tsx`, improving code readability and
maintenance.
- Refactor: Removed the dependency on the `parseGroupTitle` function,
simplifying the code in several components.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2023-10-27 09:23:50 +02:00
382ebebb57 🔖 Release v2.18.4 2023-10-25 17:57:55 +02:00
17af1072a8 🔖 Release v2.18.3 2023-10-23 16:36:05 +02:00
d4041c75a3 🔖 Release v2.18.2 2023-10-13 15:02:07 +02:00
6988ef12d3 🔖 Release v2.18.1 2023-10-10 15:05:48 +02:00
3fff0a11dd 🔖 Release v2.18.0 2023-10-01 16:56:23 +02:00
c6e55da518 🔖 Release v2.17.2 2023-09-07 15:36:55 +02:00