Post content
telegramdesktop/tdesktop/dev • ec683d7 • 1 files, +3/-0 Add place for current working AI docs. telegramdesktop/tdesktop/dev • d293342 • 1 files, +1/-2 Fix search result subtitles. sectionPath() was starting with parentId instead of the section itself, causing subtitles to skip the section name the entry belongs to. Co-Authored-By: Claude Opus 4.5 <[email protected]> telegramdesktop/tdesktop/dev • ead60eb • 2 files, +2/-2 Fix Chat::Id() → ChatId() in settings. Co-Authored-By: Claude Opus 4.5 <[email protected]> telegramdesktop/tdesktop/dev • 38d8aa2 • 1 files, +14/-0 Fix interface scale highlighting. The custom build method in Main::setupContent() was missing the HighlightRegistry setup, so widgets added via builder.add() with search entries weren't being registered for highlighting. Co-Authored-By: Claude Opus 4.5 <[email protected]> telegramdesktop/tdesktop/dev • 2b5732f • 2 files, +14/-2 Add deeplink support for search entries. SearchEntry now has an optional `deeplink` field. When set, clicking the search result activates the deeplink URL instead of navigating. Co-Authored-By: Claude Opus 4.5 <[email protected]> telegramdesktop/tdesktop/dev • 374b877 • 1 files, +12/-0 Add Profile Photo search entry. Co-Authored-By: Claude Opus 4.5 <[email protected]> telegramdesktop/tdesktop/dev • 49253a9 • 3 files, +4/-6 Fix deeplink settings search entries. telegramdesktop/tdesktop/dev • 81b095e • 3 files, +11/-3 Improve subtitles for settings section entries. telegramdesktop/tdesktop/dev • af28ef7 • 6 files, +1/-44 Don't index section buttons in settings search. telegramdesktop/tdesktop/dev • 55d43e7 • 12 files, +536/-230 Fix search highlighting across settings sections. telegramdesktop/tdesktop/dev • f822d23 • 1 files, +19/-4 Support Ctrl+F shortcut in settings to open search. #tdesktop