# HG changeset patch # User Goffi # Date 1618998287 -7200 # Node ID 9f7a867d9722f07be8e3c12ca30f29436dea14b0 # Parent 482098e521ff140d2afba675b20cbdf0bd09fed9 CHANGELOG: update diff -r 482098e521ff -r 9f7a867d9722 CHANGELOG --- a/CHANGELOG Wed Apr 21 11:36:26 2021 +0200 +++ b/CHANGELOG Wed Apr 21 11:44:47 2021 +0200 @@ -2,9 +2,11 @@ v 0.8.0 « La Cecília » (NOT RELEASED YET): - renamed the project from "Salut à Toi" to "Libervia" + - frontends are renamed "Libervia XXX" (where XXX is Desktop, Web, etc.), former names are kept as aliases - Python 3 port - "libervia.conf" is now used for settings (but "sat.conf" is still usable, at least for now) + - config sections are now named after frontend type ("web", "cli", "tui", etc). - "/etc/_libervia.conf" can be used for distribution specific settings - OMEMO for MUCs (group chat) - aesgcm schema handling (aka OMEMO Media Sharing) @@ -23,6 +25,7 @@ - improved identities (avatar, nickname) management - (XEP-0060) publish-options - (XEP-0077) XMPP account deletion support + - (XEP-0277) user friendly IDs - XEP-0346 implementation (Form Discovery and Publishing) - XEP-0353 implementation (Jingle Message Initiation) - XEP-0431 implementation (Full Text Search in MAM) @@ -40,7 +43,7 @@ - D-Bus bridge: renamed namespace from org.salutatoi.SAT to org.libervia.Libervia - new testing framework in "tests" - end-to-end tests - - docker images are now in backend repository, and up-to-date + - docker images are now in backend repository, renamed and up-to-date - social contract updates following general assemblees and renaming (see commits and assemblees minutes for details) - Libervia Desktop (Cagou): @@ -130,6 +133,10 @@ - affiliation management (custom) - access model management (custom) - generate thumbnails for videos + - pb bridge: + - Unix socket is now used by default, "bridge_pb_connection_type" can be set to + "socket" to use network socket + - new "bridge_pb_host" and "bridge_pb_port" settings v 0.7.0 « La Commune » (24/07/19): This version is a huge gap with previous one, changelog only show a part of novelties.