Mercurial > libervia-backend
comparison CHANGELOG @ 581:78ca32cc0b51
CHANGELOG + version updates (yes, that's a release \o/)
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 09 Jan 2013 22:55:59 +0100 |
parents | c34fd9d6242e |
children | 5940c7d83be4 |
comparison
equal
deleted
inserted
replaced
580:07d7c496ece9 | 581:78ca32cc0b51 |
---|---|
1 All theses changelog are not exhaustive, please check mercurial repository for more details. | 1 All theses changelog are not exhaustive, please check mercurial repository for more details. |
2 | |
3 v 0.3.0 (09/01/2013): | |
4 - full project moved to AGPL v3+ | |
5 - new Logo (Adrien Vigneron) + several other sprites | |
6 - quiz game (draft, not finished) | |
7 - configuration file | |
8 - media separated from main repository | |
9 - new Qt frontend: Bellaciao (draft, not usable yet) | |
10 - dbus-xml constructor in bridge-constructor (for Qt) | |
11 - Primitivus: freedesktop notifications | |
12 - new plugin: XEP-0020 (feature negociation) | |
13 - new plugin: XEP-0047 (in-band bytestream) | |
14 - new plugin: XEP-0095 (stream initiation) | |
15 - new experimental plugin: pipe transfer | |
16 - jp: name to jid conversion | |
17 - database integration (sqlite) | |
18 - D-Bus bridge: generic exception management | |
19 - core: data storage improved | |
20 - radio collective (plugin + Libervia implementation) | |
21 - new groupblog, using sat_pubsub | |
22 - D-Bus bridge: better dynamically added method management (with introspection) | |
23 - status update crash fix (Xavier Maillard) | |
24 - misc bugfixes (Emmanuel Gil Peyrot) | |
25 - social contract: english translation (Matthieu Rakotojaona) | |
26 - many MUC improvments (MUC branch merged mainstream in Wokkel) | |
27 - Primitivus: contacts panel improvments: color & icon + statuses | |
28 - Primitivus: MUC room are now shown separately | |
29 - Primitivus: new entities are added to contacts panel if they send message | |
30 - new plugin: text commands (IRC like commands during conversation) | |
31 - plugin XEP-0045: nick change, room leaving, subject change, automaticaly change nick on conflict | |
32 - MUC privates messages management | |
33 - core: added priority management in triggers + trigger can now forbid other triggers execution | |
34 - Primitivus is now modal (à la vi) | |
35 - new experimental plugin: parrot (repeat text between two entities) | |
36 - deprecated plugin: couchsurfing | |
37 - Primitivus: incoming files transfer management | |
38 - added "Port" parameter in "Connection" | |
39 - Libervia: new skin (Adrien Vigneron) | |
40 - Libervia: new widgets system | |
41 - Libervia: many microblogging (with groups) improvments | |
42 - Libervia: XMLUI implementation | |
43 - Libervia: parameters management through XMLUI (deactivated for security reasons) | |
44 - avatar upload (with Libervia implementation) | |
45 - Libervia: disconnection management | |
46 - SàT account automatic registration refactored (moved to core + use Prosody) | |
47 - misc debug/refactoring | |
2 | 48 |
3 v 0.2.0 (31/05/2011): | 49 v 0.2.0 (31/05/2011): |
4 - new debug command in sat launcher script | 50 - new debug command in sat launcher script |
5 - core: triggers | 51 - core: triggers |
6 - news plugins: maildir, imap and smtp, SàT can now communicate with a Mail User Agent throught them | 52 - news plugins: maildir, imap and smtp, SàT can now communicate with a Mail User Agent throught them |
17 - plugin Tarot: game can be automatically created, and fully played (but rules are not fully implemented yet) | 63 - plugin Tarot: game can be automatically created, and fully played (but rules are not fully implemented yet) |
18 - email added in registerNewAccount | 64 - email added in registerNewAccount |
19 - Social contract added (CONTRAT_SOCIAL) \o. | 65 - Social contract added (CONTRAT_SOCIAL) \o. |
20 - Subscription scheme fixed | 66 - Subscription scheme fixed |
21 - new frontend: Libervia \o/ . Put in a separate package | 67 - new frontend: Libervia \o/ . Put in a separate package |
68 | |
22 v 0.1.1 (14/01/2011): | 69 v 0.1.1 (14/01/2011): |
23 - bug#1: fixed crash due to dbus.String | 70 - bug#1: fixed crash due to dbus.String |
71 | |
24 v 0.1.0 (12/01/2011): | 72 v 0.1.0 (12/01/2011): |
25 - urwid custom libs split as a new project: "urwid-satext" | 73 - urwid custom libs split as a new project: "urwid-satext" |
26 - files reorganisation | 74 - files reorganisation |
27 - versioning now use a standard scheme (major.minor.increment+letter) | 75 - versioning now use a standard scheme (major.minor.increment+letter) |
28 - distutils/distribute installation script | 76 - distutils/distribute installation script |
29 - misc bugs fixes | 77 - misc bugs fixes |
30 - easy way to launch/stop sat (sat & sat stop) | 78 - easy way to launch/stop sat (sat & sat stop) |
79 | |
31 v 0.0.3 (20/08/2010): | 80 v 0.0.3 (20/08/2010): |
32 - multi-profiles | 81 - multi-profiles |
33 - i18n support | 82 - i18n support |
34 - french translation | 83 - french translation |
35 - MUC support (basic for the moment) | 84 - MUC support (basic for the moment) |
36 - Dynamic methods/signals in DBus bridge | 85 - Dynamic methods/signals in DBus bridge |
37 - Tarot game | 86 - Tarot game |
38 - CouchSurfing plugin | 87 - CouchSurfing plugin |
39 - XML User Interface | 88 - XML User Interface |
40 - Sortilège replaced by Primitivus | 89 - Sortilège replaced by Primitivus |
41 - About boxes & versions numbers now follow SàT core version | 90 - About boxes & versions numbers now follow SàT core version |
91 | |
42 v 0.0.2 (10/01/2010): | 92 v 0.0.2 (10/01/2010): |
43 - DBus bridge: dynamic exportation of methods (useful for plugins) | 93 - DBus bridge: dynamic exportation of methods (useful for plugins) |
44 - new doc: INSTALL and CHANGELOG | 94 - new doc: INSTALL and CHANGELOG |
45 - new method to save private data (useful for plugins) | 95 - new method to save private data (useful for plugins) |
46 - disconnection | 96 - disconnection |