Releases: rafaelsg-01/soft-scroll
Releases · rafaelsg-01/soft-scroll
0.2.0
🚀 This release was largely contributed by @Louis047.
Thank you for the huge improvements and features!
Summary
This PR adds several new features and improvements to Soft Scroll.
Added
- Add Application dialog showing running processes with icons
- Browse button to select any executable file for exclusion list
- Per-app exclusion list - disable smooth scrolling for specific applications
- Start with Windows feature (auto-launch via registry)
- Shift key to force horizontal scrolling
- Windows dark/light mode detection for adaptive UI theme
- Modern scrollbar styling that matches selected theme
- GitHub Actions CI workflow
Changed
- Refactored namespace from \SmoothScrollClone\ to \SoftScroll\
- Improved window detection using \WindowFromPoint\ for accurate per-app exclusion
- Updated UI with cleaner color palette and hover effects
- Unified all UI text to English
Fixed
- Exclusion list now correctly detects window under mouse cursor
Removed
- Dead code (\MainWindow.xaml, \MainWindow.xaml.cs)
Version
0.1.0 → 0.2.0
Testing
- Build succeeds with no warnings/errors
- Tested exclusion list functionality
- Tested Add Application dialog
- Tested Start with Windows feature
0.1.0
First version of SoftScroll. Basic features.