Codebase list virt-viewer / 50536e7
Update NEWS for 1.0 release Signed-off-by: Daniel P. Berrange <berrange@redhat.com> Daniel P. Berrange 9 years ago
1 changed file(s) with 29 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
00 Virt Viewer News
11 ================
2
3 1.0: Jul 21, 2014
4 -----------------
5
6 - Switched to 2-digit version numbering.
7 - Improve error reporting when failing to find
8 the GtkBuilder UI files
9 - Honour title provided by SPICE server if available
10 - Don't hide main window when disconnecting in multi-monitor
11 configurations
12 - Don't show VNC widget until authentication has completed
13 - Fix session handling when re-authenticating
14 - Improve docs for --attach flag
15 - Ask for credentials for SPICE proxy
16 - Fix scaling of windows when resizing
17 - Remove 'Automatically resize' menu, leaving the behaviour
18 permanently enabled
19 - Improve USB icon in full screen toolbar
20 - Don't resize guest when changing zoom level
21 - Don't create windows at startup if kiosk mode isn't enabled
22 - Don't show quit confirmation dialog in kiosk mode
23 - Misc typos / fixes in man pages
24 - Fix race with metacity window manager in fullscreen mode
25 - Avoid accidentally connecting to localhost with --direct flag
26 - Use custom log handler to silence debug messages on old glib2
27 - Fix tiny windows for secondary displays with gtk2 build
28 - Take zoom into account when checkign display limits
29 - Fix unshrinkable displays with windows guests
30 - Allow ctrl-[+-] to zoom in fullscreen mode
231
332 0.6.0: Jan 24, 2014
433 -------------------