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

Alpha 1.0.25: Edit phone number in Settings.

Also fix build for GCC.
Also add scripts for GitHub releases management.
This commit is contained in:
John Preston
2017-03-21 22:48:04 +03:00
parent 743743ca10
commit 6601a00eea
14 changed files with 324 additions and 56 deletions

View File

@@ -637,8 +637,8 @@ void Messenger::checkMapVersion() {
if (Local::oldMapVersion() < AppVersion) {
if (Local::oldMapVersion()) {
QString versionFeatures;
if ((cAlphaVersion() || cBetaVersion()) && Local::oldMapVersion() < 1000024) {
versionFeatures = QString::fromUtf8("\xE2\x80\x94 Added Last Seen and Group Invite privacy settings.");
if ((cAlphaVersion() || cBetaVersion()) && Local::oldMapVersion() < 1000025) {
versionFeatures = QString::fromUtf8("\xE2\x80\x94 Edit your account phone number in Settings.");
} else if (!(cAlphaVersion() || cBetaVersion()) && Local::oldMapVersion() < 1000012) {
versionFeatures = langNewVersionText();
} else {