0.0.9
May 4, 2026 · View on GitHub
- macOS native: overlays sit at
NSStatusWindowLevelwithcanJoinAllSpaces | stationary | ignoresCycle | fullScreenAuxiliarycollection behaviour andsetIgnoresMouseEvents:YES, covering the menu bar across Spaces and fullscreen apps - Windows taskbar overlay:
SetWindowPos(HWND_TOPMOST, ..., SWP_NOACTIVATE)after creation, plus ex-stylesWS_EX_TOOLWINDOW | WS_EX_NOACTIVATE | WS_EX_TRANSPARENT;skip_taskbar(true)is now Windows-only - New tray entry No Dock ⚓ (macOS only) toggles
NSApplicationActivationPolicy.Accessory; persisted, checked when active - Migrated to Tauri 2 (
tray-icon,macos-private-api); replaced legacySystemTraywithTrayIconBuilder+WebviewWindowBuilder; portedtauri-plugin-storeto v2 (StoreExt::store) - Frontend ported to Tauri 2 API (
getCurrentWebviewWindow), typed event payloads, removed deadappWindowimport; CSS module declaration added - Dedicated tray template icon (
icons/tray.png) instead of using the bundle icon (which rendered as a black square undericonAsTemplate); full app icon set regenerated fromLogo.svgwith a squircle alpha mask - Renamed product from "Round Windows" to "Round" everywhere (
productName, npm, crate, knowledge graphs) - README rewritten and tightened; em quad (U+2001) used between text and emoji throughout the project for visual consistency
- Linux builds compile but are untested
0.0.8
- Restoration
0.0.7
- Cleanup
0.0.6
- Cleanup
0.0.5
- Fixes scale when using multiple monitors
0.0.4
- Adds multi-monitor setup
0.0.3
- Cleanup
0.0.2
- Bug fix
0.0.1
- Initial commit