diff --git a/packages/twenty-website/public/images/releases/0.4/0.4-address-field-type.png b/packages/twenty-website/public/images/releases/0.4/0.4-address-field-type.png new file mode 100644 index 000000000..c16ddee10 Binary files /dev/null and b/packages/twenty-website/public/images/releases/0.4/0.4-address-field-type.png differ diff --git a/packages/twenty-website/public/images/releases/0.4/0.4-expand-relation-card.png b/packages/twenty-website/public/images/releases/0.4/0.4-expand-relation-card.png new file mode 100644 index 000000000..59eaf3d56 Binary files /dev/null and b/packages/twenty-website/public/images/releases/0.4/0.4-expand-relation-card.png differ diff --git a/packages/twenty-website/public/images/releases/0.4/0.4-multi-workspace.png b/packages/twenty-website/public/images/releases/0.4/0.4-multi-workspace.png new file mode 100644 index 000000000..fee3f98e1 Binary files /dev/null and b/packages/twenty-website/public/images/releases/0.4/0.4-multi-workspace.png differ diff --git a/packages/twenty-website/src/content/releases/0.4.0.mdx b/packages/twenty-website/src/content/releases/0.4.0.mdx new file mode 100644 index 000000000..831f96869 --- /dev/null +++ b/packages/twenty-website/src/content/releases/0.4.0.mdx @@ -0,0 +1,23 @@ +--- +release: 0.4.0 +Date: Apr 1st 2024 +--- + +# Relation Fields on Record Page + +On record pages, you can now expand relation cards to view their fields without navigating to their individual record pages. For example, on a Company record page, you can expand an employee card to view their job title. This feature applies to all types of objects, including custom ones. + +![](/images/releases/0.4/0.4-expand-relation-card.png) + + +# Address Field Type + +The new `Address Field` Type enables entry of a full address in one field, while structurally storing each address part - such as street name and number - in separate subfields. + +![](/images/releases/0.4/0.4-address-field-type.png) + +# Multi-Workspace + +You can now switch between workspaces by clicking your workspace name at the top left of the screen. This feature will only appear if you have been invited to join another workspace. + +![](/images/releases/0.4/0.4-multi-workspace.png) \ No newline at end of file