diff options
| author | Allusive <[email protected]> | 2023-10-31 20:09:32 +1100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-10-31 20:09:32 +1100 |
| commit | da96a652a0778903986b6008f1ea00249be6416c (patch) | |
| tree | 8e43776e66ca7a8073267d09e14a6dc503c0bc92 | |
| parent | Resolved wrong animations playing. At the cost of deprecating not working fea... (diff) | |
| download | compfy-da96a652a0778903986b6008f1ea00249be6416c.tar.xz compfy-da96a652a0778903986b6008f1ea00249be6416c.zip | |
Update README.md
| -rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -24,7 +24,13 @@ Please check out the updated documentation! Here is a full list of features that are now avaliable in `v1.0` - Includes all fixes and changes from `yshui/picom-v10.2` -- Includes pijulius animation code. +- Includes pijulius animation code. ( + + **As of `1.2.0` `animation-for-workspace-in`, `animation-for-workspace-out`, `animation-for-transient-window` have been removed because their corrosponding functions caused the issue of the wrong animations playing in all other instances.** + + If anyone has an issue with this please let me know in a issue. + + ) - Includes corners-rule. Allowing you to set the corner-radius on a per window basis. - Animation open and unmap exclusion lists! Don't want something animating? Now you can fix that. - Blur rules. Background blurring is now done on a whitelist basis to reduce hardware consumption. (This might be changed in `v1.1` where you will be able to chose whether to use a whitelist or blacklist). |