Telegram github commits and releases
4.69K subscribers
601 files
19.4K links
Broadcast from the most important Telegram clients' repositories
Download Telegram
evgeny-nadymov/telegram-reactf4f374c22 files, +211/-57
Stop poll and Unvote from context menu

evgeny-nadymov/telegram-react03ad3511 files, +1/-1
Fix poll option min height

evgeny-nadymov/telegram-reacta7fef6d21 files, +347/-80
Chat online status
Poll improvements
danog/MadelineProtof1557383 files, +8/-9
Update dependencies

danog/MadelineProto453af124 files, +31/-11
Fix calls

danog/MadelineProto50b85621 files, +2/-2
Whoops
who
🤨1
who
🤨1
danog/MadelineProtocce0c3e3 files, +4/-5
Update dependencies

danog/MadelineProto46c4e221 files, +1/-2
Fix phar build
#MadelineProto
#MadelineProto
#MadelineProto
#MadelineProto
Telegram github commits and releases
• None #FOSS
TF-BETA-THERMATK-v5.6.1.apk
29.3 MB
None
md5: 733555b48026945c949076ec02592670
sha1: e064008b86697c4803eb191e88fd42ccfdebc1dc
#FOSS
telegramdesktop/tdesktop996bd941 files, +5/-0
Fix appveyor build.
#TDesktop
telegramdesktop/tdesktop5d321f710 files, +65/-74
Moved generation of short string for large numbers in one place.

- Added new plural tag "kPluralShortTag".
- Added support of new plural tag to code generator.
- Removed FormatViewsCount from history_message.
- Removed FormatLargeNumber from history_media_poll.
- Added FormatCountToShort to lang_tag.

telegramdesktop/tdesktop5901b4213 files, +57/-28
Added generation of string with decimal separated numbers.

- Added new plural tag "kPluralDecimalSeparationTag".
- Added Lang::PluralType for default, shorted and decimal separated numbers.
- Replaced members and votes count with decimal separated type.

telegramdesktop/tdesktopdcd5aa81 files, +16/-3
Fixed choosing of plural when number should be shortened.

telegramdesktop/tdesktop63a68932 files, +2/-2
Excluded ability to display 0 views in channel posts.

telegramdesktop/tdesktop9a4fdb115 files, +68/-94
Use only lt_count in langpacks.

telegramdesktop/tdesktop3d3d0241 files, +8/-2
Fixed building of PCH using Clang compiler.

Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
#TDesktop
telegramdesktop/tdesktopbb528ea1 files, +1/-3
Fixed AppData validation error: tags cannot be empty.

Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
#TDesktop
telegramdesktop/tdesktop911f1381 files, +12/-12
Updated building-cmake.md

- Added "-y" parameters to make installation of dependencies non-interactive.
- Changed order of installation for correct linking of GCC.

telegramdesktop/tdesktopb2f821d4 files, +11/-9
Updated version of GCC to 8.
#TDesktop
telegramdesktop/tdesktop48cee211 files, +3/-5
Re-enable integrated GPU on macOS.

This limits the fix introduced in a058e75a to just 10.14.4,
as #5858 seems to be fixed in 10.14.5.
#TDesktop