|
| 1 | +# 10.0.0 |
| 2 | + |
| 3 | +## Added |
| 4 | + |
| 5 | +- Emacs navigation key-bindings support. |
| 6 | + |
| 7 | +## Changed |
| 8 | + |
| 9 | +- Updates icon font from Font-Awesome 6.7.2. |
| 10 | + |
| 11 | +- On Windows, the main window is shown when starting the application using |
| 12 | + the program icon (#2965). |
| 13 | + |
| 14 | +- Calling `exit()` script function prints "Terminating server" on stderr |
| 15 | + instead of stdout. |
| 16 | + |
| 17 | +## Fixed |
| 18 | + |
| 19 | +- Fixes item selection with Ctrl+Space (#2850). |
| 20 | + |
| 21 | +- Fixes confirming exit if any commands are running. |
| 22 | + |
| 23 | +- Fixes selecting specific row on search (#2770). |
| 24 | + |
| 25 | +- Clipboard data cloning will be now aborted if the data changes during the |
| 26 | + process. This avoids using incomplete data in rare cases. |
| 27 | + |
| 28 | +- Fixes contrast of the selected row number color (#2887). The row number text |
| 29 | + color of selected item is set to the same color as item text by default. This |
| 30 | + can be overridden via "Edit Theme" button using option `num_sel_fg`. |
| 31 | + |
| 32 | +- Fixes internal editor syntax highlighting for numbers containing separators |
| 33 | + (for example `100_000`, `0x1234_abcd`) and avoids incorrectly highlighting |
| 34 | + multiple lines as regular expression in some cases. |
| 35 | + |
| 36 | +- On GNOME (Wayland session), the clipboard monitor and provider processes run |
| 37 | + in XWayland mode because GNOME does not support Wayland data control |
| 38 | + protocol. This behavior can be skipped by settings `QT_QPA_PLATFORM` |
| 39 | + environment variable to "wayland" (or other value). |
| 40 | + |
| 41 | +- On Wayland compositors, fixes unnecessary application start delay if |
| 42 | + clipboard access (the data control protocol) is not supported. |
| 43 | + |
| 44 | +- On Linux, the "Ignore items with no or single character" predefined command |
| 45 | + properly avoids synchronizing empty text or single character. |
| 46 | + |
| 47 | +- On Linux, fixes waiting on keyboard modifiers release when synchronizing |
| 48 | + selection. |
| 49 | + |
| 50 | +- Avoids recursive item preview updates when using display commands. |
| 51 | + |
| 52 | +- Avoids removing items if drag'n'drop action fails. |
| 53 | + |
1 | 54 | # 9.1.0
|
2 | 55 |
|
3 | 56 | ## Added
|
|
0 commit comments