mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-23 04:25:42 +02:00
changelog: convert all issue links to reference links in ‘unreleased’
This commit is contained in:
parent
acb8a09376
commit
1206153b03
1 changed files with 10 additions and 8 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -13,14 +13,12 @@
|
|||
|
||||
### Added
|
||||
|
||||
* Support for custom font fallbacks
|
||||
([#153](https://codeberg.org/dnkl/yambar/issues/153)).
|
||||
* overline: new decoration
|
||||
([#153](https://codeberg.org/dnkl/yambar/issues/153)).
|
||||
* Support for custom font fallbacks ([#153][153]).
|
||||
* overline: new decoration ([#153][153]).
|
||||
* i3/sway: boolean option `strip-workspace-numbers`.
|
||||
* font-shaping: new inheritable configuration option, allowing you to
|
||||
configure whether strings should be _shaped_ using HarfBuzz, or not
|
||||
([#159](https://codeberg.org/dnkl/yambar/issues/159)).
|
||||
([#159][159]).
|
||||
|
||||
|
||||
### Changed
|
||||
|
@ -36,15 +34,19 @@
|
|||
workspace reply/event without 'name' and/or 'output', and/or 'focus'
|
||||
properties_).
|
||||
* Slow/laggy behavior when quickly spawning many `on-click` handlers,
|
||||
e.g. when handling mouse wheel events
|
||||
([#169](https://codeberg.org/dnkl/yambar/issues/169)).
|
||||
e.g. when handling mouse wheel events ([#169][169]).
|
||||
* cpu: don’t error out on systems where SMT has been disabled
|
||||
([#172](https://codeberg.org/dnkl/yambar/issues/172)).
|
||||
([#172][172]).
|
||||
|
||||
|
||||
### Security
|
||||
### Contributors
|
||||
|
||||
[153]: https://codeberg.org/dnkl/yambar/issues/153
|
||||
[159]: https://codeberg.org/dnkl/yambar/issues/159
|
||||
[169]: https://codeberg.org/dnkl/yambar/issues/169
|
||||
[172]: https://codeberg.org/dnkl/yambar/issues/172
|
||||
|
||||
|
||||
## 1.8.0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue