summaryrefslogtreecommitdiff
path: root/NEWS
blob: 141c8773103848d246f6c9755e9b961c662b2958 (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
telepathy-qt4-yell 0.1.4 (UNRELEASED)
======================================

The "..." release.

Enhancements:
 * ...

Fixes:
 * Fix media call caps update when changed
 * ...

telepathy-qt4-yell 0.1.3 (2011-04-22)
======================================

The "time-shifting" release.

Enhancements:
 * Refactored the conversation item into purpose-specific items

telepathy-qt4-yell 0.1.2 (2011-04-14)
======================================

The "can I call" release.

Enhancements:
 * Added ContactCapabilities and RequestableChannelClass support for Call.
 * Added some convenience methods to the AccountsModel.
 * Refactored ConversationModel into two classes: AbstractConversationModel
   which is just a storage class, and SessionConversationModel which stores a
   chat conversation for a chat session with a given contact.
 * Updated cmake module to find TelepathyQt4.

Fixes:
 * Added required linking to telepathy-glib.
 * Fixed contact list loading.
 * Fixed filtering of accounts through proxies when the connection status
   changes.
 * Only emit contacts added and removed signals if there are contacts actually
   being added/removed.

telepathy-qt4-yell 0.1.1 (2011-02-16)
======================================

The "keep calling" release.

API changes:
 * Removed CallChannel::awaitingLocal/RemoteAnswer in favour of CallChannel::flags().

Enhancements:
 * Added auto-generate classes for Call.Content.CodecOffer, Call.Content.Media, Call.Content.Mute,
   Call.Stream.EndPoint, Call.Stream.Media.
 * Added high-level API for Call.CallState/CallFlags/InitialTransport/InitialAudio/InitialVideo/
   InitialAudioName/InitialVideoName/MutableContents properties and Call.CallStateChanged.
 * Added Telepathy Farstream support through a new static library.

Fixes:
 * Minor documentation fixes.

telepathy-qt4-yell 0.1.0 (2011-01-31)
======================================

The "beginning" release.

The first release of telepathy-qt4-yell features:

 * High-level API and auto-generated client classes for Call.DRAFT.
 * Models support.