From 3c83157821ab21aa8e4aa2da479437e88ede6fc9 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Sat, 15 Dec 2012 03:06:47 +0100 Subject: Update the CHANGELOG file with all 0.8 changes so far. --- CHANGELOG | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index dbaddf77..b6033e11 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,29 @@ This file describes the new features in each poezio release. For more detailed changelog, see the roadmap: -http://dev.louiz.org/project/poezio/roadmap +http://dev.louiz.org/projects/poezio/roadmap * Poezio 0.8 - dev -- Add an option to hide message timestamps. +- Add an option (show_timestamps) to show message timestamps. +- Add an option (hide_user_list) to hide the user list in MUCs. +- Add a "reverse" theme option for highlight nicks that displays + the nick in reverse mode on highlight messages. +- Use get_wch() if available (introduced in python3.3) instead of our custom + way to read unicode input. +- Add an option to preload last logs into the conversation when opening a new tab. +- Introduce support for XEP 308, Last message correction + (http://xmpp.org/extensions/xep-0308.html). +- Rewrite the Executor class to make remote execution more reliable, and + command easier to write (without a lot of escaping to do). +- Increase roster speed a lot. +- Add option to sort the roster more precisely. +- Add an option to avoid gap in the tab numbering when closing a tab. +- Add a /move_tab command, to move tabs. +- Add simple communication blocking support + (http://xmpp.org/extensions/xep-0191.html). +- Add last activity support (http://xmpp.org/extensions/xep-0012.html). +- Add a /self command. +- Add a /runkey command. +- Support underlined text in the input with C-c u. * Poezio 0.7.5.1 & 2 - Summer 2012 - Fix tracebacks caused by a change in Sleekxmpp -- cgit v1.2.3