mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-16 13:34:48 +02:00
Improve performance of using active process data when rendering the tab bar by only scanning processes once per second
We dont bother with configurable ttl. Instead treat the start of caching as the instant when cache freshness is checked. And ensure that cache is re-used for every OS Window. Fixes #9862 Fixes #9872
This commit is contained in:
@@ -243,6 +243,8 @@ Detailed list of changes
|
||||
|
||||
- Render block elements from the Unicode Symbols for Legacy Computing Supplement block (U+1CC00–U+1CEBF): separated block quadrants, separated block sextants, one sixteenth blocks, and one quarter block partial fills (:disc:`9849`)
|
||||
|
||||
- Improve performance of using active process data when rendering the tab bar by only scanning processes once per second (:iss:`9862`)
|
||||
|
||||
0.46.2 [2026-03-21]
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user