Mercurial > libervia-backend
comparison CHANGELOG @ 3195:29d72336a40d
changelog: update
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 28 Feb 2020 18:10:58 +0100 |
parents | f9f05d8ccba6 |
children | a10e12dfbda8 |
comparison
equal
deleted
inserted
replaced
3194:12486cd4fa8b | 3195:29d72336a40d |
---|---|
20 - better ESC key (or back button) handling | 20 - better ESC key (or back button) handling |
21 - removed main menu as a top bar | 21 - removed main menu as a top bar |
22 - new "extra" menu appear in header's widget seletor of widgets. Clicking on it | 22 - new "extra" menu appear in header's widget seletor of widgets. Clicking on it |
23 will open a side menu with some common actions (like showing about screen) + | 23 will open a side menu with some common actions (like showing about screen) + |
24 possibliy platform specific actions. | 24 possibliy platform specific actions. |
25 - an extra window can be created on suitable platform in the extra menu | |
26 - file dropping is handled on compatible platforms | |
25 - (chat) infinite scroll | 27 - (chat) infinite scroll |
26 - (chat) media uploads use AES-GCM if session is encrypted | 28 - (chat) media uploads use AES-GCM if session is encrypted |
27 - (chat) "chat selector" screen, to select an entity/room to chat with/in | 29 - (chat) "chat selector" screen, to select an entity/room to chat with/in |
28 - (chat) touching/clicking an avatar in a group chat will add the nickname in | 30 - (chat) notifications counter is shown on entities in chat selector |
29 message input box. | 31 - (chat) touching/clicking an avatar in a group chat will add the |
32 nickname in message input box. | |
33 - (chat) incoming attachments are now shown in a user friendly way | |
34 - (chat) outgoing attachments are handled in a user friendly way, files | |
35 are not send immediately anymore (user needs to send explicitly the | |
36 message) | |
37 - (chat) multiple images in attachments are grouped in collections | |
38 - (chat) new extra menu in header, allows notably to close the chat/leave the room | |
39 - (chat) images viewer | |
40 - various UI/UX fixes/improvments | |
30 - Cagou (Android): | 41 - Cagou (Android): |
31 - Cagou now appears in the "share" menu | 42 - Cagou now appears in the "share" menu |
32 - "back" button on root widget put app in background | 43 - "back" button on root widget put app in background |
33 - better notifications (sound + vibration, can be modified in settings) | 44 - better notifications (sound + vibration, can be modified in settings) |
45 - opening a notification now opens the right widget in Cagou | |
34 - autoconnect profiles which are autoconnected in backend (there should be only | 46 - autoconnect profiles which are autoconnected in backend (there should be only |
35 one at the moment) | 47 one at the moment) |
48 - reopen last selected widget on startup | |
36 - "disconnect" item in the new "extra" menu. With it, the profile connected | 49 - "disconnect" item in the new "extra" menu. With it, the profile connected |
37 automatically can be disconnected. | 50 automatically can be disconnected. |
38 - autoconnect parameters are hidden (not useful for end-user, and can actually be | 51 - autoconnect parameters are hidden (not useful for end-user, and can actually be |
39 confusing) | 52 confusing) |
40 - jp: | 53 - jp: |
46 - new debug/theme command | 59 - new debug/theme command |
47 - new file/get command (supports aesgcm scheme) | 60 - new file/get command (supports aesgcm scheme) |
48 - file/upload handle encryption | 61 - file/upload handle encryption |
49 - various improvments | 62 - various improvments |
50 - (blog) added --language to common publish arguments | 63 - (blog) added --language to common publish arguments |
64 - (blog) added --no-publish argument to avoid accidental publication | |
51 - (pubsub/set) publish options can be specified with -f and -F | 65 - (pubsub/set) publish options can be specified with -f and -F |
52 - (profile/create, profile/modify) --autoconnect argument | 66 - (profile/create, profile/modify) --autoconnect argument |
53 | 67 |
54 v 0.7.0 « La Commune » (24/07/19): | 68 v 0.7.0 « La Commune » (24/07/19): |
55 This version is a huge gap with previous one, changelog only show a part of novelties. | 69 This version is a huge gap with previous one, changelog only show a part of novelties. |