comparison CHANGELOG @ 1956:ee73f20f6cf5

updated CHANGELOG for version 0.6.1
author souliane <souliane@mailoo.org>
date Thu, 10 Mar 2016 12:01:29 +0100
parents 8be7a69bf1a4
children 8226f9539580
comparison
equal deleted inserted replaced
1954:a74047906dfd 1956:ee73f20f6cf5
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
3 v 0.6.1 (14/03/2016):
4 - minimum Twisted version is now 15.2.0
5 - removed pyfeed and xe dependencies
6 - added mutagen to recommended in README4PACKAGERS
7 - use of /usr/bin/env instead of /usr/bin/python in shebang
8 - core:
9 - connection and initialisation improvements
10 - leave the handling of delay elements to XEP-0203
11 - memory:
12 - fixes handling of jids_list parameter type
13 - fixed exception when setting an empty password
14 - disco: better handling of response failures
15 - tools:
16 - improved repository version detection
17 - moved data methods from common to common.data_format
18 - added common.regex module
19 - new plugins:
20 - blog_import: generic plugin to import blogs to SàT
21 - blog_import_dotclear: import dotclear blog
22 - blog_import_dokuwiki: import dokuwiki blog
23 - extra_pep: display messages from extra PEP services
24 - syntax_wiki_dotclear: convert dotclear wiki syntax from and to XHTML
25 - directory_subscription: temporary plugin moved from XEP-0055 implementation
26 - already existing plugins:
27 - account:
28 - auto add some roster contacts at profile creation
29 - parameter "admin_email" is now "email_admin_lists"
30 - email sending improvements (new authentication options)
31 - email the admins when a profile is created from an existing XMPP account
32 - ip: changed URL of GET_IP_PAGE for the new one on salut-a-toi.org
33 - XEP-0045: fixes commands feedback
34 - XEP-0060: MAM (XEP-0313) integration
35 - XEP-0166, XEP-0260: better handling of proxy error
36 - XEP-0277:
37 - improve comments handling
38 - uses new "extra pep" plugin
39 - Atom feed retrieval is left to Libervia
40 - fixes XHTML content encapsulation and handling of new lines
41 - XEP-0313: cleaning and improvements
42 - text_syntaxes: various improvements
43 - tmp/wokkel:
44 - updated behaviour and namespace to new urn:xmpp:mam:1
45 - several MAM and RSM improvements
46 - frontends:
47 - printing the history and notifications are left to quick_frontend
48 - restore printing the day change while displaying history
49 - fixes main item update and auto addition of a scheme to HTML links
50 - added ui_show_cb in actionManager (frontend can handle the XMLUI display)
51 - jp:
52 - new start method used by all commands
53 - new --output option to change the format of command output:
54 - possible outputs for now are "default", "json" and "json_raw"
55 - new commands:
56 - blog: import, edit, preview
57 - roster: get, stats, purge
58 - command "message" moved to "message send"
59 - command "profile list" uses the new --output option
60 - added constants for exit codes
61 - fixed traceback shown on a normal quit when a progression is finished
62 - primitivus:
63 - detect direct pasting in the message bar
64 - add bracketed paste mode
65 - libervia:
66 - browser and server sides:
67 - replaced isRegistered call by a more generic getSessionMetadata
68 - new option "allow_registration"
69 - browser side:
70 - improve the popup message banner
71 - replace old favicon and display favicon counter
72 - better handling of connection with external JID
73 - improve some regexps after Link Mauve's comments
74 - replace "re" module usage with pure javascript
75 - server:
76 - added mechanism for URL redirections
77 - renamed "ssl_certificate" to "tls_certificate"
78 - new options "tls_private_key", "tls_chain options", "base_url_ext"
79 - blog:
80 - several improvements
81 - implement tags/categories
82 - removed max_items as we use RSM
83 - fixed atom feed, add link and categories (tags) elements
2 84
3 v 0.6.0 (02/12/2015): 85 v 0.6.0 (02/12/2015):
4 - modification of the social contract according to the General Assembly of August, 19th 2014 86 - modification of the social contract according to the General Assembly of August, 19th 2014
5 - improved launching/stopping scripts: 87 - improved launching/stopping scripts:
6 - use SIGTERM instead of SIGINT with the “stop” command 88 - use SIGTERM instead of SIGINT with the “stop” command