Telegram github commits and releases
4.87K subscribers
601 files
19.2K links
Broadcast from the most important Telegram clients' repositories
Download Telegram
telegramdesktop/tdesktop/dev0fbb2e71 files, +1/-1
Fix rare crash in message list context menu.

#tdesktop
telegramdesktop/tdesktop/chrome_105.0.5195.1250c41fad1 files, +1/-1
Update User-Agent for DNS to Chrome 105.0.5195.125.

#tdesktop
👍1
telegramdesktop/tdesktop/dev61479941 files, +1/-1
Update User-Agent for DNS to Chrome 105.0.5195.125.

#tdesktop
TGX-Android/Telegram-X/mainfd9fcf925 files, +173/-317
Simplify setting up development environment

#tgxandroid
👍10
TGX-Android/Telegram-X/tgcalls92f317631 files, +494/-489
Move `app/jni/thirdparty` to `app/jni/third_party` to match WebRTC & Chromium `#include` instructions + Quote paths with variables in `CMakeLists.txt`

#tgxandroid
👍11
telegramdesktop/tdesktop/dev3fe40312 files, +8/-1
fix clang15/libc++15 build

#tdesktop
👍1
telegramdesktop/tdesktop/dev2d693292 files, +3/-4
Set linux webview debug mode via D-Bus IPC

telegramdesktop/tdesktop/dev13103ad1 files, +1/-1
Update cmake_helpers

#tdesktop
👍1
Ajaxy/telegram-tt/master403a7233 files, +17/-16
Fix sync after sleep mode (#2060)

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

#webz
👍1
Ajaxy/telegram-tt/masterc7654b42 files, +2/-1
Use unique page title for search indexers

Ajaxy/telegram-tt/masterc4fb1d118 files, +18/-18
[Build]

#webz
👍1
telegramdesktop/tdesktop/dev4b859821 files, +1/-1
Replace the duplicate issues link with link to translation platform in XDG metadata

telegramdesktop/tdesktop/dev8f1a8f91 files, +20/-0
Ask download path first time in Linux sandbox

This allows to have less sandbox holes in flatpak and allows snap users to specify a normal folder to download to (as opposed to $HOME/snap/$SNAP_NAME/current/Downloads)

#tdesktop
👍1
TGX-Android/Telegram-X/mainf9dd2f51 files, +4/-2
Fixed incorrect transaction receiver in payment confirmation service message

#tgxandroid
👍10
TGX-Android/Telegram-X/main77910811 files, +1/-1
Sync `InviteLinkAdminApproval` with `ApproveNewMembers`

TGX-Android/Telegram-X/main1a8babe1 files, +1/-1
Synced `strings.xml` with `translations.telegram.org`

#tgxandroid
👍10
TGX-Android/Telegram-X/main269a0751 files, +5/-0
Added a change log for `1560` stable release

#tgxandroid
👍12
morethanwords/tweb/master4e66b5b1 files, +4/-2
Fix slow locks in Chrome 106

morethanwords/tweb/masterb206e511 files, +1/-1
Merge pull request #165 from fromaline:bug/163-music-files-cannot-be-downloaded

restore option in the context menu for downloading audio files

morethanwords/tweb/master932d1731 files, +1/-1
Merge branch 'master' of https://github.com/morethanwords/tweb

morethanwords/tweb/mastera8a300b27 files, +34/-33
Build

#webk
Assets for release v9.0.2 of Telegram-FOSS-Team/Telegram-FOSS:

no label

#foss
Ajaxy/telegram-tt/mastere55b78a2 files, +1/-2
Revert "Use unique page title for search indexers"

This reverts commit 13f7c54a9f9ca2ffbaad1bc110914b1cf469f761.

Ajaxy/telegram-tt/master15527f94 files, +50/-29
Media Viewer: Fix navigating back in history (#2056)

Ajaxy/telegram-tt/master81864013 files, +42/-5
Message / Forward: Faster forwarding to "Saved Messages" (#2058)

Ajaxy/telegram-tt/master103e5ed1 files, +1/-1
Message: Fix share inline bot via button (#2059)

Ajaxy/telegram-tt/masterde772bf16 files, +472/-246
Media Viewer: Introduce Picture-in-Picture (#2015)

Ajaxy/telegram-tt/masterba622e84 files, +30/-14
Notifications: Do not play sound for silent messages (#2064)

Ajaxy/telegram-tt/master957819c2 files, +19/-7
Fix opening deeplink to unknown bot (#2065)

Ajaxy/telegram-tt/masterc3a35974 files, +15/-18
Fix calling missing actions too early (#2066)

Ajaxy/telegram-tt/master3d5da903 files, +8/-3
Read app base URL from env var (#165)

Ajaxy/telegram-tt/master919d0d34 files, +49/-23
1.53.0

Ajaxy/telegram-tt/master8a55ebb51 files, +42/-42
[Build]

#webz
👍2
morethanwords/tweb/master5fac6e62 files, +2/-1
add robots noindex

#webk
Ajaxy/telegram-tt/master122ef3f1 files, +20/-4
Message Input: Open system context menu on second tap (#2068)

Ajaxy/telegram-tt/master22a59651 files, +21/-7
Settings / Folders: Fix deleting folder (#2067)

Ajaxy/telegram-tt/master5facc6f1 files, +6/-1
Middle Column: Fix bot description layout with zero animations level (#2069)

Ajaxy/telegram-tt/master68e025e1 files, +1/-1
Add "noindex" meta tag

Ajaxy/telegram-tt/master7d131a533 files, +33/-33
[Build]

#webz
tdlib/td/masterf86f8e53 files, +12/-12
Don't check local file size for downloaded files.

tdlib/td/masterf1146d02 files, +8/-4
Make FileManager::check_local_location static.

tdlib/td/masteraf3c33e1 files, +8/-14
Simplify local location check in FileManager::download.

tdlib/td/master67862762 files, +28/-8
Improve FileManager::check_local_location.

tdlib/td/masterf26f05a6 files, +110/-109
Move check_local_location to FileLoaderUtils.

tdlib/td/master28c3c7f4 files, +104/-5
Add FileManager::check_local_location_async.

tdlib/td/master3648df42 files, +36/-2
Asynchronously check location for files loaded from database.

tdlib/td/master188a7b76 files, +29/-19
Pass promise to FileManager::download.

tdlib/td/master102c40c2 files, +35/-4
Asynchronously check local location for downloaded files.

tdlib/td/master62403aa4 files, +2/-35
Simplify username caching.

tdlib/td/master9b167024 files, +55/-32
Add ContactsManager::get_dialog_search_text.

tdlib/td/master2dd11851 files, +4/-2
tg_cli: add last_message_date to ghf.

tdlib/td/master3c257c21 files, +2/-0
Fix CallActor closing.

tdlib/td/master0b29caa1 files, +89/-90
tg_cli: unify function names.

tdlib/td/masteree28a3740 files, +70/-26
Minor improvements.

tdlib/td/masterc1a3fa65 files, +40/-47
Move is_valid_username to misc.h.

#tdlib
👍5
TGX-Android/Telegram-X/maine41d5621 files, +1/-1
Updated `tdlib-utils`: Fixed crash when comparing some of new inline button types

#tgxandroid
👍8