Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Releases: wangwenx190/framelesshelper

2.5.0

19 Dec 09:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.4.2...2.5.0

2.4.2

17 Jul 06:57
Compare
Choose a tag to compare

What's Changed

Use correct version for CMake and QMake, no actual code changes.

2.4.1

16 Jul 12:37
Compare
Choose a tag to compare

Emergency fix for CMake package: can't use find_package due to wrong file name

2.4.0

15 Jul 08:42
Compare
Choose a tag to compare

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

24 Apr 05:22
Compare
Choose a tag to compare

This release contains 2 important bug fixes:

  1. Windows: if you perform some specific steps before restore the window, the restore geometry would be wrong.
  2. UNIX: fixed the wrong system menu position.

For full change log, please refer to 2.3.5...2.3.6.

2.3.5

07 Apr 09:14
Compare
Choose a tag to compare

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

24 Nov 05:51
Compare
Choose a tag to compare

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

11 Nov 07:29
Compare
Choose a tag to compare

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

10 Nov 09:03
Compare
Choose a tag to compare

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

09 Nov 06:50
Compare
Choose a tag to compare

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.