Codebase list virt-viewer / 6a9909b
Add NEWS for 10.0 release Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Daniel P. Berrangé 3 years ago
1 changed file(s) with 44 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
00 Virt Viewer News
11 ================
2
3 10.0: Apr 20, 2021
4 ------------------
5
6 - Switch to use Meson for build system instead of autotools
7 - Require libvirt >= 1.2.8
8 - Redesign UI to use title bar widget instead of menu bar
9 - Request use of dark theme by default, if available
10 - Don't filter out oVirt DATA storage domains
11 for ISO image sharing
12 - Add --keymap arg to allow keys to be remapped
13 - Display error message if no extension is present
14 for screenshot filename
15 - Fix misc memory leaks
16 - Use nicer error message if not ISOs are available
17 - Use more explicit accelerator hint to distinguish
18 left and right ctrl/alt keys
19 - Report detailed file transfer errors
20 - Use standard about diaglog
21 - Refresh and improve translations
22 - Install appstream data file in preferred location
23 - Refresh appstream data file contents
24 - Display VM title when listing VMs, if available
25 - Display VM description as tooltop, if available
26 - Sort VM names when listing
27 - Enable ASLR and NX for Windows builds
28 - Add --shared arg to request a shared session for VNC
29 - Disable all accels when not grabbed in kiosk mode
30 - Allow num keypad to be used for zoom changes
31 - Disable grab sequence in kiosk mode to prevent escape
32 - Allow zoom hotkeys to be set on the command line / vv file
33 - Display error message if VNC connection fails
34 - Fix warnings about atomics with new GLib
35 - Remove use of deprecated GTK APIs
36 - Document cursor ungrab sequence in man pages
37 - Honour Ctrl-C when auth dialog is active
38 - Minor UI tweaks to auth dialog
39 - Support VM power control actions with VNC
40 - Add --cursor arg to control whether a local pointer is
41 rendered with VNC
42 - Add --auto-resize arg and menu to control whether to
43 resize the remote framebuffer to math local window size
44 - Add support for remote framebuffer resize with VNC
45 - Handle case sensitivity when parsing accelerator mappings
246
347 9.0: May 1, 2020
448 -----------------