Prepare changelog for 0.5
This commit is contained in:
parent
28ec4e3e1e
commit
fee25d846b
5 changed files with 34 additions and 5 deletions
|
@ -12,6 +12,35 @@
|
||||||
# * date Author's Name <author's email> version-release
|
# * date Author's Name <author's email> version-release
|
||||||
# - Summary of changes
|
# - Summary of changes
|
||||||
|
|
||||||
|
* Mon Nov 30 2020 Sebastian J. Wolf <sebastian@ygriega.de> 0.5
|
||||||
|
- Support secret chats
|
||||||
|
- Support Telegram contacts & synchronization with local contacts DB on request
|
||||||
|
- Initiate private & secret chats from contact
|
||||||
|
- Support pinned messages
|
||||||
|
- Always position chat at last read state, even if unread message count is >50
|
||||||
|
- Support message forwarding - thanks to jgibbon
|
||||||
|
- Support multiple message selection - thanks to jgibbon
|
||||||
|
- Support @-mentioning in message input field - simply type '@' followed by the name to properly mention somebody
|
||||||
|
- Support video notes
|
||||||
|
- Better notification handling - thanks to monich
|
||||||
|
- Better chat permission handling - thanks to jgibbon
|
||||||
|
- Chat information attached to chat page - thanks to jgibbon
|
||||||
|
- Display message sent/received indicator in chat list
|
||||||
|
- Display pinned/in-reply-to message on tap as overlay
|
||||||
|
- Support for TDLib storage optimizer - thanks to monich
|
||||||
|
- Switch from elide truncation mode to fade out
|
||||||
|
- Switch to generic file picker for documents
|
||||||
|
- Localization improvements (e.g. plural handling) - thanks to jgibbon
|
||||||
|
- Logging/debugging improvements - thanks to monich and jgibbon
|
||||||
|
- Several performance improvements - thanks to monich and jgibbon
|
||||||
|
- 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...)
|
||||||
|
- Fix: Wrong space allocation for some web page previews
|
||||||
|
- Fix: Display correct chat photo - thanks to monich
|
||||||
|
- Fix: Message pending indicator though message was sent successfully
|
||||||
|
- Fix: Mute chats that have never been muted before
|
||||||
|
- Fix: Truncate username correctly if it's very long
|
||||||
|
- Several translations updated - thanks to all contributors
|
||||||
|
|
||||||
* Thu Nov 12 2020 Sebastian J. Wolf <sebastian@ygriega.de> 0.4.1
|
* Thu Nov 12 2020 Sebastian J. Wolf <sebastian@ygriega.de> 0.4.1
|
||||||
- Several translations updated - thanks to all contributors
|
- Several translations updated - thanks to all contributors
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ Name: harbour-fernschreiber
|
||||||
|
|
||||||
Summary: Fernschreiber is a Telegram client for Sailfish OS
|
Summary: Fernschreiber is a Telegram client for Sailfish OS
|
||||||
Version: 0.5
|
Version: 0.5
|
||||||
Release: 1
|
Release: 2
|
||||||
Group: Qt/Qt
|
Group: Qt/Qt
|
||||||
License: LICENSE
|
License: LICENSE
|
||||||
URL: http://werkwolf.eu/
|
URL: http://werkwolf.eu/
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Name: harbour-fernschreiber
|
Name: harbour-fernschreiber
|
||||||
Summary: Fernschreiber is a Telegram client for Sailfish OS
|
Summary: Fernschreiber is a Telegram client for Sailfish OS
|
||||||
Version: 0.5
|
Version: 0.5
|
||||||
Release: 1
|
Release: 2
|
||||||
# The contents of the Group field should be one of the groups listed here:
|
# The contents of the Group field should be one of the groups listed here:
|
||||||
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
|
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
|
||||||
Group: Qt/Qt
|
Group: Qt/Qt
|
||||||
|
|
|
@ -1291,11 +1291,11 @@
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Open-with menu integration</source>
|
<source>Open-with menu integration</source>
|
||||||
<translation>Меню "открыть с помощью"</translation>
|
<translation>Меню "открыть с помощью"</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Integrate Fernschreiber into open-with menu of Sailfish OS</source>
|
<source>Integrate Fernschreiber into open-with menu of Sailfish OS</source>
|
||||||
<translation>Встроить Fernschreiber в системное меню "открыть с помощью"</translation>
|
<translation>Встроить Fernschreiber в системное меню "открыть с помощью"</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Animate stickers</source>
|
<source>Animate stickers</source>
|
||||||
|
|
Loading…
Reference in a new issue