summaryrefslogtreecommitdiff
path: root/NEWS
blob: 6768f782576563e08e3a59d971fda74fa239e8b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
  Virt Viewer News
  ================

0.5.3: May 14, 2012
-------------------

  - Add support for raw IPv6 addresses
  - Add a remote-viewer.desktop file and register spice:// handling
  - Add a simple connection dialog to remote-viewer
  - Add remote-viewer --fullscreen=auto-conf option, to update guest
    monitors configuration to match client
  - Spice controller support for disable-effects, color-depth and
    usbredir
  - Spice controller interaction fixes
  - Windows version and nsis installer improvements
  - Import newer translations from transifex
  - Misc reference leak / crash bugs fixed


0.5.2: Mar 09, 2012
-------------------

  - Require libvirt >= 0.9.7, spice-gtk >= 0.11, spice-protocol >= 0.10.1
  - Import newer translations from transifex
  - remote-viewer learned Spice controller customizable key bindings,
    smartcard property, and foreign menu
  - Fix Spice crash on re-connection
  - Fix connecting via ssh to a password-protected server
  - Add a sendkey menu in fullscreen mode
  - Add USB device selection in fullscreen mode
  - Misc reference leak / crash bugs fixed

0.5.1: Feb 17, 2012
-------------------

  - Import newer translations from transifex
  - Fix build system to ensure we don't loose GNU_RELRO
    security feature
  - Don't link virt-viewer binary against spice controller
  - Add back compat for GObject 2.22 which lacks GBinding

0.5.0: Feb 14, 2012
-------------------

  - Add a remote-viewer binary for connecting to a SPICE/VNC
    server based on URI, instead of querying libvirt
  - Add ability to attach to a local VM via libvirt instead of
    connecting over UNIX sockets
  - Add support for SPICE controller
  - Allow build without libvirt, for remote-viewer only
  - Automatically resize guest desktop when resizing window with SPICE
  - Add support for redirecting host USB devices to remote guest
  - Grab focus when first showing the display
  - Register as a spice-xpi-client-remote alternative
  - Add pretty icon for virt-viewer app
  - Set transient window hints on all popups
  - Activate password 'Ok' button when pressing Enter
  - Support secure connections with SPICE
  - Don't hardcode 'localhost' for hostname

0.4.2: Nov  9, 2011
-------------------

  - Fix exports of signal functions for GTK UI builder on Windows
  - Avoid crash if xmlParseURI fails
  - Fix inverted test for SSH port that broke tunnelling
  - Don't hardcode port numbers for SSH if not requested by user
  - Fix deadlock in event handling
  - Fix initial zoom level for all windows
  - Fix window title to include domain name
  - Fix hostname used when XML gives a wildcard IP address
  - Fix window title when waiting for domain to appear
  - Fix key shortcust for F9-F12 menus
  - Always ask libvirt for its canonical URI
  - Allow build without GTK-VNC (ie spice only)
  - Require GTK-VNC >= 0.4.3
  - Require SPICE-GTK >= 0.6.0


0.4.1: Aug  4, 2011
-------------------

  - Remove bogus use of AM_GLIB_GNU_GETTEXT macro to try to
    facilitate BSD builds
  - Support multiple monitors with SPICE and QXL drivers
  - Don't hardcode SSH port to 22 when tunnelling

0.4.0: Jul 12, 2011
-------------------

  - Require SPICE-GTK >= 0.6
  - Hide menu bar when going fullscreen
  - Support building against GTK2 or GTK3
  - Convert from Glade to GtkBuilder
  - Honour 'listen' attribute from <graphics> XML when connecting
  - Fix reconnection after authentication failure
  - Make --verbose flag actually do something
  - Enable scaling with SPICE to match VNC behaviour
  - Rewrite widget resizing code to (try to) be more reliable
  - Fill extra space outside guest display with black
  - Fix (null) in title bar while not connected
  - Fix multiple memory leaks
  - Fix reconnecting to display with SPICE

0.3.1: Feb 21, 2011
-------------------

  - Fix typo in configure script that broke SPICE

0.3.0: Feb 21, 2011
-------------------

  - Add support for SPICE graphics client
  - Allow connections to VNC server over UNIX sockets
  - Improve error messages on auth/connection failure
  - Add support for zoom levels
  - Many updated translations

0.2.1: Jan 15, 2010
-------------------

  - Add infrastructure for translation
  - Display dialog to user if authentication fails
  - Display dialog to user if domain cannot be found
  - GTK/GLib best practice cleanups
  - Add Polish translation

0.2.0: July 20, 2009
--------------------

  - Switch UI over to use Glade
  - Support graphical dialog for VNC and libvirt authentication
  - Resize window to match VNC desktop size where possible
  - Scale down VNC desktop if it cannot fit in host desktop space
  - Allow user to resize window to arbitrary size, scaling VNC
  - Fix blocking of accelerators
  - Allow automatic reconnect to a VM via --reconnect
  - Use libvirt events to detect when VM changes state
  - Wait for VM to appear if it does not exist
  - Fix plugin build with newer xulrunner
  - Port & build for Mingw32 target

0.0.3: March 10, 2008
---------------------

  - Block accelerators when grab is active
  - Enable smooth scaling of desktop to fill screen
  - Added an experimental firefox plugin (disabled by default)
  - Hide characters in password entry field
  - Use domain name in title bar instead of VNC desktop name

0.0.2: August 28, 2007
----------------------

  - Support connecting to remote libvirt servers
  - Support connecting to remote VNC consoles
  - Support tunneling VNC over SSH
  - Support TLS x509 certificate credentials

0.0.1: August 15, 2007
----------------------

  - Initial release