mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-25 05:15:41 +02:00
changelog: cpu: don’t error out on systems with SMT disabled
This commit is contained in:
parent
62ca06eccb
commit
9c28d36898
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
|
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
* Support for custom font fallbacks
|
* Support for custom font fallbacks
|
||||||
|
@ -37,6 +38,8 @@
|
||||||
* Slow/laggy behavior when quickly spawning many `on-click` handlers,
|
* Slow/laggy behavior when quickly spawning many `on-click` handlers,
|
||||||
e.g. when handling mouse wheel events
|
e.g. when handling mouse wheel events
|
||||||
(https://codeberg.org/dnkl/yambar/issues/169).
|
(https://codeberg.org/dnkl/yambar/issues/169).
|
||||||
|
* cpu: don’t error out on systems where SMT has been disabled
|
||||||
|
(https://codeberg.org/dnkl/yambar/issues/172).
|
||||||
|
|
||||||
|
|
||||||
### Security
|
### Security
|
||||||
|
|
Loading…
Add table
Reference in a new issue