diff --git a/packages/twenty-website/public/images/releases/0.10/0.10-currency.png b/packages/twenty-website/public/images/releases/0.10/0.10-currency.png new file mode 100644 index 000000000..35bcb187e Binary files /dev/null and b/packages/twenty-website/public/images/releases/0.10/0.10-currency.png differ diff --git a/packages/twenty-website/public/images/releases/0.10/0.10-datetime.png b/packages/twenty-website/public/images/releases/0.10/0.10-datetime.png new file mode 100644 index 000000000..6a4bf3a62 Binary files /dev/null and b/packages/twenty-website/public/images/releases/0.10/0.10-datetime.png differ diff --git a/packages/twenty-website/public/images/releases/0.10/0.10-json.png b/packages/twenty-website/public/images/releases/0.10/0.10-json.png new file mode 100644 index 000000000..e4209dc88 Binary files /dev/null and b/packages/twenty-website/public/images/releases/0.10/0.10-json.png differ diff --git a/packages/twenty-website/public/images/releases/0.10/0.10-multi-select.png b/packages/twenty-website/public/images/releases/0.10/0.10-multi-select.png new file mode 100644 index 000000000..037ffc297 Binary files /dev/null and b/packages/twenty-website/public/images/releases/0.10/0.10-multi-select.png differ diff --git a/packages/twenty-website/public/images/releases/0.10/0.10-remote.png b/packages/twenty-website/public/images/releases/0.10/0.10-remote.png new file mode 100644 index 000000000..e25ae7c78 Binary files /dev/null and b/packages/twenty-website/public/images/releases/0.10/0.10-remote.png differ diff --git a/packages/twenty-website/src/content/releases/0.10.0.mdx b/packages/twenty-website/src/content/releases/0.10.0.mdx new file mode 100644 index 000000000..cd20fd26f --- /dev/null +++ b/packages/twenty-website/src/content/releases/0.10.0.mdx @@ -0,0 +1,48 @@ +--- +release: 0.10.0 +Date: Apr 15th 2024 +--- + +# Welcome, Remote Objects + +Starting today, seamlessly import your Remote PostgreSQL tables into your CRM, eliminating the need for traditional ETL (Extract, Transform and Load) processes. + +**Example Use Case**: Seamlessly import your `Users` table inside Twenty. + +![](/images/releases/0.10/0.10-remote.png) + +# More Field Types, More Power + +Enhance your data handling capabilities with the addition of four new field types: + +## Multi-Select Field + +The `Multi-Select Field` allows for tagging a record with multiple attributes, providing a flexible way to classify and filter data. + +**Example Use Case**: Tag a company record with multiple industries such as "Retail," "Technology," and "Finance," enabling more nuanced segmentation and analysis. + +![](/images/releases/0.10/0.10-multi-select.png) + +## Currency Field + +Designed specifically for financial data, the `Currency Field` ensures correct calculation and standard formatting for monetary figures. + +**Example Use Case**: Record and manage global transactions in their original currencies while maintaining precision in financial reporting. + +![](/images/releases/0.10/0.10-currency.png) + +## Datetime Field + +With the `Datetime Field`, you can effectively track events, deadlines, and activities with enhanced accuracy, improving time management and scheduling. + +**Example Use Case**: Precisely track and set reminders for project milestones and deadlines. + +![](/images/releases/0.10/0.10-datetime.png) + +## JSON Field + +The `JSON Field` allows for the storage of complex, structured data within a single field, thus expanding the capabilities for data customisation and integration. + +**Example Use Case**: Store configurable data for a product, such as feature flags or customization options, directly within a CRM record. + +![](/images/releases/0.10/0.10-json.png) \ No newline at end of file