changelog to 0.7.21.dev added
This commit is contained in:
parent
2f094c2350
commit
75cad6179d
|
@ -653,8 +653,8 @@ void Application::checkMapVersion() {
|
|||
psRegisterCustomScheme();
|
||||
if (Local::oldMapVersion()) {
|
||||
QString versionFeatures;
|
||||
if (DevChannel && Local::oldMapVersion() < 7019) {
|
||||
versionFeatures = QString::fromUtf8("\xe2\x80\x94 Passcode lock option added");
|
||||
if (DevChannel && Local::oldMapVersion() < 7021) {
|
||||
versionFeatures = QString::fromUtf8("\xe2\x80\x94 Reply to specific messages in groups\n\xe2\x80\x94 Mention @usernames in groups to notify multiple users");
|
||||
} else if (!DevChannel && Local::oldMapVersion() < 7020) {
|
||||
versionFeatures = lang(lng_new_version7020).trimmed();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue