Telegram github commits and releases
4.69K subscribers
601 files
19.4K links
Broadcast from the most important Telegram clients' repositories
Download Telegram
New commit at UnigramDev/Unigram
Merge branch 'develop' of https://github.com/UnigramDev/Unigram into develop

7e60580 (1 files involved, +2/-2)
New commit at UnigramDev/Unigram
New logout screen

689ce20 (9 files involved, +215/-33)
New commit at UnigramDev/Unigram
Redesigned filters menu

e8c50ee (2 files involved, +138/-58)
New commit at UnigramDev/Unigram
Hotkeys (F1-F7) to switch chats filter

49a4669 (1 files involved, +27/-0)
New commit at grishka/libtgvoip
Make "shitty internet mode" sampling rate controllable by server config

632d7d5 (2 files involved, +37/-7)
New commit at telegramdesktop/tdesktop
Fix extensive CPU usage on macOS when audio is played.

Regression was introduced in 91c85ec86b

The openal-soft version 1.19.1 tried to use semaphores created by sem_init,
which are not supported on macOS, so they just didn't work at all. This was
leading to an event loop thread spin-waiting instead of a normal sem_wait.

In the v1.19 upstream branch GCD semaphores are used on macOS.

dec8264 (2 files involved, +2/-2)
New commit at telegramdesktop/tdesktop
Use crl::time/now instead of TimeMs/getms.

fe618bd (300 files involved, +1133/-1141)
New commit at telegramdesktop/tdesktop
Fixed Ctrl + F shortcut for full screen toggle in media view.

4ed1835 (1 files involved, +11/-3)
New commit at telegramdesktop/tdesktop
Improved "Create link" box title display.

19bbccd (2 files involved, +5/-2)
New commit at telegramdesktop/tdesktop
Fixed Travis build.
Regression was introduced in 771a51224e11a162af58b60c0b0cedb730484d15.

9d8b80c (1 files involved, +1/-1)
New commit at telegramdesktop/tdesktop
Removed unnecessary calling of saveDraftToCloud() method when quit.

e70465c (1 files involved, +0/-3)
New commit at UnigramDev/Unigram
Create poll UI

9485e28 (2 files involved, +207/-17)
New commit at UnigramDev/Unigram
Improved logout screen

cb95638 (2 files involved, +9/-1)
New commit at UnigramDev/Unigram
Poll messages

80ecb74 (8 files involved, +460/-0)
New commit at UnigramDev/Unigram
Updated strings

ed169e5 (24 files involved, +2465/-212)
New commit at evgeny-nadymov/telegram-react
Fix document redownload

41b7c90 (1 files involved, +4/-2)
New commit at evgeny-nadymov/telegram-react
Add preload size limit for video at mediaviewer

24de171 (5 files involved, +72/-41)
New commit at evgeny-nadymov/telegram-react
Add video to mediaviewer

3fe25ae (5 files involved, +45/-19)
New commit at evgeny-nadymov/telegram-react
Update tdweb to version 0.2.28

9e73110 (6 files involved, +12/-12)
New commit at UnigramDev/Unigram
Resolve #974

913e329 (1 files involved, +1/-1)
New commit at UnigramDev/Unigram
Improved polls

1f9c65c (3 files involved, +43/-3)