mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-01-25 08:44:38 +00:00
changelog added to 0.8.55
This commit is contained in:
parent
cc4cd486bf
commit
fef40bb59f
@ -675,8 +675,8 @@ void Application::checkMapVersion() {
|
||||
QString versionFeatures;
|
||||
if (cDevVersion() && Local::oldMapVersion() < 8054) {
|
||||
versionFeatures = QString::fromUtf8("\xe2\x80\x94 Preview when sending links to GIF animations and PDF files\n\xe2\x80\x94 Full date and time shown when mouse over message timestamp");// .replace('@', qsl("@") + QChar(0x200D));
|
||||
} else if (!cDevVersion() && Local::oldMapVersion() < 8052) {
|
||||
versionFeatures = lang(lng_new_version_minor).trimmed();
|
||||
} else if (!cDevVersion() && Local::oldMapVersion() < 8055) {
|
||||
versionFeatures = lang(lng_new_version_text).trimmed();
|
||||
}
|
||||
if (!versionFeatures.isEmpty()) {
|
||||
versionFeatures = lng_new_version_wrap(lt_version, QString::fromStdWString(AppVersionStr), lt_changes, versionFeatures, lt_link, qsl("https://desktop.telegram.org/#changelog"));
|
||||
|
Loading…
Reference in New Issue
Block a user