Skip to content

Commit

Permalink
0.7.18.dev changelog added
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Feb 20, 2015
1 parent 4e07a54 commit 64bc88c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Telegram/SourceFiles/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -702,8 +702,8 @@ void Application::startApp() {
psRegisterCustomScheme();
if (Local::oldMapVersion()) {
QString versionFeatures;
if (DevChannel && Local::oldMapVersion() < 7015) {
versionFeatures = QString::fromUtf8("\xe2\x80\x94 Some translation keys added\n\xe2\x80\x94 Linux: fixed semibold font\n\xe2\x80\x94 Linux: tray icon should work better in non-Unity environments");
if (DevChannel && Local::oldMapVersion() < 7018) {
versionFeatures = QString::fromUtf8("\xe2\x80\x94 Windows: crash on start fixed for some Intel cards\n\xe2\x80\x94 Linux: tray icon returned in Pantheon and Gnome");
} else if (!DevChannel && Local::oldMapVersion() < 7017) {
versionFeatures = lang(lng_new_version_minor).trimmed();
}
Expand Down

0 comments on commit 64bc88c

Please sign in to comment.