Telegram github commits and releases
4.55K subscribers
601 files
20.3K links
Broadcast from the most important Telegram clients' repositories
Download Telegram
telegramdesktop/tdesktop/dev06534b31 files, +1/-0
Fixed build on Windows.

Related commit: f14bbb57ab.

telegramdesktop/tdesktop/dev1d94fbc1 files, +7/-3
Removed build date from version tooltip on Linux.

telegramdesktop/tdesktop/devef4740f1 files, +0/-20
Reverted "Fixed dummy SOURCE_DATE_EPOCH making build date Jan 1 1970."

This reverts commit c955895735674ee5490cd7ec783c130e49165350.

telegramdesktop/tdesktop/devcb72fa613 files, +105/-85
Replaced saved messages section flag with info key subject.

Related commit: db5f6a258e.

telegramdesktop/tdesktop/dev36150ec1 files, +0/-2
Removed screenshot protection while app is passcode-locked.

Fixes #31157.
Related commit: 390d0e1941.

#tdesktop
🫡3
UnigramDev/Unigram/developea67ccd1 files, +1/-1
Disable swipe to share by default

UnigramDev/Unigram/developa5bef4f1 files, +28/-0
Merge branch 'develop' of https://github.com/UnigramDev/Unigram into develop

UnigramDev/Unigram/develop0956df33 files, +75/-0
Display power saving flags in diagnostics

UnigramDev/Unigram/develop789017c1 files, +6/-1
Disable dust effect if either materials or transitions are off

UnigramDev/Unigram/develop50350e61 files, +2/-2
Fix x:Name instead of x:Key

UnigramDev/Unigram/develop6f1b34210 files, +18/-18
Always pass xaml root to TryGetFocusedElement

UnigramDev/Unigram/develop4d4ae384 files, +21/-19
Fix csproj includes for content

UnigramDev/Unigram/developdb209843 files, +63/-13
Fix suggestions for some new emojis

UnigramDev/Unigram/develop722aa591 files, +10/-1
Guard passcode losing focus

UnigramDev/Unigram/develop8dd24b81 files, +4/-0
Fix infinite incremental loading

UnigramDev/Unigram/develop89306181 files, +9/-90
Simplify window content swap

UnigramDev/Unigram/develope041fa91 files, +10/-0
Paste single pre block as plain text

UnigramDev/Unigram/developcc1b79213 files, +105/-240
Remove MOCKUP conditional

UnigramDev/Unigram/develop37dcdbc1 files, +120/-0
Add a tally mode to Profiler

UnigramDev/Unigram/developbb3be827 files, +430/-212
Rework how links and inline objects are built

#unigram
UnigramDev/Unigram/develop3a235fa1 files, +112/-35
Resolve a pointer move without a point per item

UnigramDev/Unigram/develop501176b1 files, +10/-0
Note why hyperlink info should leave the attached property

UnigramDev/Unigram/developd7a94349 files, +24/-23
Avoid using Dispatcher directly

UnigramDev/Unigram/develop50ccc472 files, +33/-53
Register the link click handler statically

UnigramDev/Unigram/develop6de074e7 files, +739/-43
Route pointer cursors through WindowContext

UnigramDev/Unigram/develop6ebc7351 files, +1/-1
GetOpenPopupsForXamlRoot

UnigramDev/Unigram/developceecf012 files, +13/-27
Replace Windows Hello API

UnigramDev/Unigram/developc89188d1 files, +9/-32
Handle CharacterReceived on FormattedTextBox itself

UnigramDev/Unigram/develop2aaa1163 files, +61/-49
Raise CharacterReceived from the window root

UnigramDev/Unigram/develop468522e2 files, +51/-67
Handle CharacterReceived on the popups themselves

UnigramDev/Unigram/develop37e2bd12 files, +51/-10
Accept the send popups on Enter as a key event

UnigramDev/Unigram/develop14c80705 files, +57/-29
Replace WindowContext.ActivationMode with IsActive and IsForeground

UnigramDev/Unigram/develop523b1fd18 files, +49/-41
Route Window.Current through WindowContext

UnigramDev/Unigram/develop9063d8e8 files, +43/-36
Pass the WindowContext to window roots instead of resolving it

#unigram
UnigramDev/Unigram/developf8b7db49 files, +33/-17
Raise Activated with app-owned event args

UnigramDev/Unigram/developd7d33041 files, +2/-3
Use the passed window in the payment view factories

UnigramDev/Unigram/developf1167758 files, +143/-106
Extract WindowEx into Controls as WindowContent

UnigramDev/Unigram/develop6548d8014 files, +69/-67
Derive every window root from WindowContent

UnigramDev/Unigram/developadbf35d41 files, +11635/-69
Rename the window roots from Page to Window

UnigramDev/Unigram/developeb80b8d18 files, +0/-11566
Remove the old window root files

UnigramDev/Unigram/developa53c0bd8 files, +53/-64
Move IPopupHost into WindowContent as overridable methods

UnigramDev/Unigram/developf34bf8b5 files, +103/-30
Wire window events once in WindowContent behind virtuals

UnigramDev/Unigram/develop0c0e7ea1 files, +3/-6
Guard the passcode activation handler on IsLocked

UnigramDev/Unigram/develop2cad01410 files, +22/-19
Collect the window roots under Views/Host

UnigramDev/Unigram/developc5a1bff4 files, +27/-15
Make WindowContext SizeChanged args app-owned

UnigramDev/Unigram/developaa5d2bc2 files, +48/-31
Wire the ApplicationView events in WindowContent

UnigramDev/Unigram/developc0160c414 files, +50/-51
Require a WindowContext to construct a WindowContent

UnigramDev/Unigram/developc578e2b9 files, +213/-3
Prepare MessageBubbleBrush

#unigram
UnigramDev/Unigram/develop75feb4e1 files, +11/-11
Move power saving debug before tdlib modules

UnigramDev/Unigram/developd9aa3f18 files, +68/-104
Route the ApplicationView methods through WindowContext

UnigramDev/Unigram/develop762cea215 files, +65/-106
Lift ApplicationView usage from OverlayWindow

UnigramDev/Unigram/develop3d4c3a02 files, +2/-69
Lift ApplicationView from zoomable list

UnigramDev/Unigram/developc0128551 files, +508/-2
Record the XAML islands plan and findings

UnigramDev/Unigram/develop1ba45993 files, +0/-22
Remove unused style

UnigramDev/Unigram/develop037d4228 files, +10/-11
Avoid using Window.Current.Compositor

UnigramDev/Unigram/develop2cd33ba6 files, +36/-86
Move MessageFontSize to settings

UnigramDev/Unigram/develop458f6aa26 files, +67/-65
Route Theme.Current through WindowContext, expose Window from ViewModelBase

UnigramDev/Unigram/develop29172e31 files, +21/-20
Simplify IV window opening

UnigramDev/Unigram/develop27308ff1 files, +36/-1
Reconcile the islands note with the current state

UnigramDev/Unigram/develop60c9d242 files, +502/-64
Fix settings cached or stored per account by mistake

UnigramDev/Unigram/developd1c1e581 files, +78/-16
Plan the settings container migration

UnigramDev/Unigram/developa12a9448 files, +78/-51
ConnectedAnimationServiceEx

UnigramDev/Unigram/develop93f08d14 files, +0/-37
Remove legacy secondary windows fallback

#unigram
UnigramDev/Unigram/develop5dc580e1 files, +7/-12
Simplify XamlRoot registration

UnigramDev/Unigram/develop1b59e9b1 files, +2/-2
GetOpenPopupsForXamlRoot

UnigramDev/Unigram/develop2d7d3212 files, +120/-37
Move account settings out of the root container

UnigramDev/Unigram/developa66c3e45 files, +74/-20
Route direct settings container access through SettingsService

UnigramDev/Unigram/develop94c249f1 files, +20/-20
Record the settings migration as verified

UnigramDev/Unigram/develop06f030a13 files, +248/-155
Put settings storage behind ISettingsStore

UnigramDev/Unigram/develop5f756d67 files, +102/-76
Move MessageFontSize one more time

UnigramDev/Unigram/develop2dfd7ae4 files, +49/-84
Settings cleanup before refactoring

UnigramDev/Unigram/develop79c2982112 files, +1733/-1426
Split SettingsService into app-wide and per-account settings

UnigramDev/Unigram/developd4d03e04 files, +21/-32
Consume legacy proxy settings during migration

UnigramDev/Unigram/developf7b3b3617 files, +329/-274
Extract NightModeService from AppearanceSettings

UnigramDev/Unigram/developefccb861 files, +9/-7
Store PaidReactionService by XamlRoot

UnigramDev/Unigram/develop8abc0a51 files, +8/-7
Store GroupCallPaidReactionService by XamlRoot

UnigramDev/Unigram/develop45b73441 files, +1/-2
Drop last ApplicationView reference in ChatView

UnigramDev/Unigram/develop45210009 files, +363/-80
Support stop in streamed messages

#unigram
UnigramDev/Unigram/developb0e588d4 files, +15/-4
Keep synthetic messages out of the history paging bounds

UnigramDev/Unigram/develop85d5cf71 files, +13/-4
Pace the pending typewriter on what is left to type

UnigramDev/Unigram/developaa4347b4 files, +317/-41
Give each pending message its own identifier and support several at once

UnigramDev/Unigram/develop8ed7c6a2 files, +26/-2
Reveal a collapsed pageBlockDetails whole instead of typing it out

UnigramDev/Unigram/developf3476d47 files, +106/-54
Pass XamlRoot to GetTail rather than to constructor

UnigramDev/Unigram/develop9c5e04637 files, +130/-131
Rename PlaceholderHelper to Direct2D

UnigramDev/Unigram/developdc4971c300 files, +5582/-0
Build Telegram.ttf from SVG sources instead of IcoMoon

#unigram
🫡1
telegramdesktop/tdesktop/dev5c920e02 files, +73/-7
Fixed scroll bar covering reaction remove badge in who reacted menu.

telegramdesktop/tdesktop/dev1ff9b971 files, +2/-1
Fixed quote staying above field after sending rich message.

telegramdesktop/tdesktop/devf3b9a103 files, +16/-5
Fixed quote staying above field in modern chat section.

#tdesktop
🫡2
UnigramDev/Unigram/develop885448938 files, +132/-133
Rename PlaceholderHelper to Direct2D

UnigramDev/Unigram/developd16dbf4300 files, +5582/-0
Build Telegram.ttf from SVG sources instead of IcoMoon

UnigramDev/Unigram/develop041640f7 files, +22/-9
Use DispatcherContext.Current where possible

UnigramDev/Unigram/develop68d47c93 files, +11/-15
Fix CharacterReceivedRoutedEventArgs

UnigramDev/Unigram/develop74244f51 files, +4/-12
Await instead of dispatching

UnigramDev/Unigram/develop187ab0e1 files, +49/-0
Rank which classes need a Win32 fork

UnigramDev/Unigram/develop4eaa4c55 files, +11/-20
Pass XamlRoot to RaiseBackRequested

UnigramDev/Unigram/develop9a024461 files, +1/-0
Fix vertical topic cell accessibility

#unigram
🫡1
UnigramDev/Unigram/developfefb69e1 files, +11/-8
Use Window from ViewModel in payment form

UnigramDev/Unigram/develop2c3800e1 files, +3/-20
Fix hyperlink clicks

UnigramDev/Unigram/developc3fbf972 files, +40/-6
Add adopt --only to take named drifted icons from upstream

UnigramDev/Unigram/develop91f9bfc1 files, +21/-1
Document adopt --only in the icon font README

UnigramDev/Unigram/develop2aedca36 files, +261/-3
Report glyph changes and validate manifest notes

UnigramDev/Unigram/develop79435d077 files, +90/-338
Track upstream artwork for 72 more icons

UnigramDev/Unigram/develop73cba722 files, +27/-17016
Delete IcoMoon's project file

#unigram
🫡1
UnigramDev/Unigram/develop625b1b21 files, +2/-2
Fix missing argument

UnigramDev/Unigram/developbff5e4b1 files, +6/-1
Weak xaml root changed

UnigramDev/Unigram/develope0758132 files, +20/-1
XamlRoot extension method

UnigramDev/Unigram/developce8ff574 files, +50/-35
Give OverlayWindow a xaml root storage

UnigramDev/Unigram/develop211095f2 files, +21/-25
Give AnimatedImage a xaml root storage

UnigramDev/Unigram/develop483aa312 files, +14/-13
Give ProfilePicture a xaml root storage

UnigramDev/Unigram/develop74c97c01 files, +19/-63
Bind ContentPopup to xaml root

UnigramDev/Unigram/developc31dd001 files, +19/-8
Give RelativeDateService a xaml root storage

#unigram
🫡1
telegramdesktop/tdesktop/dev49a7f3a1 files, +6/-2
Fix crash in shared media viewers in monoforums.

#tdesktop
🫡3
telegramdesktop/tdesktop/dev5c675811 files, +1/-1
Fix poll close timer day count.

Use full remaining days instead of rounding up, so a poll that ends
tomorrow shows "1 day" rather than "2 days".

#tdesktop
🫡3
telegramdesktop/tdesktop/devc27061c1 files, +5/-7
Fixed sorting of unmuted unread chats in folders.

Related commit: 5d52a283d4.

telegramdesktop/tdesktop/dev14454053 files, +12/-9
Replaced option lookup with cached flag in dialogs sort key.

Related commits: 5d52a283d4, 8509f9e410.

telegramdesktop/tdesktop/dev8b582159 files, +35/-7
Split screenshot protection reasons into content and ambient.

Ambient ones are skipped on Windows, where display affinity hides the
window from the viewer itself on capture-based setups.

Related commit: 390d0e1941.

telegramdesktop/tdesktop/dev73a1f4e2 files, +8/-3
Added frame rate limit for marquee label repaints.

telegramdesktop/tdesktop/devb71f0de2 files, +83/-39
Added caching of rendered text and fades to marquee label.

telegramdesktop/tdesktop/dev48d09492 files, +33/-20
Added frame reuse for marquee label on unchanged pixel offset.

telegramdesktop/tdesktop/deva9912dd1 files, +9/-2
Added stop of marquee label scrolling on disabled animations.

telegramdesktop/tdesktop/dev6c7b0a92 files, +11/-1
Added stop of marquee label scrolling for hidden widget.

telegramdesktop/tdesktop/dev32cf12a2 files, +27/-11
Added repaint region check for rounded corners of profile top bar.

telegramdesktop/tdesktop/dev83969412 files, +13/-10
Added repaint region check for animated pattern of profile top bar.

telegramdesktop/tdesktop/devc9e2a803 files, +19/-10
Added repaint region check for pinned gifts of profile top bar.

telegramdesktop/tdesktop/dev969ade42 files, +51/-0
Added preload of admins to participants controller for role grouping.

Related commit: 9fa11844f2.

#tdesktop
🫡3
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