TGTGInsighttelegram intelligenceLIVE / telegram public index
Back to channels
Telegram github commits and releases avatar

TGINSIGHT CHAT

Telegram github commits and releases

@tgappsupdates

Technologies

Broadcast from the most important Telegram clients' repositories Contact me: @remembertheair

Subscribers5,240Current channel subscribers
Tracked posts1,000Indexed post count
Recent reach2,879Sum of recent post views
Recent posts

Recent posts

Page 69 of 84 · 1,000 posts

Posted Oct 24

UnigramDev/Unigram/develop • c3d85d4 • 1 files, +24/-21 Temp: lock animation batches UnigramDev/Unigram/develop • 314dd84 • 1 files, +2/-1 Fix recycle with fast run UnigramDev/Unigram/develop • bc178f9 • 1 files, +2/-0 Fix corner radius UnigramDev/Unigram/develop • ac61b82 • 2 files, +2/-2 Bump version to 12.1.7 UnigramDev/Unigram/develop • 7dde37d • 4 files, +247/-2 Better animations when deleting multiple messages UnigramDev/Unigram/develop • b0a3b44 • 1 files, +2/-1 Don't mute audio player UnigramDev/Unigram/develop • e7ac4c8 • 2 files, +5/-9 Compare current playback item first UnigramDev/Unigram/develop • 94e1c4f • 2 files, +2/-2 Fix null ref #unigram

275 views

Hashtags

Posted Oct 24

telegramdesktop/tdesktop/dev • 66a34bc • 1 files, +1/-1 Fix Docker image build #tdesktop

242 views

Hashtags

Posted Oct 24

UnigramDev/Unigram/develop • 9f54ca2 • 1 files, +0/-8 Remove extra logging UnigramDev/Unigram/develop • 84f5692 • 1 files, +4/-4 Fix sticky dates UnigramDev/Unigram/develop • 324934c • 36 files, +285/-465 Moved more Ex types to native UnigramDev/Unigram/develop • c9ab9cb • 3 files, +166/-114 Animate inline panel UnigramDev/Unigram/develop • 6d09e43 • 1 files, +6/-4 Undo column width UnigramDev/Unigram/develop • 8a663b0 • 1 files, +50/-1 Recycle text elements as soon as unloaded UnigramDev/Unigram/develop • de2e22b • 3 files, +6/-36 Remove redundant event subscription UnigramDev/Unigram/develop • e3ab4bc • 1 files, +1/-1 Fix empty text UnigramDev/Unigram/develop • c1d615f • 2 files, +8/-8 Fix null ref UnigramDev/Unigram/develop • b9f5672 • 3 files, +68/-2 Bump version to 12.1.6 #unigram

251 views

Hashtags

Posted Oct 24

telegramdesktop/tdesktop/dev • acad1d4 • 1 files, +1/-1 Fix compilation with Clang-21 + libstdc++-16 .emplace() can only be used on constructible objects, while private nested struct is not considered as constructible due to access control. Closes #29939 Signed-off-by: Sv. Lockal <[email protected]> #tdesktop

219 views

Hashtags

Posted Oct 23

UnigramDev/Unigram/develop • ac98425 • 2 files, +0/-4 Remove extra headers UnigramDev/Unigram/develop • 31fea01 • 7 files, +271/-29 Delegate some AnimatedImage events to native code UnigramDev/Unigram/develop • 0b1978c • 24 files, +112/-152 Move ControlEx to native UnigramDev/Unigram/develop • 27067cd • 1 files, +4/-2 Safer copy to UnigramDev/Unigram/develop • ee34291 • 1 files, +10/-19 Don't limit stickers UI invalidation UnigramDev/Unigram/develop • cb9e57a • 1 files, +227/-27 Full ThemeShadow reimplementation UnigramDev/Unigram/develop • c70c8b7 • 2 files, +26/-24 Fix shadow rendering artifacts #unigram

242 views

Hashtags

Posted Oct 23

telegramdesktop/tdesktop/dev • 3b9312d • 1 files, +2/-2 Install only really needed parts of Qt in macOS packaged action telegramdesktop/tdesktop/dev • 716fade • 1 files, +1/-1 Remove unused yasm dependency from macOS packaged action It's not used since openh264 is not built as part of tg_owt #tdesktop

247 views

Hashtags

Posted Oct 23

telegramdesktop/tdesktop/dev • f87d072 • 1 files, +2/-1 Force bundled abseil-cpp for WebRTC in macOS packaged action It fails to build with the one from brew due to a change in the API of new abseil-cpp versions #tdesktop

250 views

Hashtags

Posted Oct 23

telegramdesktop/tdesktop/dev • b617240 • 1 files, +1/-1 Update patches revision in snapcraft. #tdesktop

238 views

Hashtags

Posted Oct 23

telegramdesktop/tdesktop/dev • 3ffdb1e • 2 files, +12/-7 Fix build on Linux. #tdesktop

242 views

Hashtags

Posted Oct 23

telegramdesktop/tdesktop/dev • f787e0f • 1 files, +15/-2 Allow to pass URLs without `--` This allows to make tdesktop as a URL handler with generic file dialog in e.g. Firefox (previously the window was opening but no URL handled) telegramdesktop/tdesktop/dev • 5fbf280 • 9 files, +90/-152 Combine startUrls and sendPaths This commit allows to handle multiple URLs of all types as positional arguments simultaneously: * tg:// links * tonsite:// links * interpret:// file paths * generic file paths (to share files) This allows to Drag'n'Drop files to the Telegram shortcut/binary. #tdesktop

256 views

Hashtags

Posted Oct 23

telegramdesktop/tdesktop/dev • 8e5d0c6 • 1 files, +1/-1 Revert downgrade of xdg-desktop-portal. telegramdesktop/tdesktop/dev • 0d33b92 • 6 files, +107/-2 Added ability to edit cover for videos from edit caption box. #tdesktop

194 views

Hashtags

Posted Oct 22

telegramdesktop/tdesktop/dev • 2e03888 • 2 files, +2/-2 Update patches revision. telegramdesktop/tdesktop/dev • 1f171c4 • 1 files, +0/-5 Remove unused includes from specific_linux.cpp telegramdesktop/tdesktop/dev • dbc9bea • 8 files, +42/-46 Make psLaunchMaps async telegramdesktop/tdesktop/dev • de89d34 • 2 files, +55/-2 Implement launching maps on Linux telegramdesktop/tdesktop/dev • f8bd801 • 2 files, +2/-2 Update lib_base submodule. telegramdesktop/tdesktop/dev • 6e8ac60 • 1 files, +13/-0 Actually share files with Drag'n'Drop to shortcut on macOS The code supported this since 4.8.3 (6aef6d7f4ecf785e1e9cde372d617de2dedee99a) for Linux but wasn't actually allowed on macOS via plist. #tdesktop

223 views

Hashtags

12•••5•••10•••15•••20•••25•••30•••35•••40•••45•••50•••55•••60•••65•••6768697071•••75•••80•••8384