|
| 1 | +# v0.8.2 - The Antigravity Styling Update |
| 2 | + |
| 3 | +**Release Date:** 2025-12-19 |
| 4 | + |
| 5 | +## Summary |
| 6 | + |
| 7 | +This release introduces the Antigravity design language—a cleaner, VS Code-inspired aesthetic with sharper corners, reduced focus rings, and flatter UI elements. The Markdown preview zoom has been improved to properly reflow text, and tree selection visibility has been fixed in light mode. |
| 8 | + |
| 9 | +## Improvements |
| 10 | + |
| 11 | +### Antigravity Design Language |
| 12 | + |
| 13 | +Applied a comprehensive styling update across the application for a more professional, IDE-like appearance: |
| 14 | + |
| 15 | +- **Sharper corners:** Buttons, modals, tooltips, dropdowns, and cards now use `rounded-sm` instead of `rounded-md`/`rounded-lg`. |
| 16 | +- **Reduced focus rings:** Focus indicators are now more subtle (1px, lower opacity) to avoid visual clutter. |
| 17 | +- **Flatter design:** Removed shadows from modals, tooltips, context menus, and dropdowns, relying on borders for definition. |
| 18 | +- **Status bar polish:** LLM provider/model selectors, database dropdown, and zoom buttons now use text-only hover/focus states instead of visible rings or backgrounds. |
| 19 | + |
| 20 | +### Markdown Preview Zoom |
| 21 | + |
| 22 | +Text now reflows properly when zooming in or out in the Markdown preview pane. This eliminates the whitespace issue that occurred when zooming out, where content would shrink but not reflow to use the available width. |
| 23 | + |
| 24 | +### Tree Selection Visibility |
| 25 | + |
| 26 | +Fixed the tree item selection highlight in light mode to be clearly visible. The previous implementation used 20% opacity on the selection color, making it nearly invisible. |
| 27 | + |
| 28 | +## Fixes |
| 29 | + |
| 30 | +- **Scroll sync disabled:** Removed the scroll synchronization between the code editor and Markdown preview panes, as the sync behavior was unreliable. The panes now scroll independently. |
| 31 | +- **Search box styling:** Improved the sidebar search box with a subtle background, no visible border, and sharper corners for a more professional look. |
| 32 | + |
| 33 | +## Technical Changes |
| 34 | + |
| 35 | +### Files Modified |
| 36 | + |
| 37 | +- `components/Button.tsx` - Sharper corners, reduced focus ring |
| 38 | +- `components/Modal.tsx` - Removed shadow, sharper corners |
| 39 | +- `components/Tooltip.tsx` - Removed shadow, added border, sharper corners |
| 40 | +- `components/IconButton.tsx` - Sharper corners, subtle hover |
| 41 | +- `components/ToggleSwitch.tsx` - Reduced focus ring |
| 42 | +- `components/LanguageDropdown.tsx` - Sharper corners, removed shadow |
| 43 | +- `components/WelcomeScreen.tsx` - Sharper card corners |
| 44 | +- `components/StatusBar.tsx` - Removed focus rings from selects and zoom buttons |
| 45 | +- `components/Sidebar.tsx` - Improved search box styling |
| 46 | +- `components/PromptTreeItem.tsx` - Fixed selection opacity |
| 47 | +- `components/TemplateList.tsx` - Fixed selection opacity |
| 48 | +- `components/ZoomPanContainer.tsx` - Added CSS zoom support for text reflow |
| 49 | +- `components/PromptEditor.tsx` - Disabled scroll sync |
| 50 | +- `services/preview/markdownRenderer.tsx` - Enabled CSS zoom for preview |
| 51 | +- `services/themeCustomization.ts` - Adjusted tree selection color |
0 commit comments