This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
Releases: wangwenx190/framelesshelper
Releases · wangwenx190/framelesshelper
2.5.0
What's Changed
- Fix hover event and system buttons by @SineStriker in #262
- Fix emulate message bug and git modules, window part mistakes, non client leave mistakes and crash by @SineStriker in #269
- Fix bugs after mouse press by @SineStriker in #270
- Improve mouse move handler by @SineStriker in #271
- Fix hover bug caused by system popup menu by @SineStriker in #272
- Use better workaround to emulate mouse events by @SineStriker in #273
- Emulate leave event for max button by @SineStriker in #278
- Fix Windows FramelessHelperHookWindowProc crash by @ollie-dawes in #305
- fix #303 mingw compile error by @czyt1988 in #306
- #307 Fix the compilation error of qt6.x by @czyt1988 in #317
- Modified system button colors for hover and press states by @kira-96 in #318
- #325 win: don't show two tooltips by @kira-96 in #326
New Contributors
Full Changelog: 2.4.2...2.5.0
2.4.2
What's Changed
Use correct version for CMake and QMake, no actual code changes.
2.4.1
Emergency fix for CMake package: can't use find_package
due to wrong file name
2.4.0
Major new features
- Nested frameless windows are now supported.
- The Ninja Multi-Config generator is now supported.
- Universal build for macOS is now supported.
- The Qt5 compatibility has been improved.
- Minor performance optimizations.
A lot thanks to
Full Changelog: 2.3.6...2.4.0
2.3.6
This release contains 2 important bug fixes:
- Windows: if you perform some specific steps before restore the window, the restore geometry would be wrong.
- UNIX: fixed the wrong system menu position.
For full change log, please refer to 2.3.5...2.3.6.
2.3.5
Sorry for the long wait! This version contains quite some bug fixes and improvements, I hope you can enjoy this new version!
For full change log, please refer to 2.3.4...2.3.5.
2.3.4
This version fixes some long standing bugs, it's recommended to upgrade to this version.
For full change log, please refer to 2.3.3...2.3.4.
2.3.3
Important Changes
- Windows: add more safe guards to the DPI and UxTheme hacks.
- Reshuffle some code to make the implementation cleaner.
For full change log, please refer to 2.3.2...2.3.3.
2.3.2
Important Changes
- Windows: fixed some bugs which will rarely be triggered.
- Windows: corrected some DPI hacks, both code and comments. Thank to @MouriNaruto !
- Windows: use new way to disable log output, fix qloggingcategory deadlock. Thank to @SineStriker !
For full change log, please refer to 2.3.1...2.3.2.
2.3.1
Important Changes
- Windows: improve compatibility for some early Windows 10 versions by adding more hacks.
- Windows: fixed some bugs which rarely get triggered.
For full change log, please refer to 2.3.0...2.3.1.