mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Beta version 2.4.15.
- Improve design of voice chats. - Fix sending of voice messages as replies. - Fix 'Open With' menu position in macOS. - Fix freeze on secondary screen disconnect.
This commit is contained in:
parent
b85bbadd74
commit
eaf9b58337
3 changed files with 18 additions and 55 deletions
|
@ -21,60 +21,6 @@ namespace {
|
|||
|
||||
std::map<int, const char*> BetaLogs() {
|
||||
return {
|
||||
{
|
||||
2001008,
|
||||
"- Add support for full group message history export.\n"
|
||||
|
||||
"- Allow export of a single chat message history in JSON format."
|
||||
},
|
||||
{
|
||||
2001014,
|
||||
"- Support for multiple accounts."
|
||||
},
|
||||
{
|
||||
2001017,
|
||||
"- Fix messages editing in a non-active account.\n"
|
||||
|
||||
"- Fix large animated emoji messages editing.\n"
|
||||
|
||||
"- Fix high definition GIF animations opening in media viewer.\n"
|
||||
|
||||
"- Multiple crash fixes."
|
||||
},
|
||||
{
|
||||
2001018,
|
||||
"- Fix a possible crash in Picture-in-Picture video player.\n"
|
||||
|
||||
"- Fix copying links from message texts.\n"
|
||||
|
||||
"- Raise file size limit to 2000 MB.\n"
|
||||
|
||||
"- Allow using system window frame in Windows and Linux."
|
||||
},
|
||||
{
|
||||
2001019,
|
||||
"- File uploading in an inactive account correctly finishes.\n"
|
||||
|
||||
"- Stickers panel works correctly after switching between accounts.\n"
|
||||
|
||||
"- Large .webp files are not shown as stickers.\n"
|
||||
|
||||
"- MacBook TouchBar support was fully rewritten with fixes for multiple accounts.\n"
|
||||
|
||||
"- Custom window title bar works in all Linux versions.\n"
|
||||
|
||||
"- Passcode doesn't auto-lock while you're active in other apps on Linux X11."
|
||||
},
|
||||
{
|
||||
2001021,
|
||||
"- Edit your scheduled messages.\n"
|
||||
|
||||
"- See the unread messages indicator for your additional accounts on the main menu button.\n"
|
||||
|
||||
"- Use Auto-Night Mode to make Telegram night mode match the system Dark Mode settings.\n"
|
||||
|
||||
"- Enjoy dark native window frame for Telegram night mode on Windows.\n"
|
||||
},
|
||||
{
|
||||
2004006,
|
||||
"- Fix image compression option when sending files with drag-n-drop.\n"
|
||||
|
@ -119,6 +65,16 @@ std::map<int, const char*> BetaLogs() {
|
|||
|
||||
"- Fix group members display.\n"
|
||||
},
|
||||
{
|
||||
2004015,
|
||||
"- Improve design of voice chats.\n"
|
||||
|
||||
"- Fix sending of voice messages as replies.\n"
|
||||
|
||||
"- Fix 'Open With' menu position in macOS.\n"
|
||||
|
||||
"- Fix freeze on secondary screen disconnect.\n"
|
||||
},
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit abb615a7c9cb3a3992f67637592b481ccc50f17a
|
||||
Subproject commit a29e93ca55d40c3b50d654fd2a9a153ab0227b6c
|
|
@ -1,3 +1,10 @@
|
|||
2.4.15 beta (19.12.20)
|
||||
|
||||
- Improve design of voice chats.
|
||||
- Fix sending of voice messages as replies.
|
||||
- Fix 'Open With' menu position in macOS.
|
||||
- Fix freeze on secondary screen disconnect.
|
||||
|
||||
2.4.14 beta (14.12.20)
|
||||
|
||||
- Create voice chats in legacy groups.
|
||||
|
|
Loading…
Add table
Reference in a new issue