File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
30
# 9.0.0
2
31
3
32
## Added
You can’t perform that action at this time.
0 commit comments