UnigramDev/Unigram/develop • dad57b4 • 2 files, +31/-0
Disable save button if incomplete
UnigramDev/Unigram/develop • ca33bed • 5 files, +15/-15
Filter search by chat type
UnigramDev/Unigram/develop • 9ff2f27 • 20 files, +235/-62
Update poll API
UnigramDev/Unigram/develop • f21a94d • 14 files, +357/-70
Update location API
UnigramDev/Unigram/develop • 793541d • 8 files, +9776/-132
Modernize record button style
UnigramDev/Unigram/develop • cad9776 • 3 files, +32/-102
Replace IV stub types
UnigramDev/Unigram/develop • 17e006d • 3 files, +41/-6
Missing code
UnigramDev/Unigram/develop • c422717 • 1 files, +66/-1
Update options
UnigramDev/Unigram/develop • ae365c4 • 1 files, +1/-1
Improve pinned text
UnigramDev/Unigram/develop • 95694ff • 2 files, +18/-6
Update draft API
UnigramDev/Unigram/develop • 9906e20 • 1 files, +2/-0
Focus text field after AI
UnigramDev/Unigram/develop • c87a407 • 7 files, +2174/-222
Initial support for rich messages
#unigram
Disable save button if incomplete
UnigramDev/Unigram/develop • ca33bed • 5 files, +15/-15
Filter search by chat type
UnigramDev/Unigram/develop • 9ff2f27 • 20 files, +235/-62
Update poll API
UnigramDev/Unigram/develop • f21a94d • 14 files, +357/-70
Update location API
UnigramDev/Unigram/develop • 793541d • 8 files, +9776/-132
Modernize record button style
UnigramDev/Unigram/develop • cad9776 • 3 files, +32/-102
Replace IV stub types
UnigramDev/Unigram/develop • 17e006d • 3 files, +41/-6
Missing code
UnigramDev/Unigram/develop • c422717 • 1 files, +66/-1
Update options
UnigramDev/Unigram/develop • ae365c4 • 1 files, +1/-1
Improve pinned text
UnigramDev/Unigram/develop • 95694ff • 2 files, +18/-6
Update draft API
UnigramDev/Unigram/develop • 9906e20 • 1 files, +2/-0
Focus text field after AI
UnigramDev/Unigram/develop • c87a407 • 7 files, +2174/-222
Initial support for rich messages
#unigram
🫡2
🫡2
telegramdesktop/tdesktop/dev • b94f7da • 3 files, +45/-4
Replace [OBJ] with explicit TeX in flattened text.
telegramdesktop/tdesktop/dev • 4a7e890 • 1 files, +1/-1
Fix possible crash in full teardown.
#tdesktop
Replace [OBJ] with explicit TeX in flattened text.
telegramdesktop/tdesktop/dev • 4a7e890 • 1 files, +1/-1
Fix possible crash in full teardown.
#tdesktop
🫡2
telegramdesktop/tdesktop/dev • 0425565 • 2 files, +19/-1
Allow Ntlm proxy auth for system proxy.
telegramdesktop/tdesktop/dev • a2f43e7 • 4 files, +67/-0
Added external control command channel over local socket.
telegramdesktop/tdesktop/dev • cf3dfa2 • 1 files, +93/-0
Added external commands to list, activate and cycle windows.
telegramdesktop/tdesktop/dev • fb0a652 • 2 files, +112/-0
Guarded external control commands with confirm box.
telegramdesktop/tdesktop/dev • adb7487 • 2 files, +13/-4
Improved position of expand arrow edit peer permissions box.
telegramdesktop/tdesktop/dev • 8dc53fb • 8 files, +36/-0
Added new shortcut to toggle web page preview in messages field.
telegramdesktop/tdesktop/dev • 4fab6bc • 3 files, +38/-19
Fixed display of userpic builder box on palette changes.
telegramdesktop/tdesktop/dev • 6d887ef • 2 files, +5/-3
Accelerated photo editor mode transition with eased animation.
telegramdesktop/tdesktop/dev • 34e829b • 1 files, +1/-1
Fixed color space use-after-free in CGImage conversion on old macOS.
telegramdesktop/tdesktop/dev • 9a8c918 • 2 files, +4/-4
Slightly reduced star particle sizes in 3d covers.
telegramdesktop/tdesktop/dev • 3c3f187 • 1 files, +55/-30
Fix one-on-one calls on Windows on ARM.
Fixes #30792.
#tdesktop
Allow Ntlm proxy auth for system proxy.
telegramdesktop/tdesktop/dev • a2f43e7 • 4 files, +67/-0
Added external control command channel over local socket.
telegramdesktop/tdesktop/dev • cf3dfa2 • 1 files, +93/-0
Added external commands to list, activate and cycle windows.
telegramdesktop/tdesktop/dev • fb0a652 • 2 files, +112/-0
Guarded external control commands with confirm box.
telegramdesktop/tdesktop/dev • adb7487 • 2 files, +13/-4
Improved position of expand arrow edit peer permissions box.
telegramdesktop/tdesktop/dev • 8dc53fb • 8 files, +36/-0
Added new shortcut to toggle web page preview in messages field.
telegramdesktop/tdesktop/dev • 4fab6bc • 3 files, +38/-19
Fixed display of userpic builder box on palette changes.
telegramdesktop/tdesktop/dev • 6d887ef • 2 files, +5/-3
Accelerated photo editor mode transition with eased animation.
telegramdesktop/tdesktop/dev • 34e829b • 1 files, +1/-1
Fixed color space use-after-free in CGImage conversion on old macOS.
telegramdesktop/tdesktop/dev • 9a8c918 • 2 files, +4/-4
Slightly reduced star particle sizes in 3d covers.
telegramdesktop/tdesktop/dev • 3c3f187 • 1 files, +55/-30
Fix one-on-one calls on Windows on ARM.
Fixes #30792.
#tdesktop
🫡3
morethanwords/tweb/master • d85b922 • 4 files, +29/-14
fix: dock chat quiz hints below the topbar, not behind it
Same stacking-context trap as the paid-reaction toast (23a023fab): hints
mounted inside .bubbles (transformed z-index:1) rendered behind the topbar
and floating pinned plates. Add setChatQuizHint, which mounts the hint on
the .chat element and docks it at --chat-padding-top, and switch all four
chat-level hints to it: paid-media purchase, summary flood limit,
file speed limit, reminder scheduled.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
morethanwords/tweb/master • 58afaf7 • 10 files, +167/-77
refactor: unify top-of-chat toasts into showChatToast
The paid-reaction/paid-messages undo toast and the chat-level quiz hints
were two implementations of the same thing: a toast docked below the chat
topbar, mounted on the .chat element to escape the .bubbles stacking
context. Extract showChatToast (@components/chat/chatToast) on top of
showTooltip and migrate both onto it, resolving the TODO in _reactions.scss.
The component owns the mount point, the --chat-padding-top docking,
single-instance handling (a new toast hides the previous one) and hiding on
peer_changed (opted out by the undoable paid toast, whose countdown should
outlive a chat switch). Two animation variants keep the previous looks:
'slide' (quiz hints) emerges from behind the topbar at z-index 1, 'fade'
(paid toast) rises into place while fading.
setChatQuizHint is gone; non-chat setQuizHint callers (stories viewer, star
gift popup, passcode tab) are untouched.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
morethanwords/tweb/master • 8fd27aa • 3 files, +113/-4
dev: run the hidden preview tab live (worker timers, visibility spoof, decode shim)
Chrome throttles/freezes DOM timers in hidden tabs, never raster-decodes
images there (img.decode() hangs) and rAF/IO stay silent — every
timer/image-driven flow stalled when driving the app through the preview.
Under IS_PREVIEW: re-drive all window timers through an inline worker
(exempt from background throttling), shim requestIdleCallback, spoof Page
Visibility to visible+focused, swallow visibilitychange, replace
img.decode() with a load-event wait, and keep idleController permanently
non-idle (no mousemove ever arrives in a preview tab).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
#webk
fix: dock chat quiz hints below the topbar, not behind it
Same stacking-context trap as the paid-reaction toast (23a023fab): hints
mounted inside .bubbles (transformed z-index:1) rendered behind the topbar
and floating pinned plates. Add setChatQuizHint, which mounts the hint on
the .chat element and docks it at --chat-padding-top, and switch all four
chat-level hints to it: paid-media purchase, summary flood limit,
file speed limit, reminder scheduled.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
morethanwords/tweb/master • 58afaf7 • 10 files, +167/-77
refactor: unify top-of-chat toasts into showChatToast
The paid-reaction/paid-messages undo toast and the chat-level quiz hints
were two implementations of the same thing: a toast docked below the chat
topbar, mounted on the .chat element to escape the .bubbles stacking
context. Extract showChatToast (@components/chat/chatToast) on top of
showTooltip and migrate both onto it, resolving the TODO in _reactions.scss.
The component owns the mount point, the --chat-padding-top docking,
single-instance handling (a new toast hides the previous one) and hiding on
peer_changed (opted out by the undoable paid toast, whose countdown should
outlive a chat switch). Two animation variants keep the previous looks:
'slide' (quiz hints) emerges from behind the topbar at z-index 1, 'fade'
(paid toast) rises into place while fading.
setChatQuizHint is gone; non-chat setQuizHint callers (stories viewer, star
gift popup, passcode tab) are untouched.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
morethanwords/tweb/master • 8fd27aa • 3 files, +113/-4
dev: run the hidden preview tab live (worker timers, visibility spoof, decode shim)
Chrome throttles/freezes DOM timers in hidden tabs, never raster-decodes
images there (img.decode() hangs) and rAF/IO stay silent — every
timer/image-driven flow stalled when driving the app through the preview.
Under IS_PREVIEW: re-drive all window timers through an inline worker
(exempt from background throttling), shim requestIdleCallback, spoof Page
Visibility to visible+focused, swallow visibilitychange, replace
img.decode() with a load-event wait, and keep idleController permanently
non-idle (no mousemove ever arrives in a preview tab).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
#webk
🫡2
morethanwords/tweb/master • a2a96b3 • 7 files, +421/-58
Convert GIFs to video at attach time, allow them as paid media
The server only accepts photos and plain videos in inputMediaPaidMedia:
animated documents are rejected with EXTENDED_MEDIA_TYPE_INVALID and a
silent video without nosound_video is classified as a GIF and rejected
too (verified against the live server). GIF files are therefore
converted to silent mp4s right when attached to the new-media popup
(ImageDecoder -> VideoEncoder -> mp4-muxer, with a progress circle and
the confirm button locked while converting), so they can be priced,
edited in the media editor as videos and grouped into a single paid
album. Unpaid sends still go out as Telegram GIFs (mp4 + animated).
When stars are set, sendFile drops the animated attribute and flags
nosound_video; existing documents get wrapped into inputMediaPaidMedia
as well. Unconvertible GIFs (no WebCodecs, >100MB, failed conversion,
saved-GIF documents) can't be priced — the price is dropped visibly
instead of silently posting priced content for free. The mp4-muxer +
VideoEncoder scaffolding is shared with the media editor via
createMp4VideoEncoder.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
morethanwords/tweb/master • 57ddcd3 • 300 files, +721/-717
Build
#webk
Convert GIFs to video at attach time, allow them as paid media
The server only accepts photos and plain videos in inputMediaPaidMedia:
animated documents are rejected with EXTENDED_MEDIA_TYPE_INVALID and a
silent video without nosound_video is classified as a GIF and rejected
too (verified against the live server). GIF files are therefore
converted to silent mp4s right when attached to the new-media popup
(ImageDecoder -> VideoEncoder -> mp4-muxer, with a progress circle and
the confirm button locked while converting), so they can be priced,
edited in the media editor as videos and grouped into a single paid
album. Unpaid sends still go out as Telegram GIFs (mp4 + animated).
When stars are set, sendFile drops the animated attribute and flags
nosound_video; existing documents get wrapped into inputMediaPaidMedia
as well. Unconvertible GIFs (no WebCodecs, >100MB, failed conversion,
saved-GIF documents) can't be priced — the price is dropped visibly
instead of silently posting priced content for free. The mp4-muxer +
VideoEncoder scaffolding is shared with the media editor via
createMp4VideoEncoder.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
morethanwords/tweb/master • 57ddcd3 • 300 files, +721/-717
Build
#webk
🫡2
telegramdesktop/tdesktop/dev • 2241983 • 1 files, +4/-2
Fix rich messages in admin log.
telegramdesktop/tdesktop/dev • d165b38 • 3 files, +3/-6
Guarded PiP renderer selection with successful RHI probe.
telegramdesktop/tdesktop/dev • d731681 • 10 files, +36/-6
Allowed closing boxes and layers with mouse back button.
telegramdesktop/tdesktop/dev • 66faf6c • 4 files, +11/-0
Allowed stepping back inside info sections with mouse back button.
telegramdesktop/tdesktop/dev • cf2e06b • 4 files, +27/-3
Added experimental macOS option for instant reply on Cmd + Up/Down.
#tdesktop
Fix rich messages in admin log.
telegramdesktop/tdesktop/dev • d165b38 • 3 files, +3/-6
Guarded PiP renderer selection with successful RHI probe.
telegramdesktop/tdesktop/dev • d731681 • 10 files, +36/-6
Allowed closing boxes and layers with mouse back button.
telegramdesktop/tdesktop/dev • 66faf6c • 4 files, +11/-0
Allowed stepping back inside info sections with mouse back button.
telegramdesktop/tdesktop/dev • cf2e06b • 4 files, +27/-3
Added experimental macOS option for instant reply on Cmd + Up/Down.
#tdesktop
🫡3
telegramdesktop/tdesktop/dev • 1740db9 • 1 files, +3/-2
Use DWARF64 in Docker
telegramdesktop/tdesktop/dev • 567a188 • 1 files, +1/-1
Fix boost flags inheritance in Docker
telegramdesktop/tdesktop/dev • 7c4d411 • 1 files, +1/-1
Fix vpx debug info in Docker
telegramdesktop/tdesktop/dev • 5dff3a8 • 6 files, +211/-30
Fix video in Collage / Slideshow.
#tdesktop
Use DWARF64 in Docker
telegramdesktop/tdesktop/dev • 567a188 • 1 files, +1/-1
Fix boost flags inheritance in Docker
telegramdesktop/tdesktop/dev • 7c4d411 • 1 files, +1/-1
Fix vpx debug info in Docker
telegramdesktop/tdesktop/dev • 5dff3a8 • 6 files, +211/-30
Fix video in Collage / Slideshow.
#tdesktop
🫡3
telegramdesktop/tdesktop/dev • 7b33e71 • 2 files, +7/-6
Fixed chat closing on hiding filters sidebar in narrowed window.
Related commits: c0bbb669e0, fd52b3c23b.
#tdesktop
Fixed chat closing on hiding filters sidebar in narrowed window.
Related commits: c0bbb669e0, fd52b3c23b.
#tdesktop
🫡3
telegramdesktop/tdesktop/dev • 89e1ef0 • 1 files, +1/-1
Correctly check for OpenGL libs on Linux.
telegramdesktop/tdesktop/dev • 7cf6523 • 1 files, +1/-1
Add more warning ignoring in Linux build.
telegramdesktop/tdesktop/dev • 168c9f2 • 1 files, +12/-6
Workaround a bug in GCC 15+ with O2+LTO.
telegramdesktop/tdesktop/dev • 0bd6fe8 • 2 files, +1/-19
Make NTLM proxy fix inside Qt only, per-proxy.
#tdesktop
Correctly check for OpenGL libs on Linux.
telegramdesktop/tdesktop/dev • 7cf6523 • 1 files, +1/-1
Add more warning ignoring in Linux build.
telegramdesktop/tdesktop/dev • 168c9f2 • 1 files, +12/-6
Workaround a bug in GCC 15+ with O2+LTO.
telegramdesktop/tdesktop/dev • 0bd6fe8 • 2 files, +1/-19
Make NTLM proxy fix inside Qt only, per-proxy.
#tdesktop
🫡3
telegramdesktop/tdesktop/dev • 65bb1a3 • 4 files, +451/-30
Improve min-width counting for rich messages.
telegramdesktop/tdesktop/dev • 67484a0 • 7 files, +110/-32
Optimize reveal animation of rich messages.
#tdesktop
Improve min-width counting for rich messages.
telegramdesktop/tdesktop/dev • 67484a0 • 7 files, +110/-32
Optimize reveal animation of rich messages.
#tdesktop
🫡3
telegramdesktop/tdesktop/dev • 9f2920a • 2 files, +1/-2
Remove clang from Docker and Snap
It was needed only for dispatch
#tdesktop
Remove clang from Docker and Snap
It was needed only for dispatch
#tdesktop
🫡3
telegramdesktop/tdesktop/dev • 7193c3d • 1 files, +2/-1
Prevent periodic updater instantiation with autoupdates disabled
When autoupdates are disabled, there's no permanent updater reference making each UpdateChecker call create an Updater instance with make_shared just to destruct it immediately
#tdesktop
Prevent periodic updater instantiation with autoupdates disabled
When autoupdates are disabled, there's no permanent updater reference making each UpdateChecker call create an Updater instance with make_shared just to destruct it immediately
#tdesktop
🫡3
telegramdesktop/tdesktop/dev • b338719 • 1 files, +1/-1
Harden image size checks.
telegramdesktop/tdesktop/dev • 6c14476 • 1 files, +1/-1
Attempt to fix even more context losses.
telegramdesktop/tdesktop/dev • 033d383 • 2 files, +40/-2
Fix some math formula rendering.
#tdesktop
Harden image size checks.
telegramdesktop/tdesktop/dev • 6c14476 • 1 files, +1/-1
Attempt to fix even more context losses.
telegramdesktop/tdesktop/dev • 033d383 • 2 files, +40/-2
Fix some math formula rendering.
#tdesktop
🫡3
telegramdesktop/tdesktop/dev • d63506d • 2 files, +2/-0
Activate window on swipe-to-reply.
A touchpad swipe-to-reply works on an unfocused window, because scroll
events are delivered to the window under the pointer without moving
keyboard focus. The reply bar opened, but keystrokes kept going to the
previously focused application. Request window activation when a swipe
triggers a reply, like other reply flows already do.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
#tdesktop
Activate window on swipe-to-reply.
A touchpad swipe-to-reply works on an unfocused window, because scroll
events are delivered to the window under the pointer without moving
keyboard focus. The reply bar opened, but keystrokes kept going to the
previously focused application. Request window activation when a swipe
triggers a reply, like other reply flows already do.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
#tdesktop
🫡3💅2
telegramdesktop/tdesktop/dev • 1363667 • 2 files, +10/-1
Fix possible crash in formula parsing.
telegramdesktop/tdesktop/dev • ee1a9fd • 1 files, +4/-2
Add .kml / .kmz as potentially IP-revealing.
#tdesktop
Fix possible crash in formula parsing.
telegramdesktop/tdesktop/dev • ee1a9fd • 1 files, +4/-2
Add .kml / .kmz as potentially IP-revealing.
#tdesktop
🫡3
tdlib/td/master • 01b0cec • 2 files, +2/-2
Update pageBlockChatLink documentation.
tdlib/td/master • 4f3676d • 2 files, +14/-14
Simplify PageBlock field names.
tdlib/td/master • 4e59e82 • 15 files, +15/-5
Fix includes.
tdlib/td/master • 104536c • 4 files, +12/-12
Minor improvements.
tdlib/td/master • 84f21a1 • 1 files, +4/-1
Fix add_message_content_dependencies for ManagedBotCreated.
tdlib/td/master • b629bd3 • 2 files, +14/-12
Use get_message_content_rich_message if possible.
tdlib/td/master • 1f55d80 • 1 files, +1/-1
Fix richTextMention documentation.
tdlib/td/master • e6b6c17 • 1 files, +1/-0
Add missing include.
tdlib/td/master • 82607ee • 1 files, +1/-1
Improve documentation.
tdlib/td/master • 5d11c72 • 1 files, +1/-1
Fix misprint.
tdlib/td/master • 8df09c1 • 3 files, +19/-14
Make pageBlockCaption nullable.
tdlib/td/master • 39d1662 • 2 files, +7/-3
Make pageBlockCaption.credit nullable.
tdlib/td/master • 6817f61 • 2 files, +7/-6
Make credit and table caption nullable.
tdlib/td/master • 3f9f03c • 1 files, +1/-1
Improve documentation.
tdlib/td/master • fe5ab8d • 1 files, +1/-1
Return no media for invalid poll media.
tdlib/td/master • 3a2c083 • 3 files, +8/-18
Simplify get_poll_media_object usage.
tdlib/td/master • 09b9c24 • 1 files, +1/-1
Fix logging.
#tdlib
Update pageBlockChatLink documentation.
tdlib/td/master • 4f3676d • 2 files, +14/-14
Simplify PageBlock field names.
tdlib/td/master • 4e59e82 • 15 files, +15/-5
Fix includes.
tdlib/td/master • 104536c • 4 files, +12/-12
Minor improvements.
tdlib/td/master • 84f21a1 • 1 files, +4/-1
Fix add_message_content_dependencies for ManagedBotCreated.
tdlib/td/master • b629bd3 • 2 files, +14/-12
Use get_message_content_rich_message if possible.
tdlib/td/master • 1f55d80 • 1 files, +1/-1
Fix richTextMention documentation.
tdlib/td/master • e6b6c17 • 1 files, +1/-0
Add missing include.
tdlib/td/master • 82607ee • 1 files, +1/-1
Improve documentation.
tdlib/td/master • 5d11c72 • 1 files, +1/-1
Fix misprint.
tdlib/td/master • 8df09c1 • 3 files, +19/-14
Make pageBlockCaption nullable.
tdlib/td/master • 39d1662 • 2 files, +7/-3
Make pageBlockCaption.credit nullable.
tdlib/td/master • 6817f61 • 2 files, +7/-6
Make credit and table caption nullable.
tdlib/td/master • 3f9f03c • 1 files, +1/-1
Improve documentation.
tdlib/td/master • fe5ab8d • 1 files, +1/-1
Return no media for invalid poll media.
tdlib/td/master • 3a2c083 • 3 files, +8/-18
Simplify get_poll_media_object usage.
tdlib/td/master • 09b9c24 • 1 files, +1/-1
Fix logging.
#tdlib
🫡2
tdlib/td/master • edab0cb • 3 files, +20/-7
Add and use DialogParticipantManager::get_chat_join_result_object.
tdlib/td/master • 5e21b56 • 5 files, +35/-7
Support rich messages in move_message_content_sticker_set_to_top.
tdlib/td/master • 434ef4b • 2 files, +7/-1
Add td_api::chatJoinResultRequestDeclined.
tdlib/td/master • a74cc9a • 1 files, +1/-1
Ignore draft replies to local messages.
tdlib/td/master • d78ceef • 6 files, +20/-15
Don't warn about invalid entities in old checklist tasks.
tdlib/td/master • 7445746 • 1 files, +1/-2
Improve anchor handling.
tdlib/td/master • 44db718 • 1 files, +1/-1
Fix trim_first.
tdlib/td/master • d171257 • 2 files, +9/-9
Add td_api::richTextReferenceLink.
tdlib/td/master • 108b33f • 1 files, +2/-2
Make pageBlockTable.caption nullable.
tdlib/td/master • 6d0824e • 1 files, +3/-0
Check for bots in WebBrowserManager::on_authorization_success.
tdlib/td/master • 2fe4156 • 1 files, +8/-8
Don't send automatic rich text to the server.
tdlib/td/master • e80270f • 1 files, +6/-3
Fix get_input_page_table_cell.
tdlib/td/master • a8f21f5 • 8 files, +9/-9
Update version to 1.8.65.
#tdlib
Add and use DialogParticipantManager::get_chat_join_result_object.
tdlib/td/master • 5e21b56 • 5 files, +35/-7
Support rich messages in move_message_content_sticker_set_to_top.
tdlib/td/master • 434ef4b • 2 files, +7/-1
Add td_api::chatJoinResultRequestDeclined.
tdlib/td/master • a74cc9a • 1 files, +1/-1
Ignore draft replies to local messages.
tdlib/td/master • d78ceef • 6 files, +20/-15
Don't warn about invalid entities in old checklist tasks.
tdlib/td/master • 7445746 • 1 files, +1/-2
Improve anchor handling.
tdlib/td/master • 44db718 • 1 files, +1/-1
Fix trim_first.
tdlib/td/master • d171257 • 2 files, +9/-9
Add td_api::richTextReferenceLink.
tdlib/td/master • 108b33f • 1 files, +2/-2
Make pageBlockTable.caption nullable.
tdlib/td/master • 6d0824e • 1 files, +3/-0
Check for bots in WebBrowserManager::on_authorization_success.
tdlib/td/master • 2fe4156 • 1 files, +8/-8
Don't send automatic rich text to the server.
tdlib/td/master • e80270f • 1 files, +6/-3
Fix get_input_page_table_cell.
tdlib/td/master • a8f21f5 • 8 files, +9/-9
Update version to 1.8.65.
#tdlib
🫡2
tdlib/telegram-bot-api/master • 42d3102 • 2 files, +19/-0
Add JsonRichBlockCaption.
tdlib/telegram-bot-api/master • 0c6763b • 2 files, +52/-0
Add JsonBlockTableCell.
tdlib/telegram-bot-api/master • 01328b8 • 2 files, +287/-0
Add JsonRichBlock.
tdlib/telegram-bot-api/master • 28039d6 • 2 files, +21/-2
Add Message.rich_message.
tdlib/telegram-bot-api/master • 51ed1e7 • 1 files, +6/-0
Support rich messages in inline results.
tdlib/telegram-bot-api/master • bfd9d77 • 1 files, +7/-1
Support rich messages in editMessageText.
tdlib/telegram-bot-api/master • f0658f9 • 1 files, +1/-1
Increase maximum update size.
tdlib/telegram-bot-api/master • 59fdcc9 • 1 files, +7/-2
Add names constants for HTTP server parameters.
tdlib/telegram-bot-api/master • 0a9e569 • 2 files, +2/-2
Update version to 10.1.
#botapi
Add JsonRichBlockCaption.
tdlib/telegram-bot-api/master • 0c6763b • 2 files, +52/-0
Add JsonBlockTableCell.
tdlib/telegram-bot-api/master • 01328b8 • 2 files, +287/-0
Add JsonRichBlock.
tdlib/telegram-bot-api/master • 28039d6 • 2 files, +21/-2
Add Message.rich_message.
tdlib/telegram-bot-api/master • 51ed1e7 • 1 files, +6/-0
Support rich messages in inline results.
tdlib/telegram-bot-api/master • bfd9d77 • 1 files, +7/-1
Support rich messages in editMessageText.
tdlib/telegram-bot-api/master • f0658f9 • 1 files, +1/-1
Increase maximum update size.
tdlib/telegram-bot-api/master • 59fdcc9 • 1 files, +7/-2
Add names constants for HTTP server parameters.
tdlib/telegram-bot-api/master • 0a9e569 • 2 files, +2/-2
Update version to 10.1.
#botapi
🫡2
telegramdesktop/tdesktop/dev • b54239b • 1 files, +1/-1
Attempt to force our fonts.
telegramdesktop/tdesktop/dev • d73030d • 1 files, +1/-1
Disable hinting for bundled math fonts.
telegramdesktop/tdesktop/dev • 8d60827 • 3 files, +20/-10
Fix possible crash in rich messages.
telegramdesktop/tdesktop/dev • 6532220 • 4 files, +97/-103
Slightly improved style of local storage section.
telegramdesktop/tdesktop/dev • 82efd0c • 1 files, +6/-1
Check blob extraction paths.
telegramdesktop/tdesktop/dev • 47eca40 • 1 files, +3/-0
Check passport encrypted data size.
telegramdesktop/tdesktop/dev • 8b6e326 • 1 files, +1/-1
Rasterize glyphs using Qt QPainterPath.
telegramdesktop/tdesktop/dev • d4336a9 • 4 files, +20/-6
Fix possible crash in rich messages.
telegramdesktop/tdesktop/dev • f5e93be • 6 files, +24/-15
Version 6.9.2.
- Fix possible crash in OpenGL init (Linux).
- Fix possible crash in calls (Windows on ARM).
- Fix working with system proxy (Windows).
- Fix display of rich messages without text.
- Fix display of rich messages in Recent Actions.
- Replace dispatch with TooManyCooks (Linux).
#tdesktop
Attempt to force our fonts.
telegramdesktop/tdesktop/dev • d73030d • 1 files, +1/-1
Disable hinting for bundled math fonts.
telegramdesktop/tdesktop/dev • 8d60827 • 3 files, +20/-10
Fix possible crash in rich messages.
telegramdesktop/tdesktop/dev • 6532220 • 4 files, +97/-103
Slightly improved style of local storage section.
telegramdesktop/tdesktop/dev • 82efd0c • 1 files, +6/-1
Check blob extraction paths.
telegramdesktop/tdesktop/dev • 47eca40 • 1 files, +3/-0
Check passport encrypted data size.
telegramdesktop/tdesktop/dev • 8b6e326 • 1 files, +1/-1
Rasterize glyphs using Qt QPainterPath.
telegramdesktop/tdesktop/dev • d4336a9 • 4 files, +20/-6
Fix possible crash in rich messages.
telegramdesktop/tdesktop/dev • f5e93be • 6 files, +24/-15
Version 6.9.2.
- Fix possible crash in OpenGL init (Linux).
- Fix possible crash in calls (Windows on ARM).
- Fix working with system proxy (Windows).
- Fix display of rich messages without text.
- Fix display of rich messages in Recent Actions.
- Replace dispatch with TooManyCooks (Linux).
#tdesktop
🫡2