summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-12-17 21:31:15 +0100
committermathieui <mathieui@mathieui.net>2014-12-17 21:31:15 +0100
commitea7d86ed51a4b107adaa7fe0529f693619fe0276 (patch)
tree762bab2daa8e39df1843652069d24e91dba1d034 /CHANGELOG
parent596f269621f575d84ca95b6328159577dbb3f436 (diff)
downloadpoezio-ea7d86ed51a4b107adaa7fe0529f693619fe0276.tar.gz
poezio-ea7d86ed51a4b107adaa7fe0529f693619fe0276.tar.bz2
poezio-ea7d86ed51a4b107adaa7fe0529f693619fe0276.tar.xz
poezio-ea7d86ed51a4b107adaa7fe0529f693619fe0276.zip
Update CHANGELOG and versions
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 26d39489..1d2ed539 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -8,7 +8,11 @@ http://dev.louiz.org/projects/poezio/roadmap
- Require python 3.4 for the input handling, event loop, xml parser, and ssl API
- Due to the slixmpp move, /reconnect now works (ecf22cb)
+- Add a /closeall command with a plugin, to cleanup the open tabs (ed7fe69)
+- Add a /set_default command which sets the value of an option back to its default (9caa992)
- The user’s JID is now shown in the roster (a0a00d5)
+- Improve the XML tab with coloration, better filters, and filter chaining (1cd0b4d)
+- Allow the use of client X.509 certificates for authentication (00396c1)
- Stream errors are now displayed, which is more helpful to the user than 'connection failed' (5cd854f)
- The (system-wide) launch script is now a setuptools entry point that checks dependencies (22f9b7a)
- XHTML-IM base64 embedded images are now extracted by default (a9f642f)