[0.4.3] - 2025-12-03
Added
- Themeable UI colors - Replaced hardcoded colors with theme-based colors for better customization
- Added 6 new themeable color fields:
title_bar_fg,scrollbar_fg,selection_indicator_fg,link_fg,link_selected_bg,table_border - All 8 themes now include appropriate colors for these new fields (both RGB and 256-color variants)
- Users can now customize title bar, scrollbars, selection indicators, links, and table borders via config file
- Consistent theming across all UI elements
- Added 6 new themeable color fields:
Fixed
- Search bar overlapping filtered outline results - Search bar no longer overlaps the outline when filtering headings (PR #14)
- Content panes overlapping status bar - Fixed layout issue where content panes could overlap the status bar (PR #13)
Refactored
- Layout builder - Replaced string-based section IDs with
Sectionenum for type-safe layout management
Acknowledgements
- Fix content panes overlapping status bar by @kanatti in #13
- fix: prevent search bar from overlapping filtered outline results by @kanatti in #14
- ux suggestion: Improve the UI color theme @EduardsSk #15
Full Changelog: v0.4.2...v0.4.3