summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2018-07-28 13:59:28 +0200
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2018-07-28 13:59:28 +0200
commit4d41bada1601c32baa3fb948ab962c5269dcc886 (patch)
treeaf166f11e73bf925d44f32f1ceb1f869113b9e0b
parent40c7a9ab251643bfa1d282210ffdd3974236e821 (diff)
downloadpoezio-4d41bada1601c32baa3fb948ab962c5269dcc886.tar.gz
poezio-4d41bada1601c32baa3fb948ab962c5269dcc886.tar.bz2
poezio-4d41bada1601c32baa3fb948ab962c5269dcc886.tar.xz
poezio-4d41bada1601c32baa3fb948ab962c5269dcc886.zip
CHANGELOG: Add a summary of what happened since 0.11.
-rw-r--r--CHANGELOG23
1 files changed, 23 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d00ed5a3..c8ae9852 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,6 +4,29 @@ https://dev.louiz.org/projects/poezio/roadmap
* Poezio 1.0 - dev
+- Require Python 3.5, to add support for Python 3.7, use proper async
+ functions, use typing, italics formatting, FIXME
+- Added support for XEP-0392 (Consistent Color Generation)
+- Added support for XEP-0153 (vCard-Based Avatars) and XEP-0084 (User
+ Avatar) in the roster tab
+- Added support for XEP-0363 (HTTP File Upload) for easy file transfer,
+ in the upload plugin with /upload
+- Added support for XEP-0066 (Out of Band Data) for Conversations
+ compatibility when sharing images, in the embed plugin with /embed
+- Removed support for XEP-0296 (Best Practices for Resource Locking),
+ to use all features available no matter what our contact’s current
+ clients support
+- Check for usable Unicode support on start
+- Generate a device id on first start, and use it for our resource
+- Display the public key hash instead of the certificate’s
+- Handle carbons properly for private messages in rooms
+- /bookmarks can now be used to rename tabs as you want
+- Remove unexpected command completion based on command prefix
+- Add an irssi theme
+- Add a code plugin, which requires pygments
+- Fix resource duplication on reconnect
+- Misc fixes and improvements
+
* Poezio 0.11
- Implementation of XEP-0380