forked from yshui/picom
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'yshui/next' into next
- Loading branch information
Showing
25 changed files
with
1,204 additions
and
364 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Unreleased | ||
|
||
## Bug fixes | ||
|
||
* Fix missing fading on window close for some window managers. (#704) | ||
|
||
# v11 (2024-Jan-20) | ||
|
||
## Build changes | ||
|
||
* Due to some caveats discovered related to setting the `CAP_SYS_NICE` capability, it is now recommended to **NOT** set this capability for picom. | ||
|
||
## Deprecations | ||
|
||
* Uses of `--sw-opti`, and `--respect-prop-shadow` are now hard errors. | ||
* `-F` has been removed completely. It was deprecated before the picom fork. | ||
|
||
# v11-rc1 (2024-Jan-14) | ||
|
||
## Notable features | ||
|
||
* picom now uses dithering to prevent banding. Banding is most notable when using a strong background blur. (#952) | ||
* Frame pacing. picom uses present feedback information to schedule new frames when it makes sense to do so. This improves latency, and replaces the `glFlush` and `GL_MaxFramesAllowed=1` hacks we used to do for NVIDIA. (#968 #1156) | ||
* Some missing features have been implemented for the EGL backend (#1004 #1007) | ||
|
||
## Bug fixes | ||
|
||
* Many memory/resource leak fixes thanks to @absolutelynothelix . (#977 #978 #979 #980 #982 #985 #992 #1009 #1022) | ||
* Fix tiling of wallpaper. (#1002) | ||
* Fix some blur artifacts (#1095) | ||
* Fix shadow color for transparent shadows (#1124) | ||
* Don't spam logs when another compositor is running (#1104) | ||
* Fix rounded corners showing as black with the xrender backend (#1003) | ||
* Fix blur with rounded windows (#950) | ||
|
||
## Build changes | ||
|
||
* Dependency `pcre` has been replaced by `pcre2`. | ||
* New dependency `xcb-util`. | ||
* `xinerama` is no longer used. | ||
* `picom` now tries to give itself a real-time scheduling priority. ~~Please consider giving `picom` the `CAP_SYS_NICE` capability when packaging it.~~ | ||
|
||
## Deprecations | ||
|
||
* The `kawase` blur method is removed. Note this is just an alias to the `dual_kawase` method, which is still available. (#1102) | ||
|
||
# Earlier versions | ||
|
||
Please see the GitHub releases page. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.