๐ Release Highlights
- ๐ macOS Tahoe (26) support โ app launch crash fixed
- ๐จ Consistent dark UI on macOS โ no more random white background
- ๐งฉ Better tab & connection UX โ cleaner, smarter behavior
- โก Cleaner runtime โ removed unnecessary Tokio setup
โจ Improvements
๐ macOS Compatibility
- โฌ๏ธ
eframe / egui / egui_extrasโ 0.29 - โฌ๏ธ
winitโ 0.30 (fixes Tahoe launch issue) - โ
Updated
run_nativeto new API (Ok()wrapper) - ๐ง Migrated deprecated APIs:
.wrap(bool)โ.wrap()/.truncate()
๐จ UI Fixes (macOS)
- ๐ค Forced dark background (
#2b2b2b) viaclear_color() - ๐
configure_style()now applied every frame
(prevents macOS theme override issues)
๐งฉ Tabs & Connections
- ๐ท๏ธ Connection name shown in tab bar
- ๐ข Multi-connection badges (
dbยท) - ๐ Auto-reassign tabs when a connection is closed
- โ๏ธ Long names truncated + hover tooltip
โก Performance / Cleanup
- ๐งน Removed unnecessary Tokio runtime from
main()
โ ๏ธ Breaking Changes / Notes
- ๐ macOS 12+ recommended (
eframe 0.29requirement may vary) - โ๏ธ
winit 0.30macOS backend fully rewritten
โ Report any visual issues