Telegram github commits and releases
4.86K subscribers
601 files
19.2K links
Broadcast from the most important Telegram clients' repositories
Download Telegram
telegramdesktop/tdesktop/deva8106aa4 files, +15/-3
Fix glitches in search results.

#tdesktop
👍1
telegramdesktop/tdesktop/dev273a2801 files, +5/-0
Fix username change error display.

#tdesktop
telegramdesktop/tdesktop/dev74ecd441 files, +8/-5
Show anti-spam checkbox only to admins.

telegramdesktop/tdesktop/devf86afc91 files, +1/-3
Fix userpics view cache invalidation.

telegramdesktop/tdesktop/dev6e756681 files, +0/-11
Fix forum without last topic opening.

telegramdesktop/tdesktop/devb0bb8b01 files, +8/-2
Fix reply from notification replyTo field value.

#tdesktop
👍1
DrKLO/Telegram/masterb73fc8d242 files, +14197/-4982
update to 9.2.0

#android
👍1
telegramdesktop/tdesktop/devafc9eb71 files, +2/-2
Improved filter of list to apply TTL for multiple chats.

telegramdesktop/tdesktop/dev76d44172 files, +27/-1
Add "Copy Topic Link" topic profile menu item.

telegramdesktop/tdesktop/devd8270451 files, +4/-3
Fix possible crash on forum switch off.

#tdesktop
telegramdesktop/tdesktop/dev7dc9d5c1 files, +7/-0
Fix empty menu toggle in closed topics.

telegramdesktop/tdesktop/dev14e45246 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/master7fdbc4b2 files, +5/-1
Add chatEventIsAggressiveAntiSpamEnabledToggled.

tdlib/td/master68ebfa31 files, +2/-1
Don't try to change top_thread_message_id for messages in dialog.

tdlib/td/master6e2c2d91 files, +1/-1
Clarify meaning of chatMember.joined_chat_date.

tdlib/td/masterec0dd687 files, +53/-5
Add td_api::getForumTopicLink.

tdlib/td/masterc9d906d2 files, +17/-23
Add ForumTopicManager::can_be_message_thread_id.

tdlib/td/master374f3241 files, +2/-2
Use need_unread_counter.

tdlib/td/mastera40acdf2 files, +6/-2
Support General forum topic links.

tdlib/td/master426c3086 files, +201/-25
Add ForumTopic cache.

tdlib/td/masterd27181a2 files, +14/-9
Add ForumTopicManager::set_topic_info.

tdlib/td/masterc6540412 files, +18/-23
Add Topic.need_save_to_database_.

tdlib/td/masterd9e161010 files, +234/-48
Add setForumTopicNotificationSettings.

tdlib/td/masterac9ee001 files, +1/-1
Fix forum topic initial notification settings.

tdlib/td/master3c842f16 files, +37/-26
Improve get_dialog_notification_settings(tl_object_ptr<telegram_api::peerNotifySettings>).

tdlib/td/master58d84a14 files, +20/-20
Improve get_dialog_notification_settings(td_api::object_ptr<td_api::chatNotificationSettings> &&notification_settings).

tdlib/td/masterbc2e23a4 files, +37/-41
Add need_update_dialog_notification_settings.

tdlib/td/master8917b9c1 files, +14/-3
Support updates about forum topic notification settings.

#tdlib
👍1
tdlib/td/master05ad0476 files, +143/-0
Add td_api::getForumTopics.

tdlib/td/master294c9921 files, +1/-1
Fix add_local_message.

tdlib/td/master9e524595 files, +5/-5
Update version to 1.8.9.

#tdlib
👍3
New telegramdesktop/tdesktop release: 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
Ajaxy/telegram-tt/master378f35d8 files, +146/-13
Introduce Animated Counters (#2155)

Ajaxy/telegram-tt/masterd2166883 files, +106/-90
GramJs: Use multiple connections for faster upload (#2154)

Ajaxy/telegram-tt/master8e37f812 files, +5/-4
Message / Location: Fix layout flickering, ask before opening Google Maps (#2170)

Ajaxy/telegram-tt/master007f5072 files, +21/-30
Calendar: Fix closing after rescheduling time (#2168)

Ajaxy/telegram-tt/master20549cb1 files, +1/-1
Login: Fix `pt-br` suggestion translation (#2171)

Ajaxy/telegram-tt/masterd0055d614 files, +4317/-19716
[Dev] Bump dependencies (#2152)

Ajaxy/telegram-tt/master28d87bd4 files, +107/-36
Audio Player: More playback speed options (#2164)

Ajaxy/telegram-tt/master5db1f526 files, +31/-4
Message Meta: Show info about imported message (#2167)

Ajaxy/telegram-tt/master6dfca7c1 files, +1/-1
[Perf] Get rid of greedy CSS selector (#2173)

Ajaxy/telegram-tt/mastercc453691 files, +1/-1
Main: Fix background layout (#2175)

Ajaxy/telegram-tt/master6b3c7791 files, +15/-17
Message / Round Video: Fix progressive loading

Ajaxy/telegram-tt/master980e1e01 files, +1/-1
Video Player: Hide download button in fullscreen (#2176)

Ajaxy/telegram-tt/mastera7ebcaf22 files, +603/-185
Composer: Support animated emojis in input (#2143)

Ajaxy/telegram-tt/master7d37de72 files, +7/-4
Fix own messages sometimes displayed as incoming (#2180)

#webz
👍2
Ajaxy/telegram-tt/masterbe044c22 files, +2/-4
Composer: Fix Attach Menu and Bot Menu buttons overlap (#2182)

Ajaxy/telegram-tt/masterf5b8b0914 files, +234/-57
Media Viewer: Support selecting main photo for profile and chats (#2162)

Ajaxy/telegram-tt/masteraf49c111 files, +6/-1
Adjust `twemoji-regex` to support more emojis (#2184)

Ajaxy/telegram-tt/masterdc2d7983 files, +32/-10
Custom Emoji: Fix size in message media caption (#2179)

Ajaxy/telegram-tt/master73efaae8 files, +34/-15
Message List: fix copying of selected messages with quotes (#2172)

Ajaxy/telegram-tt/master5ef22494 files, +232/-172
Icons: fix link icon (#2185)

Ajaxy/telegram-tt/master8a218501 files, +1/-3
Message List: Fix image preview in bot info (#2187)

Ajaxy/telegram-tt/master0d3e91a1 files, +9/-0
Handle exception when migrating cache

Ajaxy/telegram-tt/master903d8db4 files, +47/-14
1.57.0

Ajaxy/telegram-tt/master586ed4b300 files, +1323/-1349
[Build]

#webz
👍2
Ajaxy/telegram-tt/master492d0532 files, +11/-5
Message: Fix forwarding service notifications

Ajaxy/telegram-tt/mastera29802223 files, +23/-23
[Build]

#webz
👍2
telegramdesktop/tdesktop/dev06ea9271 files, +1/-1
Fix build of not used lib_base subproject.

#tdesktop
telegramdesktop/tdesktop/dev8ec64f42 files, +23/-17
Fix crash in Replies go-to-original button ripple.

telegramdesktop/tdesktop/deve4d8a061 files, +1/-0
Add Esperanto to language list of translate box

telegramdesktop/tdesktop/devd01969f1 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/master5b5e05c1 files, +1/-1
Update defeult value for "forum_member_count_min" option.

tdlib/td/mastera7952f31 files, +1/-1
Fix compilation error.

#tdlib
👍1
telegramdesktop/tdesktop/dev02e2fb114 files, +66/-40
Fix crash in pinned topic deletion.

telegramdesktop/tdesktop/dev54f697e11 files, +11/-22
Selectively request LTCG on Windows 32 bit build.

#tdesktop
👍1
telegramdesktop/tdesktop/dev1f39d161 files, +1/-1
Fix warning in building with LTCG libs.

telegramdesktop/tdesktop/dev6f509061 files, +1/-2
Don't use unneeded QEventLoop::ApplicationExec

#tdesktop
🤝3🫡3👍1🤨1
telegramdesktop/tdesktop/devcfddca88 files, +24/-18
Fix possible crashes in toastParent expiring.

telegramdesktop/tdesktop/dev58fe2d71 files, +2/-2
Fix last topic opening on some systems.

telegramdesktop/tdesktop/devbba45291 files, +39/-25
Added gradient colors to sessions section.

telegramdesktop/tdesktop/dev993b5012 files, +11/-0
Filtered out only channels in list of applying TTL for multiple chats.

#tdesktop
🤝1🫡1