2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Beta version 4.14.10.

- Allow choosing audio device for music and video files.
- Allow choosing microphone device for voice recording.
- Allow pause and resume voice messages recording.
- Track audio device changes on Windows and macOS.
This commit is contained in:
John Preston
2024-01-25 11:54:51 +04:00
parent 5561bdeb5e
commit eebe7adbcb
6 changed files with 24 additions and 17 deletions

View File

@@ -22,7 +22,7 @@ constexpr auto AppId = "{53F49750-6209-4FBF-9CA8-7A333C87D1ED}"_cs;
constexpr auto AppNameOld = "Telegram Win (Unofficial)"_cs;
constexpr auto AppName = "Telegram Desktop"_cs;
constexpr auto AppFile = "Telegram"_cs;
constexpr auto AppVersion = 4014009;
constexpr auto AppVersionStr = "4.14.9";
constexpr auto AppBetaVersion = false;
constexpr auto AppVersion = 4014010;
constexpr auto AppVersionStr = "4.14.10";
constexpr auto AppBetaVersion = true;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;