What's Changed
Mitigates a Wayland-specific scrollbar interaction bug and cleans up documentation.
🐛 Bug Fixes
- Wayland scrollbar overlap — Reduced scrollbar width from 8px to 6px to avoid overlapping Tauri's CSD (Client-Side Decoration) resize margin on Wayland. This is an upstream issue in
tao/wry(tao#892, wry#1167) where the ~8px resize hitbox intercepts scrollbar pointer events, making scrollbars un-draggable and "sticky" after a window resize. macOS/Windows/X11 are unaffected. Fixes #6.
📄 Documentation
- Added GitHub Issue Templates (bug report + feature request) and Pull Request Template
- Consolidated
CONTRIBUTING.mdinto a single source of truth atdocs/CONTRIBUTING.md
📦 Downloads
| Platform | File |
|---|---|
| macOS (Apple Silicon) | .dmg
|
| Windows (x64) | -setup.exe
|
| Linux (x64) | .AppImage / .deb
|
| Linux (ARM64) | .AppImage / .deb
|