TGTGInsighttelegram intelligenceLIVE / telegram public index
← Telegram github commits and releases
Telegram github commits and releases avatar

TGINSIGHT POST

Post #18896

@tgappsupdates

Telegram github commits and releases

Views256Post view count
PostedOct 2310/23/2025, 06:30 AM
Post content

Post content

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