changelog: /N tag formatter

This commit is contained in:
Daniel Eklöf 2024-09-05 08:20:59 +02:00
parent 311c481bfe
commit c80bae7604
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -22,6 +22,8 @@
* network: `type` and `kind` tags ([#380][380]).
* tags: `b` tag formatter; divides the tag's decimal value with `8`
([#392][392]).
* tags: `/<N>` tag formatter: divides the tag's decimal value with `N`
([#392][392]).
[96]: https://codeberg.org/dnkl/yambar/issues/96
[380]: https://codeberg.org/dnkl/yambar/issues/380