Mercurial > libervia-backend
comparison CHANGELOG @ 3096:98015e4b346e
CHANGELOG: update
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 20 Dec 2019 12:28:04 +0100 |
parents | fd593b448bee |
children | 6844b2d18eba |
comparison
equal
deleted
inserted
replaced
3095:fb49587f55c2 | 3096:98015e4b346e |
---|---|
1 All theses changelogs are not exhaustive, please check the Mercurial repository for more details. | 1 All theses changelogs are not exhaustive, please check the Mercurial repository for more details. |
2 | 2 |
3 v 0.8.0 « La Cecília » (NOT RELEASED YET): | 3 v 0.8.0 « La Cecília » (NOT RELEASED YET): |
4 - Python 3 port | 4 - Python 3 port |
5 - removed plugins IMAP, Maildir and SMTP: they were experimental plugins, are not used | 5 - aesgcm schema handling (aka OMEMO Media Sharing) |
6 and Maildir has not been ported to Python 3 | 6 - removed plugins IMAP, Maildir and SMTP: they were experimental plugins, are not used |
7 - Cagou: | 7 and Maildir has not been ported to Python 3 |
8 - new "share" widget | 8 - Cagou: |
9 - Cagou (Android): | 9 - new "share" widget |
10 - Cagou now appears in the "share" menu | 10 - (chat) infinite scroll |
11 - jp: | 11 - (chat) media uploads use AES-GCM if session is encrypted |
12 - full documentation of commands | 12 - Cagou (Android): |
13 - asyncio port | 13 - Cagou now appears in the "share" menu |
14 - bridges other than dbus are now supported | 14 - jp: |
15 - colour dark/light themes | 15 - full documentation of commands |
16 - background colour detection | 16 - asyncio port |
17 - new debug/theme command | 17 - bridges other than dbus are now supported |
18 - various improvments | 18 - colour dark/light themes |
19 - background colour detection | |
20 - new debug/theme command | |
21 - new file/get command (supports aesgcm scheme) | |
22 - file/upload handle encryption | |
23 - various improvments | |
19 | 24 |
20 v 0.7.0 « La Commune » (24/07/19): | 25 v 0.7.0 « La Commune » (24/07/19): |
21 This version is a huge gap with previous one, changelog only show a part of novelties. | 26 This version is a huge gap with previous one, changelog only show a part of novelties. |
22 This is also the first "general audience" version. | 27 This is also the first "general audience" version. |
23 - XEP-0070 implementation (HTTP Auth via XMPP) | 28 - XEP-0070 implementation (HTTP Auth via XMPP) |
53 - language detection plugin | 58 - language detection plugin |
54 - media remote control through MPRIS standard | 59 - media remote control through MPRIS standard |
55 - generic encryption methods handling in core | 60 - generic encryption methods handling in core |
56 - server certificate validation | 61 - server certificate validation |
57 - added missing disco extensions while generating capabilities hash | 62 - added missing disco extensions while generating capabilities hash |
58 - reworked setup.py to make it cleaner | 63 - reworked setup.py to make it cleaner |
59 - added VERSION file | 64 - added VERSION file |
60 - jp: | 65 - jp: |
61 - new debug commands, to monitor stream, call bridge method or send fake signals | 66 - new debug commands, to monitor stream, call bridge method or send fake signals |
62 - new info/session command, to get data on current session | 67 - new info/session command, to get data on current session |
63 - new blog/get command, to retrieve locally XMPP blog | 68 - new blog/get command, to retrieve locally XMPP blog |
64 - new message/mam command, to check MAM archives (this command may be renamed or merged in an other one in the future) | 69 - new message/mam command, to check MAM archives (this command may be renamed or merged in an other one in the future) |