Skip to content

Commit 7b8ad20

Browse files
author
Tim Sinaeve
committed
Sync docs/VERSION_LOG.md with root VERSION_LOG.md
1 parent 60e8fe7 commit 7b8ad20

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

docs/VERSION_LOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Version Log
22

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+
330
## v0.8.0 - The Emoji & Command Palette Update
431

532
### ✨ Features
@@ -59,6 +86,7 @@
5986

6087
## v0.6.9 - The Workflow & Execution Update
6188

89+
6290
### ✨ Features
6391

6492
- 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.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)