Skip to content
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
5 changes: 5 additions & 0 deletions .cursor/rules/changelog-process.mdc
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ Use the AI codebase search to find:

### 1. Setup Git Branch

**IMPORTANT**: Always start from an up-to-date main branch to avoid merge conflicts and ensure the changelog is based on the latest code.

```bash
cd /Users/thomascolasdesfrancs/code/twenty
git checkout main
Expand All @@ -98,6 +100,8 @@ git checkout -b {VERSION}

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

⚠️ **Do this first** before making any file changes. This ensures your branch is based on the latest main.

### 2. Create File Structure

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

**Reference Previous Changelogs:**
- Check `packages/twenty-website/src/content/releases/` for examples
Expand Down
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.
17 changes: 17 additions & 0 deletions packages/twenty-website/src/content/releases/1.12.0.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
release: 1.12.0
Date: 2025-12-02
---

# Revamped Side Panel

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.

![](/images/releases/1.12/1.12.0-side-panel.png)

# Granular Email Folder Sync

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.

![](/images/releases/1.12/1.12.0-folder-sync.png)