|
1 | 1 | # Version Log |
2 | 2 |
|
| 3 | +## v0.8.2 - The Antigravity Styling Update |
| 4 | + |
| 5 | +### 🛠 Improvements |
| 6 | + |
| 7 | +- **Antigravity Design Language:** Applied a cleaner, VS Code-inspired design across the application: |
| 8 | + - Sharper corners (`rounded-sm`) on buttons, modals, tooltips, and dropdowns. |
| 9 | + - Reduced focus ring intensity for a more subtle, native appearance. |
| 10 | + - Removed shadows from modals, tooltips, and context menus for a flatter look. |
| 11 | + - Status bar controls (LLM selectors, database dropdown, zoom buttons) now use text-only hover/focus instead of visible rings. |
| 12 | +- **Improved Markdown Preview Zoom:** Text now reflows properly when zooming in or out, eliminating whitespace issues at different zoom levels. |
| 13 | +- **Better Tree Selection Visibility:** Fixed the tree item selection highlight in light mode to be clearly visible instead of nearly transparent. |
| 14 | + |
| 15 | +### 🐛 Fixes |
| 16 | + |
| 17 | +- Disabled the scroll synchronization between the code editor and Markdown preview panes, as the sync behavior was unreliable. Panes now scroll independently. |
| 18 | +- Fixed search box styling to be more professional with a subtle background and no visible border. |
| 19 | + |
| 20 | +## v0.8.1 - The Native Fonts & Focus Fix Update |
| 21 | + |
| 22 | +### 🛠 Improvements |
| 23 | + |
| 24 | +- Updated the application font stack to match VS Code on Windows, using **Segoe UI** for the interface and **Consolas** for code. This provides a more native and consistent look for Windows users. |
| 25 | + |
| 26 | +### 🐛 Fixes |
| 27 | + |
| 28 | +- Resolved an issue where the "Create Document from Template" dialog would lose focus or reset the cursor position while typing in variable inputs. The focus trap logic has been optimized to handle dynamic content updates correctly. |
| 29 | + |
3 | 30 | ## v0.8.0 - The Emoji & Command Palette Update |
4 | 31 |
|
5 | 32 | ### ✨ Features |
|
59 | 86 |
|
60 | 87 | ## v0.6.9 - The Workflow & Execution Update |
61 | 88 |
|
| 89 | + |
62 | 90 | ### ✨ Features |
63 | 91 |
|
64 | 92 | - Added Save to File actions across the document tree, editor toolbar, and command palette so any document can be exported with a context-aware filename and extension. |
|
0 commit comments