Post content
telegramdesktop/tdesktop/dev • 0cddac1 • 3 files, +15/-1 Add MinSizeRel support on Linux Allows to build Telegram itself with multi-config generator as well as all dependencies with -Os optimizations telegramdesktop/tdesktop/dev • 9dc236b • 1 files, +2/-1 Convert https://t.me/ URLs to tg:// scheme in start URL handling checkStartUrls() passed URLs directly to openLocalUrl() which only handles tg:// scheme URLs. When https://t.me/ links were passed as command-line arguments, they were silently ignored. Now URLs are converted via TryConvertUrlToLocal() before processing, matching the behavior used when clicking links inside the app. telegramdesktop/tdesktop/dev • 827bd7c • 1 files, +1/-0 feat(accessibility): add accessible name to search button in narrow layout The search icon button shown when the filters sidebar is active had no accessible name, making it appear as an unnamed button to screen readers. telegramdesktop/tdesktop/dev • 47bf9f2 • 1 files, +1/-1 Bump actions/setup-python from 5 to 6 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> telegramdesktop/tdesktop/dev • 3030a80 • 1 files, +1/-1 Bump actions/upload-pages-artifact from 3 to 4 Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](https://github.com/actions/upload-pages-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> telegramdesktop/tdesktop/dev • d285b24 • 1 files, +1/-1 Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> #tdesktop