Telegram github commits and releases
4.54K subscribers
601 files
20.3K links
Broadcast from the most important Telegram clients' repositories
Download Telegram
telegramdesktop/tdesktop/dev70941021 files, +2/-2
Deferred filter list lookup until chat membership is known.

telegramdesktop/tdesktop/devb4695ef1 files, +17/-12
Replaced linear scans with binary search in chat list adjust.

telegramdesktop/tdesktop/devb4ecfa43 files, +29/-16
Replaced per-update letter index sorting with lazy sort on read.

telegramdesktop/tdesktop/dev316be6f2 files, +9/-7
[ai] Match adapters to diff-first review selection

telegramdesktop/tdesktop/deva49c5726 files, +498/-210
[ai] Keep task review and testing focused and convergent

telegramdesktop/tdesktop/dev03f59cd5 files, +186/-147
[ai] Fan out initial task reviews across all lenses

telegramdesktop/tdesktop/devd428def15 files, +1411/-133
[ai] Route oversized tasks through durable splits

telegramdesktop/tdesktop/deva94bc413 files, +34/-4
[ai] Debug startup crashes before blaming fixtures

telegramdesktop/tdesktop/dev8e7bdb93 files, +36/-0
[ai] Keep debug machinery out of production units

telegramdesktop/tdesktop/devd9b32ac1 files, +1/-1
Fix possible crash on screens changes.

#tdesktop
🫡3
telegramdesktop/tdesktop/dev4d4c3991 files, +8/-0
Fix a shutdown crash after deferred session-end cleanup.

When WM_ENDSESSION cleanup is deferred to a main-loop tick that never
comes, ~Sandbox now closes the application inside enter-from-event-loop.

telegramdesktop/tdesktop/dev3011dc91 files, +3/-0
[ai] Note the commit prefix marks scope, not authorship.

#tdesktop
🫡3
telegramdesktop/tdesktop/devc54b1d11 files, +1/-1
Workaround a Windows regression showing ghost windows.

Fixes #31160.

#tdesktop
🫡3
telegramdesktop/tdesktop/public-canary1bc1dfe4 files, +7/-0
Add public keys for canary channel.

telegramdesktop/tdesktop/public-canary33066b09 files, +1279/-0
Add v2 update verification core and build channels

telegramdesktop/tdesktop/public-canary35c60e23 files, +672/-0
Support v2 channel packing in the Packer

telegramdesktop/tdesktop/public-canarye6282527 files, +662/-141
Verify, fetch and install v2 updates in the client

telegramdesktop/tdesktop/public-canary0695efb2 files, +9/-1
Show canary version and skip changelogs on canary

telegramdesktop/tdesktop/public-canary308ff1f2 files, +821/-0
Add focused tests for v2 update verification

telegramdesktop/tdesktop/public-canaryade48c51 files, +862/-0
Add canary build and publish workflow

telegramdesktop/tdesktop/public-canary69460e21 files, +186/-163
Build one canary lane per repository in CI

telegramdesktop/tdesktop/public-canary25d78343 files, +31/-13
Use readable v2 update file names

telegramdesktop/tdesktop/public-canary8d864d34 files, +117/-8
Use new update names and pinned Bot API image in CI

telegramdesktop/tdesktop/public-canary61c218c3 files, +108/-62
Ship per-arch mac updates with a universal installer

telegramdesktop/tdesktop/public-canaryc0912591 files, +70/-28
Publish portable archives as canary first installs

telegramdesktop/tdesktop/public-canary671b1aa1 files, +5/-4
Drop the bundled d3d compiler from canary builds

#tdesktop
🫡3
telegramdesktop/tdesktop/public-canary5a572b83 files, +41/-4
Embed external and local signatures in one packer pass

telegramdesktop/tdesktop/public-canaryb6a641b2 files, +82/-3
Add a v2 update switch to the release build scripts

telegramdesktop/tdesktop/public-canary160f42d1 files, +29/-1
Read the pinned metadata through the local Bot API

telegramdesktop/tdesktop/public-canary863ac403 files, +25/-1
Support v2 updates in the updater and deploy scripts

telegramdesktop/tdesktop/public-canaryed6e68b23 files, +872/-216
Harden canary builds running.

telegramdesktop/tdesktop/public-canaryae1f4393 files, +19/-9
Fix build for Release.

telegramdesktop/tdesktop/public-canary887894a2 files, +68/-21
Try to fix signing.

telegramdesktop/tdesktop/public-canaryf36e31e1 files, +77/-5
Improve caching.

telegramdesktop/tdesktop/public-canary85e7e831 files, +17/-5
Try to fix signing again.

telegramdesktop/tdesktop/public-canary482aaed10 files, +598/-311
New names, separate publishing.

telegramdesktop/tdesktop/public-canary83579db7 files, +255/-6
Fix translocated launch on macOS.

telegramdesktop/tdesktop/public-canaryfa495e24 files, +32/-14
Improve version display for canary.

telegramdesktop/tdesktop/public-canary57b701e1 files, +141/-40
Split macOS canary build into per-arch jobs.

#tdesktop
🫡3
telegramdesktop/tdesktop/public-canary965580e7 files, +198/-3
Add an in-title CANARY/PRIVATE marking.

telegramdesktop/tdesktop/public-canary91479da6 files, +42/-24
Rename canary branches.

telegramdesktop/tdesktop/public-canary290dfda1 files, +3/-0
Fixed per-arch build picking universal crashpad handler.

telegramdesktop/tdesktop/public-canary3d7d2681 files, +11/-11
Allow CANARY_ALLOW_UNSIGNED in public lane too.

telegramdesktop/tdesktop/public-canaryf234d7a1 files, +38/-3
Try workaround clone problems.

telegramdesktop/tdesktop/public-canary38a4ef71 files, +25/-19
Fix build with GCC.

telegramdesktop/tdesktop/public-canaryb4563e32 files, +36/-19
Fix public publishing.

telegramdesktop/tdesktop/public-canary596c3fe1 files, +1/-1
Removed stale comment about swscale destination format caching.

telegramdesktop/tdesktop/public-canary4491ec41 files, +5/-0
Restricted transcode temp directory permissions to user.

Related commit: 0807483acc.

telegramdesktop/tdesktop/public-canaryf942a102 files, +26/-6
Extracted video editor layer showing to shared helper.

telegramdesktop/tdesktop/public-canary8e71aa11 files, +26/-10
Extracted shared video encoder setup from H264 encoder.

telegramdesktop/tdesktop/public-canary88fe4c12 files, +7/-3
Added VP9 encoder and webm muxer to ffmpeg build configs.

telegramdesktop/tdesktop/public-canary4e670f22 files, +150/-20
Added webm sticker output mode to video encoder.

#tdesktop
🫡3
telegramdesktop/tdesktop/public-canaryfe5b2587 files, +332/-69
Added adapting video stickers into custom emoji.

Related commit: 9895e5bb89.

#tdesktop
🫡3
telegramdesktop/tdesktop/dev998c2452 files, +3/-12
Use QWidget::setInputMethodHints and set Qt::ImhSensitiveData in CodeInput

telegramdesktop/tdesktop/dev6989eeb21 files, +111/-1
Set input method hints in typed input fields

Phone, e-mail, URL, username, code, date and amount fields now tell the
input method what they are for, so it can pick a suitable layout and skip
predictive text where it only gets in the way. One-time codes and secrets
are additionally marked with Qt::ImhSensitiveData.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

#tdesktop
🫡4
telegramdesktop/tdesktop/dev9c316282 files, +6/-3
Fix saving of words with system spellchecker.

#tdesktop
🫡3
DrKLO/Telegram/master7f459e21 files, +2/-0
fix: include missing :jlatexmath project in settings.gradle

12.10.0 update added `api project(':jlatexmath')` to TMessagesProj/build.gradle
but never declared it in settings.gradle, breaking sync with UnknownProjectException.

DrKLO/Telegram/master7df875e1 files, +2/-0
Merge pull request #2022 from null-nick/fix/jlatexmath-settings-include

Fix missing :jlatexmath module include in settings.gradle

#android
🫡2
UnigramDev/Unigram/develop3f1d1587 files, +5/-20
Sync some more icons

UnigramDev/Unigram/develop5cbb0e51 files, +5/-5
Sync todo

UnigramDev/Unigram/develop2556e061 files, +73/-7
Update the islands note for Phase 0 progress and the corrected gates

UnigramDev/Unigram/develop5d36cfa1 files, +85/-0
Record the Theme untangling design

UnigramDev/Unigram/develop4dafc871 files, +16/-7
Settle the outgoing dictionary merge in the Theme design

UnigramDev/Unigram/developfe221211 files, +19/-1
Record the verified Loading semantics

UnigramDev/Unigram/develop07b367a1 files, +22/-5
Use assignment rather than merging for the outgoing dictionary

UnigramDev/Unigram/developdb3b45d1 files, +6/-2
Make IsOutgoing a plain property in the Theme design

UnigramDev/Unigram/develop5c6f4441 files, +9/-1
Record why Loading is not the top of OnApplyTemplate

UnigramDev/Unigram/develop8b070601 files, +17/-7
Correct the outgoing dictionary design: no shared instance

UnigramDev/Unigram/developff1823a1 files, +24/-2
Add a ConditionalWeakTable.AddOrUpdate polyfill

UnigramDev/Unigram/develop8063c291 files, +25/-12
Extract the tooltip crash workaround

UnigramDev/Unigram/developb5a837a2 files, +247/-15
Release XamlDirect handles while the core is alive

UnigramDev/Unigram/develop98298464 files, +44/-11
Fold ThemeIncoming into Theme

UnigramDev/Unigram/developfc162001 files, +70/-71
Resolve the theme colours in one place

#unigram
UnigramDev/Unigram/develop74c8c571 files, +11/-8
Keep the chat theme fields from going stale

UnigramDev/Unigram/develop03714238 files, +36/-33
Ask the window for its theme parameters

UnigramDev/Unigram/developde38e496 files, +214/-299
Move the message brushes onto the window's theme

UnigramDev/Unigram/developefa19f615 files, +56/-83
Reduce Theme.Current to the window shim

UnigramDev/Unigram/developee90abc5 files, +28/-12
Prefer the view model's window over ForXamlRoot

UnigramDev/Unigram/develop30b7c611 files, +32/-0
Record gate 1.11 and narrow the per-thread rule

UnigramDev/Unigram/developd3bf34b1 files, +25/-0
Record the three-level theme scoping

UnigramDev/Unigram/developcedd3331 files, +14/-4
Record the app default and per-window brush split

UnigramDev/Unigram/develop04319fb9 files, +139/-111
Move the chat theme override onto the window

UnigramDev/Unigram/develop8d2acea5 files, +20/-0
Forward the window's brushes to popups and flyouts

UnigramDev/Unigram/develop7ba2c741 files, +43/-5
Record gate 1.7 passing

UnigramDev/Unigram/develop663669f1 files, +26/-6
Rewrite 0.4 with the ViewService split design

UnigramDev/Unigram/develop87b36a41 files, +1/-1
Resolve Direct2D's compositor through BootStrapper

UnigramDev/Unigram/develop79f19637 files, +81/-76
Return WindowContext from ViewService instead of ViewLifetimeControl

#unigram
UnigramDev/Unigram/develop69cf0376 files, +864/-696
Split WindowContext and BootStrapper into per-host partials

UnigramDev/Unigram/developd45708a18 files, +2495/-15
Add the Win32 XAML Islands flavour

UnigramDev/Unigram/developb34f8136 files, +117/-28
Fix the Win32 caption, cursor and minimize behaviour

UnigramDev/Unigram/develop06d03fd8 files, +413/-186
Split ViewService into per-host implementations

UnigramDev/Unigram/developb09a2d11 files, +8/-0
Set the working directory on the Win32 host

UnigramDev/Unigram/developa592b681 files, +8/-1
Reuse the main window when the Win32 host is re-activated

UnigramDev/Unigram/developc87317c8 files, +170/-163
Move back, forward and shortcut handling onto WindowContext

UnigramDev/Unigram/develop8297c8b2 files, +51/-17
Take Win32 pointer input from the routed event

UnigramDev/Unigram/develop154f3b422 files, +114/-28
Give the file pickers the window they belong to

UnigramDev/Unigram/developded09ac4 files, +160/-0
Forward WM_SIZE to the CoreWindow so dialogs resize

UnigramDev/Unigram/develop29c6bc01 files, +10/-0
Null check for xaml root

UnigramDev/Unigram/develop08c5aa32 files, +12/-0
Immediately hide flyout as emoji is selected

UnigramDev/Unigram/develop2c97a961 files, +2/-2
Scale photos while decoding for UI

UnigramDev/Unigram/develop6dcb1c33 files, +214/-181
Synchronize strings

#unigram
UnigramDev/Unigram/develope3234342 files, +6/-2
Fix editing normal messages into rich editor

#unigram
telegramdesktop/tdesktop/dev238c5da1 files, +4/-0
Fixed uneven ripple spacing of top buttons in sticker set box.

Related commit: c3bbefb98a.

telegramdesktop/tdesktop/dev67ec6ae3 files, +20/-21
Allowed shifting media preview content horizontally.

telegramdesktop/tdesktop/deve9bd27d4 files, +103/-13
Moved who reacted preview next to cursor.

telegramdesktop/tdesktop/deva25cad31 files, +11/-7
Placed preview emoji under list when no room above.

Related commit: 1131b8cc81.

telegramdesktop/tdesktop/dev5878cec1 files, +8/-0
Fixed empty panel flash on reaction preview close.

Related commit: 2411009071.

telegramdesktop/tdesktop/dev4e86f2d2 files, +43/-12
Fix possible crash in media list on layout removal.

Downloads schedules only a postponed refresh after destroying a
layout, so sections kept a pointer to it until that refresh, and
any paint in between used the destroyed layout.

telegramdesktop/tdesktop/deva56539f3 files, +40/-15
Fix more crashes in media list on layout removal.

GIF sections kept destroyed layouts in the mosaic, shift animation
callbacks captured layout pointers, and the reorder state could keep
a dangling pointer into the erased sections vector.

telegramdesktop/tdesktop/dev6919b381 files, +6/-0
Fix crash on duplicate video tiles in group calls.

A queued duplicate tile outlived its member row and video track,
so the viewport renderers dereferenced destroyed objects.

telegramdesktop/tdesktop/devc8b35493 files, +18/-7
Fully reset reorder state on media layout removal.

Dropping only the reorder indices left the reorder mouse action and
the return animation running against a cleared state.

telegramdesktop/tdesktop/dev603bf1d1 files, +2/-2
Fix crash on TTL media messages with a reply header.

Arming self-destruct replaced the whole components mask, destroying
a resolved reply (assertion) and silently dropping all the other
components of the message.

#tdesktop
🫡3
telegramdesktop/tdesktop/dev6a7c8b31 files, +6/-2
Use the prepared popup path for the send files menu.

Align the only unguarded send menu call site with the canonical
pattern: check the fill result and skip the redundant second
geometry preparation that reran native window setup before show.

telegramdesktop/tdesktop/dev5a7639b1 files, +1/-1
Fix crash on forced logout with pending requests.

telegramdesktop/tdesktop/dev53cd9c01 files, +5/-0
Fix crash on repaint requests during list destruction.

telegramdesktop/tdesktop/dev27963fc1 files, +1/-1
Fix use-after-free in XSettings callback removal.

telegramdesktop/tdesktop/devfa8d3f11 files, +6/-0
Fix crash on part streamed to a finishing downloader.

telegramdesktop/tdesktop/dev38774911 files, +1/-1
Fix crash in battery saving change handling on macOS.

telegramdesktop/tdesktop/dev0bcf4682 files, +9/-1
Fix crash in global media provider on list destruction.

telegramdesktop/tdesktop/devf99c6111 files, +9/-4
Fix crash on write restriction rebuild in compose controls.

telegramdesktop/tdesktop/devca528f21 files, +10/-11
Fix stale item pointers in media list on item removal.

#tdesktop
🫡3
telegramdesktop/tdesktop/public-canary651426b4 files, +7/-0
Add public keys for canary channel.

telegramdesktop/tdesktop/public-canary7122d499 files, +1279/-0
Add v2 update verification core and build channels

telegramdesktop/tdesktop/public-canarya52849e3 files, +672/-0
Support v2 channel packing in the Packer

telegramdesktop/tdesktop/public-canary785e1447 files, +662/-141
Verify, fetch and install v2 updates in the client

telegramdesktop/tdesktop/public-canary76c0afa2 files, +9/-1
Show canary version and skip changelogs on canary

telegramdesktop/tdesktop/public-canarya73f2c32 files, +821/-0
Add focused tests for v2 update verification

telegramdesktop/tdesktop/public-canary8cbcc051 files, +862/-0
Add canary build and publish workflow

telegramdesktop/tdesktop/public-canary8509a171 files, +186/-163
Build one canary lane per repository in CI

telegramdesktop/tdesktop/public-canarye375fc63 files, +31/-13
Use readable v2 update file names

telegramdesktop/tdesktop/public-canaryfe5d29f4 files, +117/-8
Use new update names and pinned Bot API image in CI

telegramdesktop/tdesktop/public-canary44c5fca3 files, +108/-62
Ship per-arch mac updates with a universal installer

telegramdesktop/tdesktop/public-canarye6d8cf51 files, +70/-28
Publish portable archives as canary first installs

telegramdesktop/tdesktop/public-canary78f61201 files, +5/-4
Drop the bundled d3d compiler from canary builds

#tdesktop
🫡3
telegramdesktop/tdesktop/public-canary42dfb3a3 files, +41/-4
Embed external and local signatures in one packer pass

telegramdesktop/tdesktop/public-canary46a21e52 files, +82/-3
Add a v2 update switch to the release build scripts

telegramdesktop/tdesktop/public-canary5ba94491 files, +29/-1
Read the pinned metadata through the local Bot API

telegramdesktop/tdesktop/public-canary018d1e73 files, +25/-1
Support v2 updates in the updater and deploy scripts

telegramdesktop/tdesktop/public-canarybd4a29223 files, +872/-216
Harden canary builds running.

telegramdesktop/tdesktop/public-canaryd6e56ac4 files, +20/-10
Fix build for Release.

telegramdesktop/tdesktop/public-canary071a3332 files, +68/-21
Try to fix signing.

telegramdesktop/tdesktop/public-canary1d50db61 files, +77/-5
Improve caching.

telegramdesktop/tdesktop/public-canary6f153f61 files, +17/-5
Try to fix signing again.

telegramdesktop/tdesktop/public-canaryef8485910 files, +598/-311
New names, separate publishing.

telegramdesktop/tdesktop/public-canary6da8a4a7 files, +255/-6
Fix translocated launch on macOS.

telegramdesktop/tdesktop/public-canarybcb26364 files, +32/-14
Improve version display for canary.

telegramdesktop/tdesktop/public-canarycc6b5581 files, +141/-40
Split macOS canary build into per-arch jobs.

#tdesktop
🫡3
telegramdesktop/tdesktop/public-canaryd078c5f7 files, +198/-3
Add an in-title CANARY/PRIVATE marking.

telegramdesktop/tdesktop/public-canary0f685826 files, +42/-24
Rename canary branches.

telegramdesktop/tdesktop/public-canaryb4265391 files, +3/-0
Fixed per-arch build picking universal crashpad handler.

telegramdesktop/tdesktop/public-canarye6d570a1 files, +11/-4
Keep TelegramForcePortable in portable archives.

telegramdesktop/tdesktop/public-canaryf3552a31 files, +11/-11
Allow CANARY_ALLOW_UNSIGNED in public lane too.

telegramdesktop/tdesktop/public-canary91c606f1 files, +38/-3
Try workaround clone problems.

telegramdesktop/tdesktop/public-canaryac0b5d11 files, +25/-19
Fix build with GCC.

telegramdesktop/tdesktop/public-canaryc280d3b2 files, +36/-19
Fix public publishing.

telegramdesktop/tdesktop/public-canary896ac701 files, +1/-1
Removed stale comment about swscale destination format caching.

telegramdesktop/tdesktop/public-canary82a7a871 files, +5/-0
Restricted transcode temp directory permissions to user.

Related commit: 0807483acc.

telegramdesktop/tdesktop/public-canarybf1edb32 files, +26/-6
Extracted video editor layer showing to shared helper.

telegramdesktop/tdesktop/public-canaryea2b3391 files, +26/-10
Extracted shared video encoder setup from H264 encoder.

telegramdesktop/tdesktop/public-canary8ba7c822 files, +7/-3
Added VP9 encoder and webm muxer to ffmpeg build configs.

#tdesktop
🫡3
telegramdesktop/tdesktop/public-canary61d6d1d2 files, +150/-20
Added webm sticker output mode to video encoder.

telegramdesktop/tdesktop/public-canary638ac007 files, +332/-69
Added adapting video stickers into custom emoji.

Related commit: 9895e5bb89.

#tdesktop
🫡3
telegramdesktop/tdesktop/public-canary882cf423 files, +0/-0
Delete unused account_check icon rasters

Task: 2026/08/18/delete-orphaned-account-check-icon

telegramdesktop/tdesktop/public-canary28b98652 files, +11/-2
Correct shared media index writes and viewer counts

Task: 2026/08/18/repair-shared-media-index-and-count-bookkeeping

telegramdesktop/tdesktop/public-canary495355c1 files, +16/-3
Re-index a sent message only when its thread moves

Task: 2026/08/18/repair-shared-media-index-and-count-bookkeeping

telegramdesktop/tdesktop/public-canary6838bfe2 files, +60/-6
Derive the pinned bar's topic root from the thread

Task: 2026/08/19/align-replies-thread-shared-media-attribution

telegramdesktop/tdesktop/public-canary0ab066a2 files, +1/-1
Pair the uploaded media edit's shared media removal

Task: 2026/08/19/pair-media-edit-removal-with-index-add

telegramdesktop/tdesktop/public-canarya75959f1 files, +20/-5
Drop a sent message from the shared media lists it left

Task: 2026/08/19/match-sent-message-removal-to-written-mask

telegramdesktop/tdesktop/public-canarybb20e051 files, +3/-3
Don't keep a media reference across rich page changes

Task: 2026/08/19/refetch-saved-media-after-rich-page-changes

telegramdesktop/tdesktop/public-canary30f876d5 files, +30/-13
Don't lower shared media counts for unindexed messages

Task: 2026/08/20/stop-unmatched-removal-lowering-shared-media-counts

telegramdesktop/tdesktop/public-canarydf91eac7 files, +40/-56
Tie stored pinned index writes to the pinned flag

Task: 2026/08/19/unify-pinned-index-writers

telegramdesktop/tdesktop/public-canaryb42f7c62 files, +52/-1
Write the pinned thread index only in forum peers

Task: 2026/08/20/stop-orphaning-general-id-shared-media-lists

telegramdesktop/tdesktop/public-canary7289b772 files, +5/-2
Give a saved sublist its own pinned message list

Task: 2026/08/19/make-saved-sublist-pinned-bar-read-one-list

#tdesktop
🫡3