comparison CHANGELOG @ 3504:9f7a867d9722

CHANGELOG: update
author Goffi <goffi@goffi.org>
date Wed, 21 Apr 2021 11:44:47 +0200
parents d7091c635e22
children cca538f795de
comparison
equal deleted inserted replaced
3503:482098e521ff 3504:9f7a867d9722
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 - renamed the project from "Salut à Toi" to "Libervia" 4 - renamed the project from "Salut à Toi" to "Libervia"
5 - frontends are renamed "Libervia XXX" (where XXX is Desktop, Web, etc.), former names are kept as aliases
5 - Python 3 port 6 - Python 3 port
6 - "libervia.conf" is now used for settings (but "sat.conf" is still usable, at least 7 - "libervia.conf" is now used for settings (but "sat.conf" is still usable, at least
7 for now) 8 for now)
9 - config sections are now named after frontend type ("web", "cli", "tui", etc).
8 - "/etc/_libervia.conf" can be used for distribution specific settings 10 - "/etc/_libervia.conf" can be used for distribution specific settings
9 - OMEMO for MUCs (group chat) 11 - OMEMO for MUCs (group chat)
10 - aesgcm schema handling (aka OMEMO Media Sharing) 12 - aesgcm schema handling (aka OMEMO Media Sharing)
11 - removed plugins IMAP, Maildir and SMTP: they were experimental plugins, are not used 13 - removed plugins IMAP, Maildir and SMTP: they were experimental plugins, are not used
12 and Maildir has not been ported to Python 3 14 and Maildir has not been ported to Python 3
21 - MUC avatars 23 - MUC avatars
22 - SVG support for avatars 24 - SVG support for avatars
23 - improved identities (avatar, nickname) management 25 - improved identities (avatar, nickname) management
24 - (XEP-0060) publish-options 26 - (XEP-0060) publish-options
25 - (XEP-0077) XMPP account deletion support 27 - (XEP-0077) XMPP account deletion support
28 - (XEP-0277) user friendly IDs
26 - XEP-0346 implementation (Form Discovery and Publishing) 29 - XEP-0346 implementation (Form Discovery and Publishing)
27 - XEP-0353 implementation (Jingle Message Initiation) 30 - XEP-0353 implementation (Jingle Message Initiation)
28 - XEP-0431 implementation (Full Text Search in MAM) 31 - XEP-0431 implementation (Full Text Search in MAM)
29 - node schema now uses XEP-0346 32 - node schema now uses XEP-0346
30 - "tickets" feature renamed to "lists" 33 - "tickets" feature renamed to "lists"
38 - settings for themes in template engine 41 - settings for themes in template engine
39 - launching scripts are now in Python instead of shell scripts 42 - launching scripts are now in Python instead of shell scripts
40 - D-Bus bridge: renamed namespace from org.salutatoi.SAT to org.libervia.Libervia 43 - D-Bus bridge: renamed namespace from org.salutatoi.SAT to org.libervia.Libervia
41 - new testing framework in "tests" 44 - new testing framework in "tests"
42 - end-to-end tests 45 - end-to-end tests
43 - docker images are now in backend repository, and up-to-date 46 - docker images are now in backend repository, renamed and up-to-date
44 - social contract updates following general assemblees and renaming (see commits and 47 - social contract updates following general assemblees and renaming (see commits and
45 assemblees minutes for details) 48 assemblees minutes for details)
46 - Libervia Desktop (Cagou): 49 - Libervia Desktop (Cagou):
47 - new "share" widget 50 - new "share" widget
48 - URIs can now be clicked to open a suitable application 51 - URIs can now be clicked to open a suitable application
128 - file sharing component: 131 - file sharing component:
129 - XEP-0363 (HTTP File Upload) implementation 132 - XEP-0363 (HTTP File Upload) implementation
130 - affiliation management (custom) 133 - affiliation management (custom)
131 - access model management (custom) 134 - access model management (custom)
132 - generate thumbnails for videos 135 - generate thumbnails for videos
136 - pb bridge:
137 - Unix socket is now used by default, "bridge_pb_connection_type" can be set to
138 "socket" to use network socket
139 - new "bridge_pb_host" and "bridge_pb_port" settings
133 140
134 v 0.7.0 « La Commune » (24/07/19): 141 v 0.7.0 « La Commune » (24/07/19):
135 This version is a huge gap with previous one, changelog only show a part of novelties. 142 This version is a huge gap with previous one, changelog only show a part of novelties.
136 This is also the first "general audience" version. 143 This is also the first "general audience" version.
137 - XEP-0070 implementation (HTTP Auth via XMPP) 144 - XEP-0070 implementation (HTTP Auth via XMPP)