]> git.0d.be Git - empathy.git/blob - NEWS
Updated for 0.13 release.
[empathy.git] / NEWS
1 NEW in 0.13:
2 ===========
3  - Completely reworked ContactList API, new EmpathyContactFactory class.
4  - Update to new Telepathy avatar spec.
5  - Dynamic smiley managment and more efficient algorithm to detect smileys in
6    messages. New EmpathySmileyManager class.
7  - Adding capabilities contact property for Audio/Video.
8  - Adding UI to start a VoIP call. Atm it only shows a microphone icon for
9    contacts supporting voice or video but does not make the call. See
10    EMPATHY_VOIP branch for more complete support.
11  - "interactive" property on EmpathyContactListView to enable/disable context
12    menu and action when double-click on a contact.
13  - Add 2 properties to EmpathyIdle to activate auto-away and auto-disconnect,
14    default to off. Only empathy main client will turn them on, like that if
15    other processes are running with an EmpathyIdle instance they won't change
16    presence in the same time than Empathy client.
17  - Cache avatars in ~/.gnome2/Empathy/avatars.
18  - Adding a test program, useful to use with valgrind.
19  - Free return value for async DBus calls, they are not owned by dbus-glib.
20    This fix big leaks.
21
22 NEW in 0.12:
23 ===========
24  - Only update the topic of it has really be changed, avoid diplaying many
25    times "Topic set to:" message.
26  - Some Jabber chatroom sends messages received before we joined the room, avoid
27    displaying those messages if we already logged them last time we joined that
28    room. Previous workaround prevented Empathy to log offline messages.
29
30 NEW in 0.11:
31 ===========
32  - Change main window's title to "Contact list".
33  - Do not list profiles that don't have the corresponding CM installed when
34    creating a new account.
35
36 NEW in 0.10:
37 ===========
38  - Align param names on the left in the generic account settings widget.
39  - Try to guess the server from the jid if we are using the jabber profile.
40
41 NEW in 0.9:
42 ===========
43  - Initial room list support. It doesn't work yet but most of the code is ready.
44  - Tell the user when a message can't be sent.
45  - Set all contacts from salut protocol to the "Local Network" group.
46  - Fix NetworkManager support.
47  - Iconify main window to the status icon like in rhythmbox.
48  - Show avatars in chatrooms.
49  - Fix avatar not being requested when empathy starts.
50  - Remove unused nickname entry and use a GtkTable for room information.
51  - Set a window title and fix alignment of widgets for contact related dialogs
52    (add, edit/view info).
53  - Adding initial API documentation using gtk-doc.
54  - Auto-accept to publish presence to contacts that are in our subscribe list.
55    When accepting a pending contact add it to publish and subscribe list.
56  - Filter incoming text channels and make status icon flash when there we
57    receive a new message. Dispatch the channel only when we get a message and
58    the user click on the icon.
59  - Install libempathy and libempathy-gtk and make their API public. The API is
60    NOT STABLE AT ALL !!!
61
62 NEW in 0.8:
63 ===========
64  - Fixed contact list handling.
65  - Make use of NetworkManager to set presence to OFFILE when we are disconnected
66    and restore presence once we are reconnected.
67  - UI for searching in conversation history and to view all conversations with
68    a given contact.
69  - Do not use 2 different processes (empathy and empathy-chat), merge them
70    into one client. This is easier for debugging and share data.
71  - Do not create log directory for a chat if there is no messages to put in.
72  - Do not set active contacts when creating the store, and when contact groups
73    changed.
74  - Fix warning when using command-line options.
75  - Ignore ssl errors by default. This is needed to connect jabber accounts
76    using ssl.
77  - Adding spellcheck support using aspell.
78  - Lots of bugs fixed.
79
80 NEW in 0.7:
81 ===========
82  - Adding new contacts.
83  - Accept/Reject contacts who wants to get our presence.
84  - Edit/View contacts information.
85  - Get name and topic properties for chatrooms.
86  - Log chats and display 10 last messages when opening a new chat.
87  - Set presence to available for protocols that do not supports presence
88    (SIP, IRC).
89  - Lots of bugs fixed.
90
91 NEW in 0.6:
92 ===========
93  - Join room when clicking on favorite rooms.
94  - Do not restore away presence message when coming back after the user set
95    manually to away.
96  - Set parent window when poping a new window/dialog.
97  - Implement favorite chatroom menu.
98  - Do not highlight contacts already known when creating the contact list.
99  - Do not set status message to "Extended autoaway", let user's message
100    unchanged.
101  - Many bugs and leaks fixed.
102
103 NEW in 0.5:
104 ===========
105  - Do not highlight groups when adding them in the roster.
106  - Do not create new GossipContact object in presence/avatar/alias changed
107    signal if we don't already know that contact from a contact list channel.
108    This should fix DBus max pending calls limit reached in some cases.
109  - New icon for empathy-new-message, empathy-group-message and
110    empathy-proto-irc.
111  - Chatroom support. New objects: GossipNewChatroomDialog, GossipAccountChooser,
112    GossipGroupChat
113  - If we are offline do not set away on idle. If we are already away restore to
114    available when we are no mode idle. Do no modify status message.
115  - Fixed message displaying with fancy themes.
116  - Many bugs fixed.
117
118 NEW in 0.4:
119 ===========
120  - contact list refactoring: EmpathyContactList is an iface implemented by
121    EmpathyTpContactList, EmpathyContactManager and EmpathyTpChatroom.
122    GossipContactList splitted into GossipContactListStore and
123    GossipContactListView, it can display any object implementing the
124    EmpathyContactList iface. Make possible to set custom functions to define
125    the groups of a contact, by default it gets the "group" property of the
126    GossipContact object. This make possible to reuse the contact list UI from
127    the main window for chatrooms where groups are the role/affiliation of the
128    contact on that room.
129  - Auto away when gnome-screensaver says the session is idle and extended away
130    30min after that.
131  - Display ChatState when the contact is composing.
132  - Bugbuddy now reports crashes to GNOME Bugzilla.
133  - New program icon.
134  - Setting i18n support and importing po files from gossip.
135  - Add an example label for jid.
136  - Do not open chat window twice for the same conversation.
137