2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Alpha 1.0.19: jump to date, macOS do not disturb.

Production testing of the AuthSession downloader() and notifications().
This commit is contained in:
John Preston
2017-03-08 13:33:16 +03:00
parent a5c83467d6
commit 6d216042e6
7 changed files with 22 additions and 16 deletions

View File

@@ -637,8 +637,8 @@ void Messenger::checkMapVersion() {
if (Local::oldMapVersion() < AppVersion) {
if (Local::oldMapVersion()) {
QString versionFeatures;
if ((cAlphaVersion() || cBetaVersion()) && Local::oldMapVersion() < 1000015) {
versionFeatures = QString::fromUtf8("\xe2\x80\x94 Wrong supergroup members display fix.\n\xe2\x80\x94 RTL text layout fix.\n\xe2\x80\x94 Linux GTK file choose dialog should show image previews.\n\xe2\x80\x94 Bug fixes and other minor improvements.");
if ((cAlphaVersion() || cBetaVersion()) && Local::oldMapVersion() < 1000019) {
versionFeatures = QString::fromUtf8("\xE2\x80\x94 Go to date. Click on the date in a chat to jump to a specific day.\n\xE2\x80\x94 Respect macOS 'Do not disturb' settings for sound notifications.\n\xE2\x80\x94 Bug fixes and other minor improvements.");
} else if (!(cAlphaVersion() || cBetaVersion()) && Local::oldMapVersion() < 1000012) {
versionFeatures = langNewVersionText();
} else {