mirror of https://github.com/procxx/kepka.git
changelog to 0.7.21.dev added
This commit is contained in:
parent
2f094c2350
commit
75cad6179d
|
@ -653,8 +653,8 @@ void Application::checkMapVersion() {
|
||||||
psRegisterCustomScheme();
|
psRegisterCustomScheme();
|
||||||
if (Local::oldMapVersion()) {
|
if (Local::oldMapVersion()) {
|
||||||
QString versionFeatures;
|
QString versionFeatures;
|
||||||
if (DevChannel && Local::oldMapVersion() < 7019) {
|
if (DevChannel && Local::oldMapVersion() < 7021) {
|
||||||
versionFeatures = QString::fromUtf8("\xe2\x80\x94 Passcode lock option added");
|
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) {
|
} else if (!DevChannel && Local::oldMapVersion() < 7020) {
|
||||||
versionFeatures = lang(lng_new_version7020).trimmed();
|
versionFeatures = lang(lng_new_version7020).trimmed();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue