Skip to content

Commit fee25d8

Browse files
committedNov 30, 2020
Prepare changelog for 0.5
1 parent 28ec4e3 commit fee25d8

5 files changed

+34
-5
lines changed
 

‎rpm/harbour-fernschreiber.changes

+29
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,35 @@
1212
# * date Author's Name <author's email> version-release
1313
# - Summary of changes
1414

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+
1544
* Thu Nov 12 2020 Sebastian J. Wolf <sebastian@ygriega.de> 0.4.1
1645
- Several translations updated - thanks to all contributors
1746

‎rpm/harbour-fernschreiber.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Name: harbour-fernschreiber
1212

1313
Summary: Fernschreiber is a Telegram client for Sailfish OS
1414
Version: 0.5
15-
Release: 1
15+
Release: 2
1616
Group: Qt/Qt
1717
License: LICENSE
1818
URL: http://werkwolf.eu/

‎rpm/harbour-fernschreiber.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Name: harbour-fernschreiber
22
Summary: Fernschreiber is a Telegram client for Sailfish OS
33
Version: 0.5
4-
Release: 1
4+
Release: 2
55
# The contents of the Group field should be one of the groups listed here:
66
# https://github.com/mer-tools/spectacle/blob/master/data/GROUPS
77
Group: Qt/Qt

‎translations/harbour-fernschreiber-ru.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1291,11 +1291,11 @@
12911291
</message>
12921292
<message>
12931293
<source>Open-with menu integration</source>
1294-
<translation>Меню "открыть с помощью"</translation>
1294+
<translation>Меню &quot;открыть с помощью&quot;</translation>
12951295
</message>
12961296
<message>
12971297
<source>Integrate Fernschreiber into open-with menu of Sailfish OS</source>
1298-
<translation>Встроить Fernschreiber в системное меню "открыть с помощью"</translation>
1298+
<translation>Встроить Fernschreiber в системное меню &quot;открыть с помощью&quot;</translation>
12991299
</message>
13001300
<message>
13011301
<source>Animate stickers</source>

‎translations/harbour-fernschreiber-sv.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,7 @@
11241124
</message>
11251125
<message>
11261126
<source>Quizzes have one correct answer. Participants can&apos;t revoke their responses.</source>
1127-
<translation>Frågor har ett (1) korrekt svar. Deltagarna kan inte återkalla sina svar.</translation>
1127+
<translation>Frågor har ett (1) korrekt svar. Deltagarna kan inte återkalla sina svar.</translation>
11281128
</message>
11291129
</context>
11301130
<context>

0 commit comments

Comments
 (0)
Please sign in to comment.