Skip to content

Commit f91a6b7

Browse files
committed
Add 1.12.0 release changelog
1 parent 2922a1e commit f91a6b7

File tree

4 files changed

+22
-0
lines changed

4 files changed

+22
-0
lines changed

.cursor/rules/changelog-process.mdc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ Use the AI codebase search to find:
8989

9090
### 1. Setup Git Branch
9191

92+
**IMPORTANT**: Always start from an up-to-date main branch to avoid merge conflicts and ensure the changelog is based on the latest code.
93+
9294
```bash
9395
cd /Users/thomascolasdesfrancs/code/twenty
9496
git checkout main
@@ -98,6 +100,8 @@ git checkout -b {VERSION}
98100

99101
Replace `{VERSION}` with the actual version number (e.g., `1.9.0`)
100102

103+
⚠️ **Do this first** before making any file changes. This ensures your branch is based on the latest main.
104+
101105
### 2. Create File Structure
102106

103107
**Create changelog file:**
@@ -174,6 +178,7 @@ Description of the third feature.
174178
- Focus on user benefits, not technical implementation
175179
- Use active voice
176180
- Start with what the user can now do
181+
- **NEVER mention the brand name "Twenty"** in changelog text - use "your workspace", "the platform", or similar neutral references instead
177182

178183
**Reference Previous Changelogs:**
179184
- Check `packages/twenty-website/src/content/releases/` for examples
69.2 KB
Loading
103 KB
Loading
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
release: 1.12.0
3+
Date: 2025-12-02
4+
---
5+
6+
# Revamped Side Panel
7+
8+
The side panel now opens next to your content rather than above it, giving you a better overview while configuring workflows or viewing record details. This new layout is especially handy for workflows and the upcoming dashboards feature.
9+
10+
![](/images/releases/1.12/1.12.0-side-panel.png)
11+
12+
# Granular Email Folder Sync
13+
14+
Choose exactly which Gmail labels or Outlook folders to sync on your workspace. This gives you more control over your email data and better privacy by importing only the folders you need.
15+
16+
![](/images/releases/1.12/1.12.0-folder-sync.png)
17+

0 commit comments

Comments
 (0)