changelog.html 5.47 KB
Newer Older
1 2
<html>
<head>
Adrian Georgescu's avatar
Adrian Georgescu committed
3
<title>Blink Qt Changelog</title>
4 5 6
<link rel='stylesheet' type='text/css' href='style.css'>
</head>

Saul Ibarra's avatar
Saul Ibarra committed
7 8 9 10 11 12 13 14 15 16 17 18 19 20
<h2>Version 0.2.7</h2>

<p>May 25th, 2011

<ul>
<li>Improved interoperability with OnSIP service
<li>Fixed duplicate account detection
<li>No longer decode display_name as it's unicode now
<li>Adapted to the latest API changes in middleware
<li>Fixed string representation of SIP URIs with special characters (SIP Simple)
<li>Fixed SDP negotiation on bogus answers (SIP Simple)
<li>Reduced SDP size when streams are disabled (SIP Simple)
</ul>

21 22 23 24 25
<h2>Version 0.2.6</h2>

<p>March 22nd, 2011

<ul>
Saul Ibarra's avatar
Saul Ibarra committed
26 27 28 29
<li>Fixed exception when NAT type detection is attempted without connectivity (SIP Simple)
<li>Fixed exceptions when contact URI can't be built for the desired route (SIP Simple)
<li>Fixed crashes and increased resilience when connectivity is lost (SIP Simple)
<li>Relax check on SDP origin to increase interoperability (SIP Simple)
30 31
</ul>

32 33 34 35 36 37 38 39
<h2>Version 0.2.5</h2>

<p>February 16th, 2011

<ul>
<li>Fixed saving TLS options (SIP Simple)
</ul>

40 41
<h2>Version 0.2.4</h2>

Adrian Georgescu's avatar
Adrian Georgescu committed
42
<p>February 15th, 2011
43 44 45 46 47 48 49 50 51 52 53 54

<ul>
<li>Added support for unicode device names
<li>Added menu entry and dialog for joining a conference
<li>Restructured main menu
<li>Improved DNS resolver capabilities (SIP Simple)
<li>Only handle records in the local. domain for bonjour (SIP Simple)
<li>Send 500 response if we fail to create incoming invitation (SIP Simple)
<li>Fixed race conditions in subscription handlers (SIP Simple)
<li>Fixed exception when the session is ended on error conditions (SIP Simple)
</ul>

55 56 57 58 59 60 61 62 63 64 65 66 67 68
<h2>Version 0.2.3</h2>

<p>December 14th, 2010

<ul>
<li>Detect change of IP address
<li>Added web server tools activity indicator
<li>Fixed compatibility with older python-qt
<li>Made changes to Preferences thread safe (SIP Simple)
<li>Fixed TLS transport initialization (SIP Simple)
<li>Added DNS resolver autodetection capabilities (SIP Simple)
<li>Fixed matching of media codecs on incoming calls (SIP Simple)
</ul>

69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
<h2>Version 0.2.2</h2>

<p>November 29th, 2010

<ul>
<li>Fixed detection of audio codecs without a rtpmap line in SDP
<li>Fixed exception for MWI NOTIFY without a Message-Account body
</ul>

<h2>Version 0.2.1</h2>

<p>November 26th, 2010

<ul>
<li>Allow name and group attributes to be missing when updating a contact
<li>Handle bonjour neighbour record updates
<li>Updated debian dependency on python-sipsimple
<li>Honor the account.sip.always_use_my_proxy setting
<li>Fixed opening the create account dialog on first run
</ul>

Adrian Georgescu's avatar
Adrian Georgescu committed
90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108
<h2>Version 0.2.0</h2>

<p>November 11h, 2010

<ul>
<li>First Blink QT official release for MS Windows
<li>Added the preferences panel
<li>Enable inband DTMF by default
<li>Disable ICE by default
<li>Simplified MWI code and improved its user interface
<li>Improve handling of Google contacts
<li>Open the dialog for adding the initial account after the main window
<li>Switch to new plugged-in device automatically if we have active calls
<li>Added transparency for contact icons
<li>Added conference contact on first start
<li>Many bug fixes in the middleware
<li>Adapted to the latest changes in SIP SIMPLE client SDK
</ul>

109 110 111 112 113 114 115 116 117 118
<h2>Version 0.1.4</h2>

<p>September 6th, 2010

<ul>
<li>Save preferred media when creating a contact
<li>Fixed broken dependency to python-aplication for non-Debian systems
<li>Display 'no new messages' text before getting MWI NOTIFY
</ul>

119 120
<h2>Version 0.1.3</h2>

Saul Ibarra's avatar
Saul Ibarra committed
121
<p>September 3rd, 2010
122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138

<ul>
<li>Added support for inband DTMF dialing
<li>Improved logic for matching contacts to incoming sessions
<li>Added pstn prefix setting
<li>Fixed enabling Bonjour account item in the menu
<li>Added initial MWI support
</ul>

<h2>Version 0.1.2</h2>

<p>August 19th, 2010

<ul>
<li>First beta release for Microsoft Windows
<li>Switch automatically to the plugged audio device
<li>Release notes available at http://icanblink.com/blink-qt-windows-beta.phtml
Saul Ibarra's avatar
Saul Ibarra committed
139
</ul>
140

141
<h2>Version 0.1.1</h2>
142

Adrian Georgescu's avatar
Adrian Georgescu committed
143
<p>August 13th, 2010
144 145

<ul>
146
<li>First public release for Debian and Ubuntu Linux
Adrian Georgescu's avatar
Adrian Georgescu committed
147
<li>Release notes available at http://icanblink.com/blink-qt-beta.phtml
148 149 150 151 152
<li>Multiple SIP accounts
<li>Easy to setup accounts, only the SIP address and password are required
<li>Bonjour discovery mechanism
<li>Automatic detection of IP address changes
<li>TLS Security for both signaling and media
Adrian Georgescu's avatar
Adrian Georgescu committed
153
<li>NAT traversal using ICE
154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173
<li>Built-in DNS resolver to by-pass broken implementations in NAT routers
<li>Re-INVITE support for adding and removing media streams
<li>One-click SIP account sign-up at http://sip2sip.info
<li>Integration with AG Projects Multimedia Service Platform
<li>Integration with third-party SIP service providers
<li>Wideband Audio (G722 & speex)
<li>Multiple parallel calls
<li>Play hold tone and disconnect tone
<li>In-band DTMF support for legacy devices
<li>Per account ringtones
<li>Silent mode (do not ring on incoming call)
<li>Mute microphone
<li>Displays packet loss and round trip time
<li>Displays selected audio codec and sampling rate
<li>Control for input, output and alert audio devices
<li>Automatic DTMF mapping between letters and digits
<li>Support for entering PSTN numbers and SIP addresses
<li>Strip unwanted characters from telephone numbers
<li>Redial last call
<li>Multi-party conferencing with unlimited number of participants
Adrian Georgescu's avatar
Adrian Georgescu committed
174
<li>Multiple simultaneous conferences
175 176 177 178
<li>Drag and Drop contacts to conferences
<li>Mute individual participants
<li>Audio recording
<li>Display the caller icon and name retrieved from Address Book
Adrian Georgescu's avatar
Adrian Georgescu committed
179
<li>Reject calls with 486 Busy or 603 Decline
180
<li>SIP, DNS, MSRP protocol trace to file
181 182 183 184
</ul>

</body>
</html>