Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.21 changelog #6072

Merged
merged 1 commit into from
Jun 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions packages/twenty-website/src/content/releases/0.21.0.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
release: 0.21.0
Date: June 28th 2024
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🪶 style: The date format 'June 28th 2024' should be consistent with other release notes.

---

# Enhanced One-to-Many Relations Editing

You can now edit one-to-many relations directly from the "many side". This means you can assign people to a company directly from the company list view, instead of having to navigate to each individual person's profile to assign them a company.

![](/images/releases/0.21/0.21-many-many.png)


# Advanced Email and Calendar Settings

We've introduced advanced settings for email and calendar management:
- **Auto-Create Contact Options:** Choose when an email interaction should automatically create a contact. Options include:
- People I've sent emails to and received emails from
- People I've sent emails to
- Don't auto create contact

- **Email Exclusions:** Ability to exclude non-professional emails (e.g., Gmail, Outlook) and team emails (e.g., support@, team@) from being synced to the CRM.
- **Calendar Events:** Auto-contact creation settings are now available for calendar events as well.

![](/images/releases/0.21/0.21-advanced-email-settings.png)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🪶 style: Add a newline at the end of the file.

Loading