Skip to content

Commit 2e9750f

Browse files
committed
Update CHANGES.md
1 parent ea2da85 commit 2e9750f

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGES.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# 9.1.0
2+
3+
## Added
4+
5+
- Allows processing all clipboard changes (#2787, #2746).
6+
If clipboard contains secret (for example is copied from a password manager),
7+
`onSecretClipboardChanged()` script function is called with data containing
8+
`mimeSecret` format set to `1`. Also ensures that callbacks are called
9+
consistently for all clipboard changes with properly set formats
10+
`mimeClipboardMode`, `mimeOutputTab` and `mimeCurrentTab`.
11+
12+
## Fixed
13+
14+
- Fixes editing multiple items (#2810).
15+
16+
- Fixes synchronization plugin causing redundant UI updates and menu
17+
misbehavior (#2649).
18+
19+
- Fixes showing sub-menus for custom commands in tray menu (#2730).
20+
21+
- Fixes switching tab if `onItemsLoaded()` is overridden (#2788).
22+
23+
- Fixes theme option `hover_item_css` (#2687).
24+
25+
- Avoids modifying data from display commands and causing redundant UI updates
26+
(#2837).
27+
28+
- Avoids sharing execute() state in case it is launched recursively.
29+
130
# 9.0.0
231

332
## Added

0 commit comments

Comments
 (0)