|
12 | 12 | # * date Author's Name <author's email> version-release
|
13 | 13 | # - Summary of changes
|
14 | 14 |
|
| 15 | +* Mon Nov 30 2020 Sebastian J. Wolf <sebastian@ygriega.de> 0.5 |
| 16 | +- Support secret chats |
| 17 | +- Support Telegram contacts & synchronization with local contacts DB on request |
| 18 | +- Initiate private & secret chats from contact |
| 19 | +- Support pinned messages |
| 20 | +- Always position chat at last read state, even if unread message count is >50 |
| 21 | +- Support message forwarding - thanks to jgibbon |
| 22 | +- Support multiple message selection - thanks to jgibbon |
| 23 | +- Support @-mentioning in message input field - simply type '@' followed by the name to properly mention somebody |
| 24 | +- Support video notes |
| 25 | +- Better notification handling - thanks to monich |
| 26 | +- Better chat permission handling - thanks to jgibbon |
| 27 | +- Chat information attached to chat page - thanks to jgibbon |
| 28 | +- Display message sent/received indicator in chat list |
| 29 | +- Display pinned/in-reply-to message on tap as overlay |
| 30 | +- Support for TDLib storage optimizer - thanks to monich |
| 31 | +- Switch from elide truncation mode to fade out |
| 32 | +- Switch to generic file picker for documents |
| 33 | +- Localization improvements (e.g. plural handling) - thanks to jgibbon |
| 34 | +- Logging/debugging improvements - thanks to monich and jgibbon |
| 35 | +- Several performance improvements - thanks to monich and jgibbon |
| 36 | +- Make emojis a little bigger and change alignment to address display issues (only a workaround as it seems to be a QML bug, but we need to use what we have...) |
| 37 | +- Fix: Wrong space allocation for some web page previews |
| 38 | +- Fix: Display correct chat photo - thanks to monich |
| 39 | +- Fix: Message pending indicator though message was sent successfully |
| 40 | +- Fix: Mute chats that have never been muted before |
| 41 | +- Fix: Truncate username correctly if it's very long |
| 42 | +- Several translations updated - thanks to all contributors |
| 43 | + |
15 | 44 | * Thu Nov 12 2020 Sebastian J. Wolf <sebastian@ygriega.de> 0.4.1
|
16 | 45 | - Several translations updated - thanks to all contributors
|
17 | 46 |
|
|
0 commit comments