diff options
author | Florent Le Coz <louiz@louiz.org> | 2012-12-15 03:06:47 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2012-12-15 03:06:47 +0100 |
commit | 3c83157821ab21aa8e4aa2da479437e88ede6fc9 (patch) | |
tree | a22bdc1c2d5a4453f6b543777b7095c9aea32608 | |
parent | 786f0e7222af6a6377e1b2ea1acc8026ce3c0d4a (diff) | |
download | poezio-3c83157821ab21aa8e4aa2da479437e88ede6fc9.tar.gz poezio-3c83157821ab21aa8e4aa2da479437e88ede6fc9.tar.bz2 poezio-3c83157821ab21aa8e4aa2da479437e88ede6fc9.tar.xz poezio-3c83157821ab21aa8e4aa2da479437e88ede6fc9.zip |
Update the CHANGELOG file with all 0.8 changes so far.
-rw-r--r-- | CHANGELOG | 24 |
1 files changed, 22 insertions, 2 deletions
@@ -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 |