Skip to content

Commit 94eedc2

Browse files
committed
chore: bump v1.10.0 — world-class polish release
Aligned versions: package.json, tauri.conf.json, Cargo.toml, iOS Info.plist Comprehensive changelog with all polish details Desktop + iOS both at 1.10.0
1 parent e3165a1 commit 94eedc2

6 files changed

Lines changed: 414 additions & 192 deletions

File tree

CHANGELOG.md

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,87 @@
11
# Changelog
22

3+
## [1.10.0] — 2026-03-10
4+
5+
### ✨ Highlights
6+
7+
**The World-Class Polish Release** — every surface refined, every interaction considered, every pixel intentional. Kanban gets board + card templates, and every component receives micro-interaction polish for an award-worthy experience.
8+
9+
### 📋 Kanban Templates
10+
- **9 Board Templates** — Create boards instantly from: Empty, Sprint Planning, Bug Triage, Security Audit, Test Coverage, Release Checklist, Feature Development, DevOps Pipeline, Research & Spike
11+
- **8 Card Templates** — Quick-add: Bug Report, Feature Request, Test Case, Security Issue, Refactor, Documentation, Code Review, Hotfix — each with priority, labels, and subtasks
12+
- **Smart Recommendations** — Board health score, WIP warnings, hygiene checks, productivity tips
13+
- **Template Picker** — Glass card grid with icons, descriptions, hover effects
14+
15+
### 🏠 Chat Home Polish
16+
- **Particle animation** — Subtle floating dots drifting in the background
17+
- **Gradient hover borders** — Suggestion cards glow with gradient border on hover
18+
- **Recent Chats** — Last 3 conversations shown below suggestions
19+
- **Composer glow** — Clean brand-color box-shadow on focus
20+
21+
### 💬 Agent Panel Refinements
22+
- **Message hover** — Micro-scale interaction on user message bubbles
23+
- **Code copy button** — Hover overlay on code blocks with clipboard copy + checkmark feedback
24+
- **Scroll-to-bottom FAB** — Floating button appears when scrolled up
25+
- **Date separators** — Centered day pills between messages from different days
26+
27+
### 🧭 Sidebar Improvements
28+
- **Group separators** — Subtle dividers between navigation sections
29+
- **Active animation** — Smooth background fill on active item
30+
- **User avatar** — Mini circle with initials at bottom of collapsed sidebar
31+
32+
### ⏱️ Status Bar Upgrade
33+
- **Line/column count** — Shows current cursor position
34+
- **Live clock** — Real-time HH:MM display, updates every minute
35+
- **Encoding indicator** — UTF-8 badge
36+
- **Clickable segments** — Hover feedback on all status bar items
37+
38+
### 🎨 Global CSS Enhancements
39+
- **Custom scrollbars** — Thin, brand-colored, rounded
40+
- **Selection color** — Brand accent at 25% opacity
41+
- **Focus-visible rings** — Consistent 2px accent outline on keyboard focus
42+
- **Reduced motion** — Respects prefers-reduced-motion
43+
- **Print styles** — Clean content-only print output
44+
- **Universal feedback** — All buttons scale(0.98) on active
45+
46+
### 🖥️ Terminal Polish
47+
- **Connection indicator** — Green/red dot showing gateway status
48+
- **Clear button** — One-click terminal clear in header
49+
50+
### 🔔 Toast Upgrades
51+
- **Variant colors** — Success (green), Error (red), Warning (amber), Info (blue)
52+
- **Progress bar** — Auto-dismiss countdown visualization
53+
54+
### 📊 Diff Viewer
55+
- **Line hover highlights** — Each line highlights on hover
56+
- **Tinted backgrounds** — Green for additions, red for removals at 10% opacity
57+
58+
### 🔌 MCP Library Polish
59+
- **Install counts** — Mock download badges on server cards
60+
- **Category counts** — Badge numbers on filter pills
61+
- **Featured carousel** — Top row highlighting popular servers
62+
- **Empty search state** — Friendly "no results" with icon
63+
64+
### ⚙️ Settings Panel
65+
- **Collapsible sections** — Accordion animation for setting groups
66+
- **Search filter** — Find settings quickly
67+
- **Styled toggles** — Custom pill-style toggle switches
68+
69+
### 💻 Code Editor
70+
- **Skeleton loading** — Shimmer animation while Monaco initializes
71+
- **Welcome state** — Centered empty state with keyboard shortcut hints
72+
73+
### 🗺️ Breadcrumbs
74+
- **File icon** — Code file icon on the active segment
75+
- **Chevron separators** — Clean arrow separators replacing slashes
76+
- **Bold active segment** — Last breadcrumb visually emphasized
77+
78+
### 📊 By the Numbers
79+
- **14 files polished** in a single pass
80+
- **~750 lines** of refinements
81+
- **Every component** received attention
82+
- **0 TypeScript errors**
83+
- **Desktop + iOS versions aligned** at 1.10.0
84+
385
## [1.9.0] — 2026-03-10
486

587
### ✨ Highlights

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-editor",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"private": true,
55
"scripts": {
66
"frontend:dev": "next dev --turbopack",

0 commit comments

Comments
 (0)