feat: v0.2.0 - Exclusion list improvements, Start with Windows, and UI enhancements#2
Conversation
…ancements (v0.2.0) - Add Application dialog with running processes and icons - Per-app exclusion list with WindowFromPoint detection - Start with Windows feature via registry - Shift key for horizontal scrolling - Dark/light mode detection and themed UI - Modern scrollbar styling - GitHub Actions CI workflow - Refactored namespace to SoftScroll
|
I have also tried my best in replicating the smooth scroll acceleration and smoothness as of the original application with various methods (went as far as de-compiling SmoothScroll so as to get the algorithm behind it), but couldn't get it to work except for the above improvements. I feel that this project has potential and sooner or later, we might be able to replicate the exact behavior as of SmoothScroll's working. |
|
Thank you very much for the contribution and for the detailed PR 🙏 I’m very happy with how much the project has improved thanks to your work. I’ll do my best to keep maintaining and supporting it, and please feel free to open new PRs in the future if you think something can be improved or adjusted. Thanks again! |
|
I'm happy to contribute to this project! 😁 But its not quite there yet the main focus is to be on how to exactly replicate SmoothScroll's internal working and what algorithms does it use to achieve the scrolling and acceleration rate. |
Summary
This PR adds several new features and improvements to Soft Scroll.
Added
Changed
Fixed
Removed
Version
0.1.0 → 0.2.0
Testing