summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG16
-rwxr-xr-xsetup.py2
2 files changed, 16 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 360c1959..7e32a9be 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,8 +2,22 @@ This file describes the new features in each poezio release.
For more detailed changelog, see the roadmap:
https://dev.louiz.org/projects/poezio/roadmap
-* Poezio 1.0 - dev
+* Poezio 0.10 - dev
+- A lot of cleanup and refactor in order to use cython on the codebase
+ more easily.
+- Substantial performance improvements
+- Enabled carbons (XEP-0280) by default
+- Added support for XEP-0198 (stream management)
+- Added support for XEP-0352 (client state indication)
+- Added support for XEP-0319 (last user interaction in presence)
+- Add an 'eval_password' config option
+- Add a marquee and dice plugins
+- Add a bob plugin
+- simple_notify plugin works in MUC too
+- The reorder plugin can now /save_order
+- Minor ui changes
+- Many Bugfixes
* Poezio 0.9
diff --git a/setup.py b/setup.py
index fbd211a5..fb491bbd 100755
--- a/setup.py
+++ b/setup.py
@@ -65,7 +65,7 @@ with open('README.rst', encoding='utf-8') as readme_fd:
LONG_DESCRIPTION = readme_fd.read()
setup(name="poezio",
- version="1.0" + version,
+ version="0.10" + version,
description="A console XMPP client",
long_description=LONG_DESCRIPTION,
ext_modules=[module_poopt],