From 9bc657433ddbd2e2a630a6fb7d3264ce13b39a16 Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Fri, 30 Aug 2024 01:06:04 +0100 Subject: [PATCH] misc: update CHANGELOG.md Signed-off-by: Yuxuan Shui --- CHANGELOG.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1db934c05c..194824d8c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,22 @@ +# v12-rc3 (2024-Aug-30) + +## Bug fixes + +* Setting `transparent-clipping` via window rules has no effect (#1317) +* `unredir` in window rules not being parsed correctly +* Changing window opacity with `picom-trans` does not take effect immediately (#1315) + +## Documentation + +* Document behave change around rounded corners and fullscreen windows + # v12-rc2 (2024-Aug-17) ## Bug fixes -* Setting corner-radius to 0 cause all windows to not render: #1311 +* Setting corner-radius to 0 cause all windows to not render (#1311) * Setting corner-radius causes windows to have a 1-pixel transparent border -* Window shaders no longer work: #1312 +* Window shaders no longer work (#1312) # v12-rc1 (2024-Aug-12)