changeset 3327:ddc10f76fb7e

changelog: update
author Goffi <goffi@goffi.org>
date Sun, 02 Aug 2020 20:31:06 +0200
parents 9e1ba1e1179f
children d49607e3a066
files CHANGELOG
diffstat 1 files changed, 27 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Sun Aug 02 17:40:07 2020 +0200
+++ b/CHANGELOG	Sun Aug 02 20:31:06 2020 +0200
@@ -15,7 +15,12 @@
     - attachments, with resizing
     - encrypted sessions are restored on connection, when suitable
     - MUC avatars
+    - SVG support for avatars
+    - improved identities (avatar, nickname) management
     - (XEP-0060) publish-options
+    - list of interests: unique ID per location, to avoid duplicates
+    - settings for themes in template engine
+    - launching scripts are now in Python instead of shell scripts
     - Cagou:
         - new "share" widget
         - URIs can now be clicked to open a suitable application
@@ -57,6 +62,20 @@
         - autoconnect parameters are hidden (not useful for end-user, and can actually be
           confusing)
         - fixed SRV records for DNS lookup
+        - SVG support for avatars
+    - Libervia:
+        - dynamic pages (i.e. browser executed code)
+        - Brython integration
+        - JavaScript modules (node.js) integration
+        - Sass integration
+        - Nunjucks integration
+        - themes management
+        - bulma theme becomes the default one for default site
+        - (photos) album can now be created or deleted from Libervia
+        - (photos/album) photos or videos can now be uploaded from Libervia
+        - (photos/album) a mobile friendly slideshow can be run
+        - (photos/album) affiliations can be modified with new invitations manager
+        - Cache-control header is respected
     - jp:
         - full documentation of commands
         - asyncio port
@@ -65,6 +84,8 @@
         - background colour detection
         - new debug/theme command
         - new file/get command (supports aesgcm scheme)
+        - new file/share/affiliations command
+        - new file/share/configuration command
         - new info/devices command
         - file/upload handle encryption
         - various improvments
@@ -72,6 +93,12 @@
         - (blog) added --no-publish argument to avoid accidental publication
         - (pubsub/set) publish options can be specified with -f and -F
         - (profile/create, profile/modify) --autoconnect argument
+    - Templates:
+        - new bulma theme
+    - file sharing component:
+        - XEP-0363 (HTTP File Upload) implementation
+        - affiliation management (custom)
+        - access model management (custom)
 
 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.