summaryrefslogtreecommitdiffstats
path: root/Telegram/SourceFiles/core/changelogs.cpp
diff options
context:
space:
mode:
authorJohn Preston <johnprestonmail@gmail.com>2023-01-12 21:35:44 +0400
committerJohn Preston <johnprestonmail@gmail.com>2023-01-12 21:35:44 +0400
commit2887c0b5643e8cc0d1c689e7191cdc12b994a439 (patch)
treef4c86e197a8bbe2b2657e9cb2d10ed86dfcd6e67 /Telegram/SourceFiles/core/changelogs.cpp
parent9b7826ea0d16809a823d90e57633cade424bb0f7 (diff)
Beta version 4.5.6.
- Try enabling non-fractional scale High DPI support on Windows and Linux. - Experimental setting for fractional scale High DPI support on Windows and Linux. - Fix navigation to bottom problems in groups you didn't join. - Fix a crash in chat export settings changes. - Fix a crash in sending some of JPEG images. - Fix CJK fonts on Windows.
Diffstat (limited to 'Telegram/SourceFiles/core/changelogs.cpp')
-rw-r--r--Telegram/SourceFiles/core/changelogs.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/Telegram/SourceFiles/core/changelogs.cpp b/Telegram/SourceFiles/core/changelogs.cpp
index cd813bf4dc..9338e20785 100644
--- a/Telegram/SourceFiles/core/changelogs.cpp
+++ b/Telegram/SourceFiles/core/changelogs.cpp
@@ -48,6 +48,22 @@ std::map<int, const char*> BetaLogs() {
"- Bug fixes and other minor improvements.\n"
"- Fix updating on macOS older than 10.14.\n"
+ },
+ {
+ 4005006,
+ "- Try enabling non-fractional scale "
+ "High DPI support on Windows and Linux.\n"
+
+ "- Experimental setting for fractional scale "
+ "High DPI support on Windows and Linux.\n"
+
+ "- Fix navigation to bottom problems in groups you didn't join.\n"
+
+ "- Fix a crash in chat export settings changes.\n"
+
+ "- Fix a crash in sending some of JPEG images.\n"
+
+ "- Fix CJK fonts on Windows.\n"
}
};
};