annotate CHANGELOG @ 879:5940c7d83be4

updated CHANGELOG for v 0.4.0
author souliane <souliane@mailoo.org>
date Tue, 25 Feb 2014 17:48:50 +0100
parents 78ca32cc0b51
children 71bb7add16a5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
348
8ff113e2abcb updated README and CHANGELOG
Goffi <goffi@goffi.org>
parents: 247
diff changeset
1 All theses changelog are not exhaustive, please check mercurial repository for more details.
8ff113e2abcb updated README and CHANGELOG
Goffi <goffi@goffi.org>
parents: 247
diff changeset
2
879
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
3 v 0.4.0 (25/02/2014):
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
4 - minimum wokkel version is now 0.7.1
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
5 - minimum urwid version is now 1.1.0
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
6 - added more test cases
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
7 - fixed invalid bridge calls
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
8 - fixed issues at account creation
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
9 - better PEP-8 compliance (Emmanuel Gil Peyrot)
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
10 - better error and asynchronous calls handling
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
11 - callbacks system refactoring and unification
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
12 - configuration constants can be overriden in sat.conf
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
13 - fixed some issues with the file transfer
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
14 - possibility to register frontend specific parameter
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
15 - added a security_limit parameter for sensible requests over the bridge
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
16 - XMLUI deep refactorization offering a new mechanism to ease frontend developpment and maintenance
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
17 - localization system improvement with deferred translation and dynamic language switch
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
18 - new dynamic menus mechanism
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
19 - core: set min and max priorities for triggers
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
20 - core: sendMessage can skip the triggers
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
21 - core: triggered plugin methods can add a deferred treatments after a message is sent or received
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
22 - core: do not write .sat/param anymore (everything is in the PgSQL database)
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
23 - core: plugins parameters registrations do an update instead of overwriting the existing nodes
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
24 - core: better session management
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
25 - core: callbacks can be removed after the first call
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
26 - core: automatic database upgrade mechanism
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
27 - new plugin: XEP-0033 (Extended Stanza Addressing)
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
28 - new plugin: XEP-0055 (XMPP Search Directory)
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
29 - new plugin: XEP-0085 (Chat State Notifications)
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
30 - new plugin: XEP-0050 (Ad-hoc Commands, also able to request and interface with other D-Bus bridges)
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
31 - new plugin: XEP-0071 (XHTML-IM)
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
32 - new plugin: command_export (pipe a file descriptor to a contact)
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
33 - new plugin: room_games (from the factorization of tarot, radiocol and quizz)
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
34 - new plugin: text_commands (IRC-like commands)
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
35 - new plugin: text_syntaxes (rich texts syntaxes conversions, for now between XHTML, Markdown and raw text)
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
36 - plugin XEP-0045: added MUC configuration with XMLUI
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
37 - plugin XEP-0077, XEP-100: refactorization with XMLUI
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
38 - plugin XEP-0249: add a parameter "auto-join MUC on invitation"
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
39 - plugins XEP-0060, XEP-0277, groupblog: manage comments, rich text, titles, update, deletion and Atom feed
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
40 - plugin radiocol: better synchronization with "jump to time" information
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
41 - frontends: fixed presence/status update
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
42 - primitivus, libervia: added a user input history
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
43 - jp: added profiles management (Dal)
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
44 - jp: refactorization to use ArgParse instead of OptParse (Dal)
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
45 - jp: added command completion
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
46 - primitivus, libervia: user input history
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
47 - primitivus: updated for using Urwid >= 1.1.0
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
48 - libervia: the server is now launched as a twisted plugin (Emmanuel Gil Peyrot)
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
49 - libervia: add notifications support (Emmanuel Gil Peyrot)
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
50 - libervia: added setup.py
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
51 - libervia: fixed static blog items order, cosmetic improvements
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
52 - libervia: static blog atom feed (e.g: http://www.libervia.org/blog/<user>/atom.xml)
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
53 - libervia: unibox is now optional and desactivated by default
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
54 - libervia: microblogs items are selectable when the unibox is enabled
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
55 - libervia: quick addressing syntax is now handled by the unibox
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
56 - libervia: added a GUI to edit rich text messages, preview/wysiwyg and manage extended addressing
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
57 - libervia: use HTML5 "contenteditable" for editing your status and raw text/WYSIWYG microblogs
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
58 - libervia: file upload improvement, radiocol GUI improvement and join/leave synchronization
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
59 - libervia: auto-login with URL GET parameters (e.g: http://libervia.org/login=<user>&passwd=<password>)
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
60 - libervia: display clickable URL and day change in the chat panels
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
61 - libervia: clicking on a contact list item opens the associated dialog
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
62 - libervia: widggets and tabs can be dragged and dropped, better open/close behavior
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
63 - libervia: fixed window resizing issues, multi-lines messages issues
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
64 - libervia: added a GUI to select rooms and invite contacts (prototype)
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
65 - libervia: added a GUI to manage contact groups (prototype)
5940c7d83be4 updated CHANGELOG for v 0.4.0
souliane <souliane@mailoo.org>
parents: 581
diff changeset
66
581
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
67 v 0.3.0 (09/01/2013):
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
68 - full project moved to AGPL v3+
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
69 - new Logo (Adrien Vigneron) + several other sprites
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
70 - quiz game (draft, not finished)
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
71 - configuration file
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
72 - media separated from main repository
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
73 - new Qt frontend: Bellaciao (draft, not usable yet)
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
74 - dbus-xml constructor in bridge-constructor (for Qt)
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
75 - Primitivus: freedesktop notifications
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
76 - new plugin: XEP-0020 (feature negociation)
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
77 - new plugin: XEP-0047 (in-band bytestream)
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
78 - new plugin: XEP-0095 (stream initiation)
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
79 - new experimental plugin: pipe transfer
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
80 - jp: name to jid conversion
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
81 - database integration (sqlite)
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
82 - D-Bus bridge: generic exception management
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
83 - core: data storage improved
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
84 - radio collective (plugin + Libervia implementation)
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
85 - new groupblog, using sat_pubsub
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
86 - D-Bus bridge: better dynamically added method management (with introspection)
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
87 - status update crash fix (Xavier Maillard)
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
88 - misc bugfixes (Emmanuel Gil Peyrot)
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
89 - social contract: english translation (Matthieu Rakotojaona)
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
90 - many MUC improvments (MUC branch merged mainstream in Wokkel)
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
91 - Primitivus: contacts panel improvments: color & icon + statuses
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
92 - Primitivus: MUC room are now shown separately
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
93 - Primitivus: new entities are added to contacts panel if they send message
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
94 - new plugin: text commands (IRC like commands during conversation)
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
95 - plugin XEP-0045: nick change, room leaving, subject change, automaticaly change nick on conflict
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
96 - MUC privates messages management
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
97 - core: added priority management in triggers + trigger can now forbid other triggers execution
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
98 - Primitivus is now modal (à la vi)
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
99 - new experimental plugin: parrot (repeat text between two entities)
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
100 - deprecated plugin: couchsurfing
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
101 - Primitivus: incoming files transfer management
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
102 - added "Port" parameter in "Connection"
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
103 - Libervia: new skin (Adrien Vigneron)
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
104 - Libervia: new widgets system
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
105 - Libervia: many microblogging (with groups) improvments
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
106 - Libervia: XMLUI implementation
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
107 - Libervia: parameters management through XMLUI (deactivated for security reasons)
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
108 - avatar upload (with Libervia implementation)
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
109 - Libervia: disconnection management
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
110 - SàT account automatic registration refactored (moved to core + use Prosody)
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
111 - misc debug/refactoring
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
112
351
d782c22d5e34 updated CHANGELOG
Goffi <goffi@goffi.org>
parents: 348
diff changeset
113 v 0.2.0 (31/05/2011):
348
8ff113e2abcb updated README and CHANGELOG
Goffi <goffi@goffi.org>
parents: 247
diff changeset
114 - new debug command in sat launcher script
8ff113e2abcb updated README and CHANGELOG
Goffi <goffi@goffi.org>
parents: 247
diff changeset
115 - core: triggers
8ff113e2abcb updated README and CHANGELOG
Goffi <goffi@goffi.org>
parents: 247
diff changeset
116 - news plugins: maildir, imap and smtp, SàT can now communicate with a Mail User Agent throught them
8ff113e2abcb updated README and CHANGELOG
Goffi <goffi@goffi.org>
parents: 247
diff changeset
117 - bridge constructor, a generator which make bridge files from .ini. It can also generate doc in mediawiki format
8ff113e2abcb updated README and CHANGELOG
Goffi <goffi@goffi.org>
parents: 247
diff changeset
118 - new plugin: XML log to send XML raw data throught DBus
8ff113e2abcb updated README and CHANGELOG
Goffi <goffi@goffi.org>
parents: 247
diff changeset
119 - new plugin: XEP-0115 (entity capabilities)
8ff113e2abcb updated README and CHANGELOG
Goffi <goffi@goffi.org>
parents: 247
diff changeset
120 - new plugin: XEP-0060 (Pubsub) and XEP-163 (Personal Eventing Protocol)
8ff113e2abcb updated README and CHANGELOG
Goffi <goffi@goffi.org>
parents: 247
diff changeset
121 - DBus bridge: fixed introspection for dynamically aded methods and signals
8ff113e2abcb updated README and CHANGELOG
Goffi <goffi@goffi.org>
parents: 247
diff changeset
122 - new plugin: XEP-277 (Microblogging over XMPP)
8ff113e2abcb updated README and CHANGELOG
Goffi <goffi@goffi.org>
parents: 247
diff changeset
123 - fixed installation (Wokkel version is forced)
8ff113e2abcb updated README and CHANGELOG
Goffi <goffi@goffi.org>
parents: 247
diff changeset
124 - bridge: added asynchrone methods management
8ff113e2abcb updated README and CHANGELOG
Goffi <goffi@goffi.org>
parents: 247
diff changeset
125 - new plugin: group microbloging (groupblog)
8ff113e2abcb updated README and CHANGELOG
Goffi <goffi@goffi.org>
parents: 247
diff changeset
126 - new plugin: XEP-0249 (direct MUC invitation)
8ff113e2abcb updated README and CHANGELOG
Goffi <goffi@goffi.org>
parents: 247
diff changeset
127 - plugin Tarot: game can be automatically created, and fully played (but rules are not fully implemented yet)
8ff113e2abcb updated README and CHANGELOG
Goffi <goffi@goffi.org>
parents: 247
diff changeset
128 - email added in registerNewAccount
8ff113e2abcb updated README and CHANGELOG
Goffi <goffi@goffi.org>
parents: 247
diff changeset
129 - Social contract added (CONTRAT_SOCIAL) \o.
8ff113e2abcb updated README and CHANGELOG
Goffi <goffi@goffi.org>
parents: 247
diff changeset
130 - Subscription scheme fixed
8ff113e2abcb updated README and CHANGELOG
Goffi <goffi@goffi.org>
parents: 247
diff changeset
131 - new frontend: Libervia \o/ . Put in a separate package
581
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
132
348
8ff113e2abcb updated README and CHANGELOG
Goffi <goffi@goffi.org>
parents: 247
diff changeset
133 v 0.1.1 (14/01/2011):
356
9db30e58a569 CHANGELOG: fixed tabulations
Goffi <goffi@goffi.org>
parents: 351
diff changeset
134 - bug#1: fixed crash due to dbus.String
581
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
135
348
8ff113e2abcb updated README and CHANGELOG
Goffi <goffi@goffi.org>
parents: 247
diff changeset
136 v 0.1.0 (12/01/2011):
356
9db30e58a569 CHANGELOG: fixed tabulations
Goffi <goffi@goffi.org>
parents: 351
diff changeset
137 - urwid custom libs split as a new project: "urwid-satext"
9db30e58a569 CHANGELOG: fixed tabulations
Goffi <goffi@goffi.org>
parents: 351
diff changeset
138 - files reorganisation
9db30e58a569 CHANGELOG: fixed tabulations
Goffi <goffi@goffi.org>
parents: 351
diff changeset
139 - versioning now use a standard scheme (major.minor.increment+letter)
9db30e58a569 CHANGELOG: fixed tabulations
Goffi <goffi@goffi.org>
parents: 351
diff changeset
140 - distutils/distribute installation script
9db30e58a569 CHANGELOG: fixed tabulations
Goffi <goffi@goffi.org>
parents: 351
diff changeset
141 - misc bugs fixes
9db30e58a569 CHANGELOG: fixed tabulations
Goffi <goffi@goffi.org>
parents: 351
diff changeset
142 - easy way to launch/stop sat (sat & sat stop)
581
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
143
208
b95550704b4f CHANGELOG updated
Goffi <goffi@goffi.org>
parents: 58
diff changeset
144 v 0.0.3 (20/08/2010):
356
9db30e58a569 CHANGELOG: fixed tabulations
Goffi <goffi@goffi.org>
parents: 351
diff changeset
145 - multi-profiles
9db30e58a569 CHANGELOG: fixed tabulations
Goffi <goffi@goffi.org>
parents: 351
diff changeset
146 - i18n support
9db30e58a569 CHANGELOG: fixed tabulations
Goffi <goffi@goffi.org>
parents: 351
diff changeset
147 - french translation
9db30e58a569 CHANGELOG: fixed tabulations
Goffi <goffi@goffi.org>
parents: 351
diff changeset
148 - MUC support (basic for the moment)
9db30e58a569 CHANGELOG: fixed tabulations
Goffi <goffi@goffi.org>
parents: 351
diff changeset
149 - Dynamic methods/signals in DBus bridge
9db30e58a569 CHANGELOG: fixed tabulations
Goffi <goffi@goffi.org>
parents: 351
diff changeset
150 - Tarot game
9db30e58a569 CHANGELOG: fixed tabulations
Goffi <goffi@goffi.org>
parents: 351
diff changeset
151 - CouchSurfing plugin
9db30e58a569 CHANGELOG: fixed tabulations
Goffi <goffi@goffi.org>
parents: 351
diff changeset
152 - XML User Interface
9db30e58a569 CHANGELOG: fixed tabulations
Goffi <goffi@goffi.org>
parents: 351
diff changeset
153 - Sortilège replaced by Primitivus
581
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
154 - About boxes & versions numbers now follow SàT core version
78ca32cc0b51 CHANGELOG + version updates (yes, that's a release \o/)
Goffi <goffi@goffi.org>
parents: 391
diff changeset
155
58
d660d1e5cee4 updates for 0.0.2 release
Goffi <goffi@goffi.org>
parents: 57
diff changeset
156 v 0.0.2 (10/01/2010):
356
9db30e58a569 CHANGELOG: fixed tabulations
Goffi <goffi@goffi.org>
parents: 351
diff changeset
157 - DBus bridge: dynamic exportation of methods (useful for plugins)
9db30e58a569 CHANGELOG: fixed tabulations
Goffi <goffi@goffi.org>
parents: 351
diff changeset
158 - new doc: INSTALL and CHANGELOG
9db30e58a569 CHANGELOG: fixed tabulations
Goffi <goffi@goffi.org>
parents: 351
diff changeset
159 - new method to save private data (useful for plugins)
9db30e58a569 CHANGELOG: fixed tabulations
Goffi <goffi@goffi.org>
parents: 351
diff changeset
160 - disconnection
9db30e58a569 CHANGELOG: fixed tabulations
Goffi <goffi@goffi.org>
parents: 351
diff changeset
161 - whitespace ping to avoid disconnection when idle
9db30e58a569 CHANGELOG: fixed tabulations
Goffi <goffi@goffi.org>
parents: 351
diff changeset
162 - presence management refactored, subscription is now managed separatly
9db30e58a569 CHANGELOG: fixed tabulations
Goffi <goffi@goffi.org>
parents: 351
diff changeset
163 - use of xml params
9db30e58a569 CHANGELOG: fixed tabulations
Goffi <goffi@goffi.org>
parents: 351
diff changeset
164 - new way to specify default values in params
9db30e58a569 CHANGELOG: fixed tabulations
Goffi <goffi@goffi.org>
parents: 351
diff changeset
165 - sat is now a twisted application, so it can be deamonized
9db30e58a569 CHANGELOG: fixed tabulations
Goffi <goffi@goffi.org>
parents: 351
diff changeset
166 - Wokkel integration
9db30e58a569 CHANGELOG: fixed tabulations
Goffi <goffi@goffi.org>
parents: 351
diff changeset
167 - added some features from Wokkel: disco, software version
9db30e58a569 CHANGELOG: fixed tabulations
Goffi <goffi@goffi.org>
parents: 351
diff changeset
168 - new account creation (in-band registration): not fully implemented
391
c34fd9d6242e spelling
Goffi <goffi@goffi.org>
parents: 356
diff changeset
169 - IP for file transfer is now set by default (see README)
356
9db30e58a569 CHANGELOG: fixed tabulations
Goffi <goffi@goffi.org>
parents: 351
diff changeset
170 - Gateways management (Wix only for now)
9db30e58a569 CHANGELOG: fixed tabulations
Goffi <goffi@goffi.org>
parents: 351
diff changeset
171 - VCard support (readonly for now) with avatars/nicks support
9db30e58a569 CHANGELOG: fixed tabulations
Goffi <goffi@goffi.org>
parents: 351
diff changeset
172 - Wix: easier jid setup
9db30e58a569 CHANGELOG: fixed tabulations
Goffi <goffi@goffi.org>
parents: 351
diff changeset
173 - Wix: added Tray icon (using Crystal Clear: see README)
9db30e58a569 CHANGELOG: fixed tabulations
Goffi <goffi@goffi.org>
parents: 351
diff changeset
174 - Wix: new contact list, using avatars and nicknames
9db30e58a569 CHANGELOG: fixed tabulations
Goffi <goffi@goffi.org>
parents: 351
diff changeset
175 - Wix, Sortilège: better connection/disconnection management (buggy in sortilège)
9db30e58a569 CHANGELOG: fixed tabulations
Goffi <goffi@goffi.org>
parents: 351
diff changeset
176 - Wix: main frame default size changed
58
d660d1e5cee4 updates for 0.0.2 release
Goffi <goffi@goffi.org>
parents: 57
diff changeset
177
d660d1e5cee4 updates for 0.0.2 release
Goffi <goffi@goffi.org>
parents: 57
diff changeset
178 v 0.0.1 (17/05/2009):
356
9db30e58a569 CHANGELOG: fixed tabulations
Goffi <goffi@goffi.org>
parents: 351
diff changeset
179 ** FIRST PUBLIC RELEASE **