Skip to content

Commit d926b2b

Browse files
committed
Fix CHANGES.md
1 parent efaf5ae commit d926b2b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CHANGES.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
- Emacs navigation key-bindings support.
66

7+
- Adds support for setting urgency and persistency to notifications. Script
8+
function `notification()` takes new arguments: '.urgency' (low, normal, high,
9+
critical), '.persistent' (toggle persistent notification)
10+
711
## Changed
812

913
- Updates icon font from Font-Awesome 6.7.2.
@@ -51,6 +55,10 @@
5155

5256
- Avoids removing items if drag'n'drop action fails.
5357

58+
- Wayland: Fixes crash if getting owned clipboard data.
59+
60+
- Wayland: Fixes setting UTF-8 text on broken GNOME's XWayland.
61+
5462
# 9.1.0
5563

5664
## Added
@@ -62,10 +70,6 @@
6270
consistently for all clipboard changes with properly set formats
6371
`mimeClipboardMode`, `mimeOutputTab` and `mimeCurrentTab`.
6472

65-
- Adds support for setting urgency and persistency to notifications. Script
66-
function `notification()` takes new arguments: '.urgency' (low, normal, high,
67-
critical), '.persistent' (toggle persistent notification)
68-
6973
## Fixed
7074

7175
- Fixes editing multiple items (#2810).
@@ -84,10 +88,6 @@
8488

8589
- Avoids sharing execute() state in case it is launched recursively.
8690

87-
- Wayland: Fixes crash if getting owned clipboard data.
88-
89-
- Wayland: Fixes setting UTF-8 text on broken GNOME's XWayland.
90-
9191
# 9.0.0
9292

9393
## Added

0 commit comments

Comments
 (0)