1
0
Fork 0
mirror of https://github.com/yshui/picom.git synced 2025-02-17 15:56:21 -05:00

misc: update changelog

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2024-10-14 16:35:41 +01:00
parent da963932e0
commit 8cf4ad4c37
No known key found for this signature in database
GPG key ID: D3A4405BE6CC17F4

View file

@ -1,5 +1,21 @@
# Unreleased
## Deprecations
* `--legacy-backends` is now deprecated. Setting it no longer has an effect.
* `resize-damage`, `glx-no-stencil` and `glx-no-rebind-pixmap` are now deprecated, because they only works on legacy backends.
* Removed several options that have been deprecated for a long time, this includes:
- `glx-fshader-win`
- `glx-swap-method`
- `glx-use-gpushader4`
- `menu-opacity`
- `vsync-aggressive`
- `respect-prop-shadow`
- `sw-opti`
- `clear-shadow`
# 12.3 (2024-Oct-14)
## Improvements
* Extend workaround for missing hardware accelerated convolution to more drivers (#1349)