👍1
TelegramMessenger/tgcalls/shared-audio-device-module • d386c49 • 1 files, +31/-23
Fix threading
#tgcalls
Fix threading
#tgcalls
telegramdesktop/tdesktop/dev • 74ecd44 • 1 files, +8/-5
Show anti-spam checkbox only to admins.
telegramdesktop/tdesktop/dev • f86afc9 • 1 files, +1/-3
Fix userpics view cache invalidation.
telegramdesktop/tdesktop/dev • 6e75668 • 1 files, +0/-11
Fix forum without last topic opening.
telegramdesktop/tdesktop/dev • b0bb8b0 • 1 files, +8/-2
Fix reply from notification replyTo field value.
#tdesktop
Show anti-spam checkbox only to admins.
telegramdesktop/tdesktop/dev • f86afc9 • 1 files, +1/-3
Fix userpics view cache invalidation.
telegramdesktop/tdesktop/dev • 6e75668 • 1 files, +0/-11
Fix forum without last topic opening.
telegramdesktop/tdesktop/dev • b0bb8b0 • 1 files, +8/-2
Fix reply from notification replyTo field value.
#tdesktop
👍1
👍1
telegramdesktop/tdesktop/dev • afc9eb7 • 1 files, +2/-2
Improved filter of list to apply TTL for multiple chats.
telegramdesktop/tdesktop/dev • 76d4417 • 2 files, +27/-1
Add "Copy Topic Link" topic profile menu item.
telegramdesktop/tdesktop/dev • d827045 • 1 files, +4/-3
Fix possible crash on forum switch off.
#tdesktop
Improved filter of list to apply TTL for multiple chats.
telegramdesktop/tdesktop/dev • 76d4417 • 2 files, +27/-1
Add "Copy Topic Link" topic profile menu item.
telegramdesktop/tdesktop/dev • d827045 • 1 files, +4/-3
Fix possible crash on forum switch off.
#tdesktop
telegramdesktop/tdesktop/dev • 7dc9d5c • 1 files, +7/-0
Fix empty menu toggle in closed topics.
telegramdesktop/tdesktop/dev • 14e4524 • 6 files, +35/-18
Version 4.4.
- You can set a Global Auto-Delete Timer
for all new chats and groups you create.
- New messages will be deleted after 1 day, week, month,
or a custom duration you choose.
- The new menu in Settings > Privacy & Security > Auto-Delete Messages
also lets you set up Auto-Delete for any of your existing chats faster.
- Admins of groups with 100+ members can organize discussions
into separate topics.
- Topics now have a two-column layout
that keeps recent chats easily accessible as you browse topics.
- Previews of topic messages in the chat list work like a button,
click to jump to the last updated topic.
- Up to 5 topics can be pinned to the top of the list.
- Each topic now supports multiple pinned messages.
- The View as Messages mode now shows
which topic each message belongs to.
- Badge counters for topics you never opened
will have a lighter, less distracting color.
- A new General topic is now included by default,
containing service messages and the earlier message history from the
group.
- Admins can rename the General topic.
- Large groups can enable Aggressive Filtering in Manage Group
> Administrators to remove more spam with automated algorithms.
- Admins help improve filtering
by reporting any false positives in Recent Actions.
#tdesktop
Fix empty menu toggle in closed topics.
telegramdesktop/tdesktop/dev • 14e4524 • 6 files, +35/-18
Version 4.4.
- You can set a Global Auto-Delete Timer
for all new chats and groups you create.
- New messages will be deleted after 1 day, week, month,
or a custom duration you choose.
- The new menu in Settings > Privacy & Security > Auto-Delete Messages
also lets you set up Auto-Delete for any of your existing chats faster.
- Admins of groups with 100+ members can organize discussions
into separate topics.
- Topics now have a two-column layout
that keeps recent chats easily accessible as you browse topics.
- Previews of topic messages in the chat list work like a button,
click to jump to the last updated topic.
- Up to 5 topics can be pinned to the top of the list.
- Each topic now supports multiple pinned messages.
- The View as Messages mode now shows
which topic each message belongs to.
- Badge counters for topics you never opened
will have a lighter, less distracting color.
- A new General topic is now included by default,
containing service messages and the earlier message history from the
group.
- Admins can rename the General topic.
- Large groups can enable Aggressive Filtering in Manage Group
> Administrators to remove more spam with automated algorithms.
- Admins help improve filtering
by reporting any false positives in Recent Actions.
#tdesktop
👍7
tdlib/td/master • 7fdbc4b • 2 files, +5/-1
Add chatEventIsAggressiveAntiSpamEnabledToggled.
tdlib/td/master • 68ebfa3 • 1 files, +2/-1
Don't try to change top_thread_message_id for messages in dialog.
tdlib/td/master • 6e2c2d9 • 1 files, +1/-1
Clarify meaning of chatMember.joined_chat_date.
tdlib/td/master • ec0dd68 • 7 files, +53/-5
Add td_api::getForumTopicLink.
tdlib/td/master • c9d906d • 2 files, +17/-23
Add ForumTopicManager::can_be_message_thread_id.
tdlib/td/master • 374f324 • 1 files, +2/-2
Use need_unread_counter.
tdlib/td/master • a40acdf • 2 files, +6/-2
Support General forum topic links.
tdlib/td/master • 426c308 • 6 files, +201/-25
Add ForumTopic cache.
tdlib/td/master • d27181a • 2 files, +14/-9
Add ForumTopicManager::set_topic_info.
tdlib/td/master • c654041 • 2 files, +18/-23
Add Topic.need_save_to_database_.
tdlib/td/master • d9e1610 • 10 files, +234/-48
Add setForumTopicNotificationSettings.
tdlib/td/master • ac9ee00 • 1 files, +1/-1
Fix forum topic initial notification settings.
tdlib/td/master • 3c842f1 • 6 files, +37/-26
Improve get_dialog_notification_settings(tl_object_ptr<telegram_api::peerNotifySettings>).
tdlib/td/master • 58d84a1 • 4 files, +20/-20
Improve get_dialog_notification_settings(td_api::object_ptr<td_api::chatNotificationSettings> &¬ification_settings).
tdlib/td/master • bc2e23a • 4 files, +37/-41
Add need_update_dialog_notification_settings.
tdlib/td/master • 8917b9c • 1 files, +14/-3
Support updates about forum topic notification settings.
#tdlib
Add chatEventIsAggressiveAntiSpamEnabledToggled.
tdlib/td/master • 68ebfa3 • 1 files, +2/-1
Don't try to change top_thread_message_id for messages in dialog.
tdlib/td/master • 6e2c2d9 • 1 files, +1/-1
Clarify meaning of chatMember.joined_chat_date.
tdlib/td/master • ec0dd68 • 7 files, +53/-5
Add td_api::getForumTopicLink.
tdlib/td/master • c9d906d • 2 files, +17/-23
Add ForumTopicManager::can_be_message_thread_id.
tdlib/td/master • 374f324 • 1 files, +2/-2
Use need_unread_counter.
tdlib/td/master • a40acdf • 2 files, +6/-2
Support General forum topic links.
tdlib/td/master • 426c308 • 6 files, +201/-25
Add ForumTopic cache.
tdlib/td/master • d27181a • 2 files, +14/-9
Add ForumTopicManager::set_topic_info.
tdlib/td/master • c654041 • 2 files, +18/-23
Add Topic.need_save_to_database_.
tdlib/td/master • d9e1610 • 10 files, +234/-48
Add setForumTopicNotificationSettings.
tdlib/td/master • ac9ee00 • 1 files, +1/-1
Fix forum topic initial notification settings.
tdlib/td/master • 3c842f1 • 6 files, +37/-26
Improve get_dialog_notification_settings(tl_object_ptr<telegram_api::peerNotifySettings>).
tdlib/td/master • 58d84a1 • 4 files, +20/-20
Improve get_dialog_notification_settings(td_api::object_ptr<td_api::chatNotificationSettings> &¬ification_settings).
tdlib/td/master • bc2e23a • 4 files, +37/-41
Add need_update_dialog_notification_settings.
tdlib/td/master • 8917b9c • 1 files, +14/-3
Support updates about forum topic notification settings.
#tdlib
👍1
tdlib/td/master • 05ad047 • 6 files, +143/-0
Add td_api::getForumTopics.
tdlib/td/master • 294c992 • 1 files, +1/-1
Fix add_local_message.
tdlib/td/master • 9e52459 • 5 files, +5/-5
Update version to 1.8.9.
#tdlib
Add td_api::getForumTopics.
tdlib/td/master • 294c992 • 1 files, +1/-1
Fix add_local_message.
tdlib/td/master • 9e52459 • 5 files, +5/-5
Update version to 1.8.9.
#tdlib
👍3
New telegramdesktop/tdesktop release:
- You can set a Global Auto-Delete Timer for all new chats and groups you create.
- New messages will be deleted after 1 day, week, month - or a custom duration you choose.
- The new menu in Settings > Privacy & Security > Auto-Delete Messages also lets you set up Auto-Delete for any of your existing chats faster.
- Admins of groups with 100+ members can organize discussions into separate topics.
- Topics now have a two-column layout that keeps recent chats easily accessible as you browse topics.
- Previews of topic messages in the chat list work like a button - click to jump to the last updated topic.
- Up to 5 topics can be pinned to the top of the list.
- Each topic now supports multiple pinned messages.
- The View as Messages mode now shows which topic each message belongs to.
- Badge counters for topics you never opened will have a lighter, less distracting color.
- A new General topic is now included by default, containing service messages and the earlier message history from the group.
- Admins can rename the General topic.
- Large groups can enable Aggressive Filtering in Manage Group > Administrators to remove more spam with automated algorithms.
- Admins help improve filtering by reporting any false positives in Recent Actions.
#tdesktop
v4.4.0 (stable)- You can set a Global Auto-Delete Timer for all new chats and groups you create.
- New messages will be deleted after 1 day, week, month - or a custom duration you choose.
- The new menu in Settings > Privacy & Security > Auto-Delete Messages also lets you set up Auto-Delete for any of your existing chats faster.
- Admins of groups with 100+ members can organize discussions into separate topics.
- Topics now have a two-column layout that keeps recent chats easily accessible as you browse topics.
- Previews of topic messages in the chat list work like a button - click to jump to the last updated topic.
- Up to 5 topics can be pinned to the top of the list.
- Each topic now supports multiple pinned messages.
- The View as Messages mode now shows which topic each message belongs to.
- Badge counters for topics you never opened will have a lighter, less distracting color.
- A new General topic is now included by default, containing service messages and the earlier message history from the group.
- Admins can rename the General topic.
- Large groups can enable Aggressive Filtering in Manage Group > Administrators to remove more spam with automated algorithms.
- Admins help improve filtering by reporting any false positives in Recent Actions.
#tdesktop
👍4
Assets for release
• Source code (tar.gz, full)
• Windows 64 bit: Portable
• Windows 32 bit: Portable
• Windows 64 bit: Installer
• macOS 10.12+: Installer
• Windows 32 bit: Installer
• Linux 64 bit: Binary
#tdesktop
v4.4.0 of telegramdesktop/tdesktop:• Source code (tar.gz, full)
• Windows 64 bit: Portable
• Windows 32 bit: Portable
• Windows 64 bit: Installer
• macOS 10.12+: Installer
• Windows 32 bit: Installer
• Linux 64 bit: Binary
#tdesktop
Ajaxy/telegram-tt/master • 378f35d • 8 files, +146/-13
Introduce Animated Counters (#2155)
Ajaxy/telegram-tt/master • d216688 • 3 files, +106/-90
GramJs: Use multiple connections for faster upload (#2154)
Ajaxy/telegram-tt/master • 8e37f81 • 2 files, +5/-4
Message / Location: Fix layout flickering, ask before opening Google Maps (#2170)
Ajaxy/telegram-tt/master • 007f507 • 2 files, +21/-30
Calendar: Fix closing after rescheduling time (#2168)
Ajaxy/telegram-tt/master • 20549cb • 1 files, +1/-1
Login: Fix `pt-br` suggestion translation (#2171)
Ajaxy/telegram-tt/master • d0055d6 • 14 files, +4317/-19716
[Dev] Bump dependencies (#2152)
Ajaxy/telegram-tt/master • 28d87bd • 4 files, +107/-36
Audio Player: More playback speed options (#2164)
Ajaxy/telegram-tt/master • 5db1f52 • 6 files, +31/-4
Message Meta: Show info about imported message (#2167)
Ajaxy/telegram-tt/master • 6dfca7c • 1 files, +1/-1
[Perf] Get rid of greedy CSS selector (#2173)
Ajaxy/telegram-tt/master • cc45369 • 1 files, +1/-1
Main: Fix background layout (#2175)
Ajaxy/telegram-tt/master • 6b3c779 • 1 files, +15/-17
Message / Round Video: Fix progressive loading
Ajaxy/telegram-tt/master • 980e1e0 • 1 files, +1/-1
Video Player: Hide download button in fullscreen (#2176)
Ajaxy/telegram-tt/master • a7ebcaf • 22 files, +603/-185
Composer: Support animated emojis in input (#2143)
Ajaxy/telegram-tt/master • 7d37de7 • 2 files, +7/-4
Fix own messages sometimes displayed as incoming (#2180)
#webz
Introduce Animated Counters (#2155)
Ajaxy/telegram-tt/master • d216688 • 3 files, +106/-90
GramJs: Use multiple connections for faster upload (#2154)
Ajaxy/telegram-tt/master • 8e37f81 • 2 files, +5/-4
Message / Location: Fix layout flickering, ask before opening Google Maps (#2170)
Ajaxy/telegram-tt/master • 007f507 • 2 files, +21/-30
Calendar: Fix closing after rescheduling time (#2168)
Ajaxy/telegram-tt/master • 20549cb • 1 files, +1/-1
Login: Fix `pt-br` suggestion translation (#2171)
Ajaxy/telegram-tt/master • d0055d6 • 14 files, +4317/-19716
[Dev] Bump dependencies (#2152)
Ajaxy/telegram-tt/master • 28d87bd • 4 files, +107/-36
Audio Player: More playback speed options (#2164)
Ajaxy/telegram-tt/master • 5db1f52 • 6 files, +31/-4
Message Meta: Show info about imported message (#2167)
Ajaxy/telegram-tt/master • 6dfca7c • 1 files, +1/-1
[Perf] Get rid of greedy CSS selector (#2173)
Ajaxy/telegram-tt/master • cc45369 • 1 files, +1/-1
Main: Fix background layout (#2175)
Ajaxy/telegram-tt/master • 6b3c779 • 1 files, +15/-17
Message / Round Video: Fix progressive loading
Ajaxy/telegram-tt/master • 980e1e0 • 1 files, +1/-1
Video Player: Hide download button in fullscreen (#2176)
Ajaxy/telegram-tt/master • a7ebcaf • 22 files, +603/-185
Composer: Support animated emojis in input (#2143)
Ajaxy/telegram-tt/master • 7d37de7 • 2 files, +7/-4
Fix own messages sometimes displayed as incoming (#2180)
#webz
👍2
Ajaxy/telegram-tt/master • be044c2 • 2 files, +2/-4
Composer: Fix Attach Menu and Bot Menu buttons overlap (#2182)
Ajaxy/telegram-tt/master • f5b8b09 • 14 files, +234/-57
Media Viewer: Support selecting main photo for profile and chats (#2162)
Ajaxy/telegram-tt/master • af49c11 • 1 files, +6/-1
Adjust `twemoji-regex` to support more emojis (#2184)
Ajaxy/telegram-tt/master • dc2d798 • 3 files, +32/-10
Custom Emoji: Fix size in message media caption (#2179)
Ajaxy/telegram-tt/master • 73efaae • 8 files, +34/-15
Message List: fix copying of selected messages with quotes (#2172)
Ajaxy/telegram-tt/master • 5ef2249 • 4 files, +232/-172
Icons: fix link icon (#2185)
Ajaxy/telegram-tt/master • 8a21850 • 1 files, +1/-3
Message List: Fix image preview in bot info (#2187)
Ajaxy/telegram-tt/master • 0d3e91a • 1 files, +9/-0
Handle exception when migrating cache
Ajaxy/telegram-tt/master • 903d8db • 4 files, +47/-14
1.57.0
Ajaxy/telegram-tt/master • 586ed4b • 300 files, +1323/-1349
[Build]
#webz
Composer: Fix Attach Menu and Bot Menu buttons overlap (#2182)
Ajaxy/telegram-tt/master • f5b8b09 • 14 files, +234/-57
Media Viewer: Support selecting main photo for profile and chats (#2162)
Ajaxy/telegram-tt/master • af49c11 • 1 files, +6/-1
Adjust `twemoji-regex` to support more emojis (#2184)
Ajaxy/telegram-tt/master • dc2d798 • 3 files, +32/-10
Custom Emoji: Fix size in message media caption (#2179)
Ajaxy/telegram-tt/master • 73efaae • 8 files, +34/-15
Message List: fix copying of selected messages with quotes (#2172)
Ajaxy/telegram-tt/master • 5ef2249 • 4 files, +232/-172
Icons: fix link icon (#2185)
Ajaxy/telegram-tt/master • 8a21850 • 1 files, +1/-3
Message List: Fix image preview in bot info (#2187)
Ajaxy/telegram-tt/master • 0d3e91a • 1 files, +9/-0
Handle exception when migrating cache
Ajaxy/telegram-tt/master • 903d8db • 4 files, +47/-14
1.57.0
Ajaxy/telegram-tt/master • 586ed4b • 300 files, +1323/-1349
[Build]
#webz
👍2
Ajaxy/telegram-tt/master • 492d053 • 2 files, +11/-5
Message: Fix forwarding service notifications
Ajaxy/telegram-tt/master • a298022 • 23 files, +23/-23
[Build]
#webz
Message: Fix forwarding service notifications
Ajaxy/telegram-tt/master • a298022 • 23 files, +23/-23
[Build]
#webz
👍2
telegramdesktop/tdesktop/dev • 06ea927 • 1 files, +1/-1
Fix build of not used lib_base subproject.
#tdesktop
Fix build of not used lib_base subproject.
#tdesktop
telegramdesktop/tdesktop/dev • 8ec64f4 • 2 files, +23/-17
Fix crash in Replies go-to-original button ripple.
telegramdesktop/tdesktop/dev • e4d8a06 • 1 files, +1/-0
Add Esperanto to language list of translate box
telegramdesktop/tdesktop/dev • d01969f • 1 files, +6/-0
Fix building without spellcheck
Port from gentoo: https://github.com/gentoo/gentoo/blob/f62d7c6599bbb275f7863bd1fef0f5d31a673703/net-im/telegram-desktop/files/tdesktop-4.3.4-fix-disabling-spellcheck.patch
/var/tmp/portage/net-im/telegram-desktop-4.3.4/work/tdesktop-4.3.4-full/Telegram/SourceFiles/boxes/translate_box.cpp:18:10: fatal error: spellcheck/platform/platform_language.h: No such file or directory
18 | #include "spellcheck/platform/platform_language.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
#tdesktop
Fix crash in Replies go-to-original button ripple.
telegramdesktop/tdesktop/dev • e4d8a06 • 1 files, +1/-0
Add Esperanto to language list of translate box
telegramdesktop/tdesktop/dev • d01969f • 1 files, +6/-0
Fix building without spellcheck
Port from gentoo: https://github.com/gentoo/gentoo/blob/f62d7c6599bbb275f7863bd1fef0f5d31a673703/net-im/telegram-desktop/files/tdesktop-4.3.4-fix-disabling-spellcheck.patch
/var/tmp/portage/net-im/telegram-desktop-4.3.4/work/tdesktop-4.3.4-full/Telegram/SourceFiles/boxes/translate_box.cpp:18:10: fatal error: spellcheck/platform/platform_language.h: No such file or directory
18 | #include "spellcheck/platform/platform_language.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
#tdesktop
👍1
tdlib/td/master • 5b5e05c • 1 files, +1/-1
Update defeult value for "forum_member_count_min" option.
tdlib/td/master • a7952f3 • 1 files, +1/-1
Fix compilation error.
#tdlib
Update defeult value for "forum_member_count_min" option.
tdlib/td/master • a7952f3 • 1 files, +1/-1
Fix compilation error.
#tdlib
👍1
telegramdesktop/tdesktop/dev • 02e2fb1 • 14 files, +66/-40
Fix crash in pinned topic deletion.
telegramdesktop/tdesktop/dev • 54f697e • 11 files, +11/-22
Selectively request LTCG on Windows 32 bit build.
#tdesktop
Fix crash in pinned topic deletion.
telegramdesktop/tdesktop/dev • 54f697e • 11 files, +11/-22
Selectively request LTCG on Windows 32 bit build.
#tdesktop
👍1
telegramdesktop/tdesktop/dev • 1f39d16 • 1 files, +1/-1
Fix warning in building with LTCG libs.
telegramdesktop/tdesktop/dev • 6f50906 • 1 files, +1/-2
Don't use unneeded QEventLoop::ApplicationExec
#tdesktop
Fix warning in building with LTCG libs.
telegramdesktop/tdesktop/dev • 6f50906 • 1 files, +1/-2
Don't use unneeded QEventLoop::ApplicationExec
#tdesktop
🤝3🫡3👍1🤨1
telegramdesktop/tdesktop/dev • cfddca8 • 8 files, +24/-18
Fix possible crashes in toastParent expiring.
telegramdesktop/tdesktop/dev • 58fe2d7 • 1 files, +2/-2
Fix last topic opening on some systems.
telegramdesktop/tdesktop/dev • bba4529 • 1 files, +39/-25
Added gradient colors to sessions section.
telegramdesktop/tdesktop/dev • 993b501 • 2 files, +11/-0
Filtered out only channels in list of applying TTL for multiple chats.
#tdesktop
Fix possible crashes in toastParent expiring.
telegramdesktop/tdesktop/dev • 58fe2d7 • 1 files, +2/-2
Fix last topic opening on some systems.
telegramdesktop/tdesktop/dev • bba4529 • 1 files, +39/-25
Added gradient colors to sessions section.
telegramdesktop/tdesktop/dev • 993b501 • 2 files, +11/-0
Filtered out only channels in list of applying TTL for multiple chats.
#tdesktop
🤝1🫡1