Mercurial > libervia-backend
comparison CHANGELOG @ 3327:ddc10f76fb7e
changelog: update
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 02 Aug 2020 20:31:06 +0200 |
parents | df26f1a9020a |
children | ec93feac0e74 |
comparison
equal
deleted
inserted
replaced
3326:9e1ba1e1179f | 3327:ddc10f76fb7e |
---|---|
13 anymore, and parent dir of "sat" module is checked last | 13 anymore, and parent dir of "sat" module is checked last |
14 - parsed config files paths are logged on startup | 14 - parsed config files paths are logged on startup |
15 - attachments, with resizing | 15 - attachments, with resizing |
16 - encrypted sessions are restored on connection, when suitable | 16 - encrypted sessions are restored on connection, when suitable |
17 - MUC avatars | 17 - MUC avatars |
18 - SVG support for avatars | |
19 - improved identities (avatar, nickname) management | |
18 - (XEP-0060) publish-options | 20 - (XEP-0060) publish-options |
21 - list of interests: unique ID per location, to avoid duplicates | |
22 - settings for themes in template engine | |
23 - launching scripts are now in Python instead of shell scripts | |
19 - Cagou: | 24 - Cagou: |
20 - new "share" widget | 25 - new "share" widget |
21 - URIs can now be clicked to open a suitable application | 26 - URIs can now be clicked to open a suitable application |
22 - new red "plug" icon showed if user is disconnected | 27 - new red "plug" icon showed if user is disconnected |
23 - better ESC key (or back button) handling | 28 - better ESC key (or back button) handling |
55 - "disconnect" item in the new "extra" menu. With it, the profile connected | 60 - "disconnect" item in the new "extra" menu. With it, the profile connected |
56 automatically can be disconnected. | 61 automatically can be disconnected. |
57 - autoconnect parameters are hidden (not useful for end-user, and can actually be | 62 - autoconnect parameters are hidden (not useful for end-user, and can actually be |
58 confusing) | 63 confusing) |
59 - fixed SRV records for DNS lookup | 64 - fixed SRV records for DNS lookup |
65 - SVG support for avatars | |
66 - Libervia: | |
67 - dynamic pages (i.e. browser executed code) | |
68 - Brython integration | |
69 - JavaScript modules (node.js) integration | |
70 - Sass integration | |
71 - Nunjucks integration | |
72 - themes management | |
73 - bulma theme becomes the default one for default site | |
74 - (photos) album can now be created or deleted from Libervia | |
75 - (photos/album) photos or videos can now be uploaded from Libervia | |
76 - (photos/album) a mobile friendly slideshow can be run | |
77 - (photos/album) affiliations can be modified with new invitations manager | |
78 - Cache-control header is respected | |
60 - jp: | 79 - jp: |
61 - full documentation of commands | 80 - full documentation of commands |
62 - asyncio port | 81 - asyncio port |
63 - bridges other than dbus are now supported | 82 - bridges other than dbus are now supported |
64 - colour dark/light themes | 83 - colour dark/light themes |
65 - background colour detection | 84 - background colour detection |
66 - new debug/theme command | 85 - new debug/theme command |
67 - new file/get command (supports aesgcm scheme) | 86 - new file/get command (supports aesgcm scheme) |
87 - new file/share/affiliations command | |
88 - new file/share/configuration command | |
68 - new info/devices command | 89 - new info/devices command |
69 - file/upload handle encryption | 90 - file/upload handle encryption |
70 - various improvments | 91 - various improvments |
71 - (blog) added --language to common publish arguments | 92 - (blog) added --language to common publish arguments |
72 - (blog) added --no-publish argument to avoid accidental publication | 93 - (blog) added --no-publish argument to avoid accidental publication |
73 - (pubsub/set) publish options can be specified with -f and -F | 94 - (pubsub/set) publish options can be specified with -f and -F |
74 - (profile/create, profile/modify) --autoconnect argument | 95 - (profile/create, profile/modify) --autoconnect argument |
96 - Templates: | |
97 - new bulma theme | |
98 - file sharing component: | |
99 - XEP-0363 (HTTP File Upload) implementation | |
100 - affiliation management (custom) | |
101 - access model management (custom) | |
75 | 102 |
76 v 0.7.0 « La Commune » (24/07/19): | 103 v 0.7.0 « La Commune » (24/07/19): |
77 This version is a huge gap with previous one, changelog only show a part of novelties. | 104 This version is a huge gap with previous one, changelog only show a part of novelties. |
78 This is also the first "general audience" version. | 105 This is also the first "general audience" version. |
79 - XEP-0070 implementation (HTTP Auth via XMPP) | 106 - XEP-0070 implementation (HTTP Auth via XMPP) |