summaryrefslogtreecommitdiffstats
path: root/Telegram/SourceFiles/core/changelogs.cpp
diff options
context:
space:
mode:
authorJohn Preston <johnprestonmail@gmail.com>2021-12-22 15:25:31 +0000
committerJohn Preston <johnprestonmail@gmail.com>2021-12-23 00:07:26 +0000
commitede4c0f7812ea9f411f76ecc674bd6ba55892af9 (patch)
tree51b6ead6eb611572a35d024665334d93ea6606d1 /Telegram/SourceFiles/core/changelogs.cpp
parent75337ad1c283ac9e9f4fc16848d8d10926bbaa11 (diff)
Beta version 3.3.1.v3.3.1
- Switch between contacts list sorting modes. - Sort contacts list by last seen time by default. - Fix disappearing Send As Channel button after message editing. - Fix file upload cancelling. - Fix crash in video capture on macOS. - Fix labels in the About box. - Use Qt 6.2.2 for macOS and Linux builds. - Allow installing x64 Windows version on Windows ARM.
Diffstat (limited to 'Telegram/SourceFiles/core/changelogs.cpp')
-rw-r--r--Telegram/SourceFiles/core/changelogs.cpp121
1 files changed, 18 insertions, 103 deletions
diff --git a/Telegram/SourceFiles/core/changelogs.cpp b/Telegram/SourceFiles/core/changelogs.cpp
index 38e7fadc51..0db97ec3e6 100644
--- a/Telegram/SourceFiles/core/changelogs.cpp
+++ b/Telegram/SourceFiles/core/changelogs.cpp
@@ -23,109 +23,6 @@ namespace {
std::map<int, const char*> BetaLogs() {
return {
{
- 2009004,
- "- Choose one from dozens of new gorgeous animated backgrounds"
- " in Chat Settings > Chat background.\n"
- },
- {
- 2009005,
- "- Tile chat background patterns horizontally.\n"
-
- "- Fix a rare crash in spellchecker on Windows.\n"
-
- "- Fix animated chat backgrounds in Saved Messages.\n"
-
- "- Fix \"Sorry, group is inaccessible\" message "
- "in scheduled voice chats.\n",
- },
- {
- 2009013,
- "- See unread comments count when scrolling discussions in channels."
- },
- {
- 3000002,
- "- Check who've seen your message in small groups "
- "from the context menu.\n"
-
- "- Enable recording with video in live streams and video chats."
- },
- {
- 3000004,
- "- Fix a crash when joining video chat or live broadcast.\n"
-
- "- Add a \"Close to Taskbar\" option when tray icon is disabled "
- "(Windows and Linux)."
- },
- {
- 3000005,
- "- Add support for Emoji 13.1."
- },
- {
- 3001002,
- "- Control video in fullscreen mode using arrows and numbers.\n"
-
- "- Open locations in browser if default Bing Maps is not installed.\n"
-
- "- Reconnect without timeout when network availability changes.\n"
-
- "- Crash fixes."
- },
- {
- 3001005,
- "- Choose one of 8 new preset themes for any individual private chat.\n"
-
- "- Click on '...' menu > 'Change Colors' to pick a theme.\n"
-
- "- Both chat participants will see the same theme in that chat "
- "– on all their devices.\n"
-
- "- Each new theme features colorful gradient message bubbles, "
- "beautifully animated backgrounds and unique background patterns.\n"
-
- "- All chat themes have day and night versions and will follow "
- "your overall dark mode settings.\n"
-
- "- Implement main window rounded corners on Windows 11.\n"
-
- "- Fix audio capture from AirPods on macOS.\n"
- },
- {
- 3001006,
- "- Show small media previews in chats list.\n"
-
- "- Show media album previews and caption text in chats list.\n"
-
- "- Add \"Quick Reply\" and \"Mark as Read\" "
- "to native Windows notifications.\n"
- },
- {
- 3001012,
- "- Create special invite links that require admins "
- "to approve users before they become members.\n"
-
- "- Admins can view the applicants' profiles and bios "
- "by tapping the Join Requests bar at the top of the chat.\n"
-
- "- Add internal labels to your chat's Invite Links "
- "to keep them organized.\n"
-
- "- Run natively on Apple Silicon (macOS only).\n"
- },
- {
- 3001013,
- "- Fix requests to groups / channels processing.\n"
-
- "- Fix internal link previews with View Content button layout.\n"
-
- "- Fix crash in messages search with imported messages results.\n"
-
- "- Don't use fractional system UI scaling on Linux.\n"
-
- "- Fix invite link icons on macOS.\n"
-
- "- Several crash fixes.\n"
- },
- {
3002006,
"- Try out the new audio player with playlist shuffle and repeat.\n"
@@ -141,6 +38,24 @@ std::map<int, const char*> BetaLogs() {
"- Fix a crash in archived stickers loading.\n"
"- Fix a crash in calls to old Telegram versions.\n"
+ },
+ {
+ 3003001,
+ "- Switch between contacts list sorting modes.\n"
+
+ "- Sort contacts list by last seen time by default.\n"
+
+ "- Fix disappearing Send As Channel button after message editing.\n"
+
+ "- Fix file upload cancelling.\n"
+
+ "- Fix crash in video capture on macOS.\n"
+
+ "- Fix labels in the About box.\n"
+
+ "- Use Qt 6.2.2 for macOS and Linux builds.\n"
+
+ "- Allow installing x64 Windows version on Windows ARM.\n"
}
};
};