comparison CHANGELOG @ 1716:e8107ac75f32

updated CHANGELOG for 0.6
author souliane <souliane@mailoo.org>
date Wed, 02 Dec 2015 11:46:50 +0100
parents 50e6658e2730
children 8be7a69bf1a4
comparison
equal deleted inserted replaced
1715:b505b01195f0 1716:e8107ac75f32
1 All theses changelog are not exhaustive, please check 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.0 (30/11/2015):
4 - modification of the social contract according to the General Assembly of August, 19th 2014
5 - improved launching/stopping scripts:
6 - use SIGTERM instead of SIGINT with the “stop” command
7 - now manage "status" command and additional arguments
8 - updated setup.py and INSTALL files:
9 - add PyOpenSSL to the dependency list
10 - added jsdebug option to use debug mode with pyjsbuild
11 - replaced the deprecated distribute_setup.py by ez_setup.py
12 - fixed INSTALL instructions
13 - updated README and README4PACKAGERS for third party modules
14 - added some tests for sat.tmp.wokkel and Libervia JID* classes
15 - core:
16 - new bridge signals: actionNew, progressStarted, progressFinished, progressError
17 - new bridge methods:
18 - disco: getFeatures
19 - profile: profileStartSession, profileIsSessionStarted, profileSetDefault
20 - memory: getEntitiesData, asyncGetParamsValuesFromCategory, getMainResource
21 - progression (e.g for file transfer): progressGetAll, progressGetAllMetadata
22 - actionsGet to retrieve the deferred actions ordered by actionNew
23 - xmpp: added auxiliary methods sendError and IQ, improved roster management
24 - plugins: more robust loading, detect name conflicts, added unload method
25 - repository data are checked and added to SàT "dev" versions
26 - add several new constants for MUC, profiles, plugins
27 - memory:
28 - new parameters: "Chat history limit", "Show offline contacts" and "Show empty groups"
29 - add "int" parameter type with "constraint" attributes
30 - removed resource from the default JabberID
31 - tools:
32 - new tools.sat_defer, implementation of RTDeferredSessions and DelayedDeferred
33 - xmlui:
34 - added JidInput and JidsList widgets
35 - allow to select a tab when adding it
36 - keeps data form result headers sorted
37 - new plugins:
38 - XEP-0059: Result Set Management
39 - XEP-0166: Jingle \o/
40 - XEP-0203: Delay Delivery
41 - XEP-0234: Jingle File Transfer
42 - XEP-0260: Jingle SOCKS5 Bytestreams
43 - XEP-0261: Jingle In-Band Bytestreams
44 - XEP-0297: Stanza Forwarding
45 - XEP-0300: Cryptographic Hash Functions
46 - XEP-0313: Message Archive Management
47 - XEP-0334: Message Processing Hints
48 - XEP-0363: HTTP File Upload
49 - file, upload: file transfer management
50 - ip: external IP discovery
51 - pipe: Jingle pipe transfer
52 - nat-port: NAT port mapping
53 - watched: alert when a watched entity goes online
54 - welcome: display welcome message
55 - already existing plugins:
56 - XEP-0045: several improvements
57 - XEP-0047: improvements, increased timeout to 2 minutes
58 - XEP-0050: better disco info, pre-fill the target server
59 - XEP-0054: improvements, especially concerning the hash
60 - XEP-0055: add "simple" and "advanced" modes to Jabber Search
61 - XEP-0060:
62 - try to find a default PubSub service
63 - retractItem manage "notify" attribute
64 - added addManagedNode and removeManagedNode
65 - new signal psEvent will be used to notify the frontends
66 - XEP-0065: chunk size optimization, session cleaning and timeout
67 - XEP-0085: various fixes, including a bad use of threads
68 - XEP-0096: use file plugin to choose the best available method
69 - XEP-0115: better disco error handling
70 - XEP-0163: replaced personalEvent with psEvent, improved addPEPEvent
71 - XEP-0277:
72 - improved bridge methods, better parsing of atom, better error handling
73 - auto-create nodes on default pubsub service if available, else PEP
74 - use checkFeatures and other new methods from XEP-0060
75 - added subscribeToMany and getFromMany methods
76 - manage retract feature
77 - account: add method asyncConnectWithXMPPCredentials
78 - groupblog: many improvements as in XEP-0060 and XEP-0277
79 - sec_otr, text commands: some improvements
80 - removed plugin: deprecated tmp_demo_directory
81 - tmp (used as a buffer module until the changes are integrated to wokkel):
82 - added support for RSM (XEP-0059) and MAM (XEP-0313)
83 - pubsub: added retract "notify" attribute management
84 - frontends:
85 - deprecated wix frontend and Libervia's unibox
86 - frontends can also use listeners and triggers mechanisms
87 - improved management: menus, widgets, rosters, chat and blog
88 - merge sat_frontends.constants to sat_frontends.quick_frontend.constants
89 - new method getFullJid which is the frontend's equivalent to getMainResource
90 - contact list: display the counts of waiting messages per contact
91 - MUC: display activities' symbols, resources for private messages
92 - jp:
93 - added commands "profile connect" and "modify", "param get" and "set", "file upload"
94 - added attributes --verbose, --password and --xmpp-password
95 - profile session can now be started without connection
96 - primitivus:
97 - now manages multi-profiles \o/
98 - new command "search" to search the local history
99 - xmlui: manage message in FileDialog and several improvements
100 - libervia:
101 - Libervia is now based on QuickFrontend \o/
102 - browser and server sides:
103 - allow to connect with an external JID
104 - implemented blog tags
105 - server side:
106 - set a timeout to reset the waiting connection requests after 2 minutes
107 - special handling of Connection/JabberID and Connection/autoconnect
108 - add a link to the FAQ in the HTTP/HTTPS warning dialog
109 - static blog: themes based on Jinja2 template engine
110 - enable HTTP gzip compression
111 - browser side:
112 - removed unibox, RichMessageEditor and RecipientManager
113 - features checks for microblogging and group blogging
114 - new methods displayWidget, setStatusOnline, showDialog
115 - added signal caching before profile is plugged
116 - do a hard reload on disconnected signal
117 - news classes for JID iterables
118 - display MUC occupants presences
119 - show version number in the about dialog
120 - improve login and register panels visibility
121 - use favico.js to display the total number of waiting messages
122 - json: replaced the Window.alert by a log warning when signal is lost
123 - contact list: ContactPanels is used instead of OccupantsList in MUC
124 - OTR: use listeners, fixed missing resource issue and icons updates
125 - widget's drag and drop:
126 - border widgets are now visible on drag start
127 - allow to drop a widget in the "+" button to add a new tab
128 - and a lot of improvements and fixes that are not listed here :-)
2 129
3 v 0.5.1 (18/09/2014): 130 v 0.5.1 (18/09/2014):
4 - fixed some typos (Matteo Cypriani) 131 - fixed some typos (Matteo Cypriani)
5 - updated the setup file, INSTALL and README* (Matteo Cypriani) 132 - updated the setup file, INSTALL and README* (Matteo Cypriani)
6 - already existing plugins: 133 - already existing plugins: