]> git.0d.be Git - empathy.git/blob - NEWS
Update NEWS for 0.21.5 release
[empathy.git] / NEWS
1 NEW in 0.21.5
2 ==============
3 - Adding a release.py script that uses git.
4 - Add SIP icon picked from pidgin.
5 - Cleanup icons: Regenerate icons from SVG at 16, 22, 24, 32 and 48 size.
6   Change xmpp-link-local icon from apple's to the avahi icon. Still missing SVG
7   for im-message, im-message-new and user-typing.
8 - Add avatar token in logs and load avatar from cache when getting logs messages.
9 - Reset status message when coming back from away and the status was manually
10   set to away.
11 - Update profiles based on N810's.
12 - Remove ChangeLog and po/ChangeLog, new release script uses git logs and
13   generates ChangeLog file from git.
14 - Add .gitignore files.
15 - Chandlers leaves when there is no more channels to handle.
16 - Set call window title to contact name
17 - Import Gossip's chat theme system and simplify it a bit.
18
19 Bugs fixed:
20 - Fixed #466960, status icon tooltip doesn't change when status changes (xclaesse)
21 - Fixed #508520, :0 smiley conversion shouldn't happen for times (xclaesse)
22 - Fixed #499885, Automatically connect at session start (xclaesse)
23 - Fixed #507656, "make valgrind" broken (xclaesse)
24 - Fixed #459520, Can't remove a group (xclaesse)
25 - Fixed #447851, Wider list of participants in group chat/IRC channel (xclaesse)
26 - Fixed #505622, add "check" framework support (xclaesse)
27 - Fixed #490153, Join _New... icon (xclaesse)
28 - Fixed #502932, Text selection in Accounts window (xclaesse)
29
30 Translations:
31 - Updated Spanish Translation (jorgegonz).
32 - Updated Norwegian bokmål Translation (kmaraas).
33 - Updated Occitan Translation (ymarcheg).
34 - Updated French Translation (claudep).
35 - Updated Swedish Translation (dnylande).
36 - Updated Spanish Translation (jorgegonz).
37 - Updated Brazilian Portuguese Translation (leonardof).
38 - Updated Basque Translation (dooteo).
39 - Updated Arabic Translation (djihed).
40 - Updated Norwegian bokmål Translation (kmaraas).
41
42 NEW in 0.21.4:
43 =============
44  - Cache avatar pixbuf in EmpathyChatView to avoid having a new pixbuf in memory
45    for each message a contact sends
46  - Generate ChangeLog from svn commits. Copy generator from epiphany.
47  - Correctly store/restore presence when NM state changes.
48  - Split EmpathyContactFactory to have one EmpathyTpContactFactory per account.
49  - When NM is in sleeping (=disabled) state, do just like if it was connected.
50    Add a gconf key to disable NM support completely.
51
52 NEW in 0.21.3:
53 =============
54  - Request new Text Channel if the contact is online again and CM don't support
55    offline message or if account gets reconnected.
56  - Depend on telepathy-glib and make use of his new API. Don't use deprecated
57    functions of libtelepathy.
58  - Better gtkdoc generator.
59
60 NEW in 0.21.2:
61 =============
62  - Display error message when an account failed to connect.
63  - Move chats to its own process.
64  - Move chandlers in $libexecdir
65  - Don't use the same bus name for filter and chandler programs. 
66
67 NEW in 0.21.1:
68 =============
69  - Cleanup licences and copyrights, Modules with 100% collabora code are now
70    relicenced to LGPL.
71  - Hide main window with ALT-F4.
72  - Set chat state to ACTIVE when receiving a message from a contact, avoid
73    staying in COMPOSING state forever for protocols like MSN that do not notify
74    when contact stoped writing.
75  - Don't use deprecated Gtk/GLib API. Mainly replace GtkTooltips by new
76    tooltip API from GTK 2.12.
77  - Use g_timeout_add_seconds when appropriated to avoid weaking the process too
78    much.
79  - Implement EmpathyAvatarChooser and EmpathyAvatarImage and make use of them in
80    contact information windows. That means we can now enlarge avatars when
81    clicking on it and we can set our own avatar if we edit our own contact.
82  - Implement edit personal information window, no vcard supported yet, but it's
83    not possible to set our own alias/avatar.
84  - Bump version to 0.21.1 for GNOME 2.21.1 release.
85
86 NEW in 0.14:
87 ===========
88  - Megaphone applet now uses avatar cache.
89
90 NEW in 0.13:
91 ===========
92  - Completely reworked ContactList API, new EmpathyContactFactory class.
93  - Update to new Telepathy avatar spec.
94  - Dynamic smiley managment and more efficient algorithm to detect smileys in
95    messages. New EmpathySmileyManager class.
96  - Adding capabilities contact property for Audio/Video.
97  - Adding UI to start a VoIP call. Atm it only shows a microphone icon for
98    contacts supporting voice or video but does not make the call. See
99    EMPATHY_VOIP branch for more complete support.
100  - "interactive" property on EmpathyContactListView to enable/disable context
101    menu and action when double-click on a contact.
102  - Add 2 properties to EmpathyIdle to activate auto-away and auto-disconnect,
103    default to off. Only empathy main client will turn them on, like that if
104    other processes are running with an EmpathyIdle instance they won't change
105    presence in the same time than Empathy client.
106  - Cache avatars in ~/.gnome2/Empathy/avatars.
107  - Adding a test program, useful to use with valgrind.
108  - Free return value for async DBus calls, they are not owned by dbus-glib.
109    This fix big leaks.
110
111 NEW in 0.12:
112 ===========
113  - Only update the topic of it has really be changed, avoid diplaying many
114    times "Topic set to:" message.
115  - Some Jabber chatroom sends messages received before we joined the room, avoid
116    displaying those messages if we already logged them last time we joined that
117    room. Previous workaround prevented Empathy to log offline messages.
118
119 NEW in 0.11:
120 ===========
121  - Change main window's title to "Contact list".
122  - Do not list profiles that don't have the corresponding CM installed when
123    creating a new account.
124
125 NEW in 0.10:
126 ===========
127  - Align param names on the left in the generic account settings widget.
128  - Try to guess the server from the jid if we are using the jabber profile.
129
130 NEW in 0.9:
131 ===========
132  - Initial room list support. It doesn't work yet but most of the code is ready.
133  - Tell the user when a message can't be sent.
134  - Set all contacts from salut protocol to the "Local Network" group.
135  - Fix NetworkManager support.
136  - Iconify main window to the status icon like in rhythmbox.
137  - Show avatars in chatrooms.
138  - Fix avatar not being requested when empathy starts.
139  - Remove unused nickname entry and use a GtkTable for room information.
140  - Set a window title and fix alignment of widgets for contact related dialogs
141    (add, edit/view info).
142  - Adding initial API documentation using gtk-doc.
143  - Auto-accept to publish presence to contacts that are in our subscribe list.
144    When accepting a pending contact add it to publish and subscribe list.
145  - Filter incoming text channels and make status icon flash when there we
146    receive a new message. Dispatch the channel only when we get a message and
147    the user click on the icon.
148  - Install libempathy and libempathy-gtk and make their API public. The API is
149    NOT STABLE AT ALL !!!
150
151 NEW in 0.8:
152 ===========
153  - Fixed contact list handling.
154  - Make use of NetworkManager to set presence to OFFILE when we are disconnected
155    and restore presence once we are reconnected.
156  - UI for searching in conversation history and to view all conversations with
157    a given contact.
158  - Do not use 2 different processes (empathy and empathy-chat), merge them
159    into one client. This is easier for debugging and share data.
160  - Do not create log directory for a chat if there is no messages to put in.
161  - Do not set active contacts when creating the store, and when contact groups
162    changed.
163  - Fix warning when using command-line options.
164  - Ignore ssl errors by default. This is needed to connect jabber accounts
165    using ssl.
166  - Adding spellcheck support using aspell.
167  - Lots of bugs fixed.
168
169 NEW in 0.7:
170 ===========
171  - Adding new contacts.
172  - Accept/Reject contacts who wants to get our presence.
173  - Edit/View contacts information.
174  - Get name and topic properties for chatrooms.
175  - Log chats and display 10 last messages when opening a new chat.
176  - Set presence to available for protocols that do not supports presence
177    (SIP, IRC).
178  - Lots of bugs fixed.
179
180 NEW in 0.6:
181 ===========
182  - Join room when clicking on favorite rooms.
183  - Do not restore away presence message when coming back after the user set
184    manually to away.
185  - Set parent window when poping a new window/dialog.
186  - Implement favorite chatroom menu.
187  - Do not highlight contacts already known when creating the contact list.
188  - Do not set status message to "Extended autoaway", let user's message
189    unchanged.
190  - Many bugs and leaks fixed.
191
192 NEW in 0.5:
193 ===========
194  - Do not highlight groups when adding them in the roster.
195  - Do not create new GossipContact object in presence/avatar/alias changed
196    signal if we don't already know that contact from a contact list channel.
197    This should fix DBus max pending calls limit reached in some cases.
198  - New icon for empathy-new-message, empathy-group-message and
199    empathy-proto-irc.
200  - Chatroom support. New objects: GossipNewChatroomDialog, GossipAccountChooser,
201    GossipGroupChat
202  - If we are offline do not set away on idle. If we are already away restore to
203    available when we are no mode idle. Do no modify status message.
204  - Fixed message displaying with fancy themes.
205  - Many bugs fixed.
206
207 NEW in 0.4:
208 ===========
209  - contact list refactoring: EmpathyContactList is an iface implemented by
210    EmpathyTpContactList, EmpathyContactManager and EmpathyTpChatroom.
211    GossipContactList splitted into GossipContactListStore and
212    GossipContactListView, it can display any object implementing the
213    EmpathyContactList iface. Make possible to set custom functions to define
214    the groups of a contact, by default it gets the "group" property of the
215    GossipContact object. This make possible to reuse the contact list UI from
216    the main window for chatrooms where groups are the role/affiliation of the
217    contact on that room.
218  - Auto away when gnome-screensaver says the session is idle and extended away
219    30min after that.
220  - Display ChatState when the contact is composing.
221  - Bugbuddy now reports crashes to GNOME Bugzilla.
222  - New program icon.
223  - Setting i18n support and importing po files from gossip.
224  - Add an example label for jid.
225  - Do not open chat window twice for the same conversation.
226