summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authortrimental <timmins.s.lucas@gmail.com>2022-08-11 17:06:19 +0800
committerGitHub <noreply@github.com>2022-08-11 13:06:19 +0400
commit376300385b5a9377470567094ca28ed831769c30 (patch)
treec363308639b0b44127231867d1b329c031930651 /CHANGELOG.md
parent7d708d53f7ecb4c64db10ae44e7f4fca47c29a85 (diff)
Use `WindowEvent::Occluded` to hint rendering
This should prevent rendering on macOS and X11 to invisible windows.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c40e8b14..aa6091d9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -30,6 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Changed
+- No longer renders to macos and x11 windows that are fully occluded / not directly visible
- The `--help` output was reworked with a new colorful syntax
- OSC 52 is now disabled on unfocused windows
- `SpawnNewInstance` no longer inherits initial `--command`