mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Version 6.7.4.
- Add experimental option for "AI Tools" button. - Jump between markers with Alt+Arrows in media view. - Info button in AI Tools box. - Show warning for unofficial app builds. - Allow text emojify without selecting a style. - Accept also base64 (non-url) proxy secrets. - Use tg:// deeplinks for proxy share links. - Fix newbot deeplink parsing with trailing slash and unicode names. - Fix file reference refresh for user, group and channel photos. - Fix stale macOS tray icon colors after appearance switches. - Fix tooltip crash in top peers selector with small width. - Fix preserving markers after video quality switch in media view.
This commit is contained in:
@@ -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 = 6007003;
|
||||
constexpr auto AppVersionStr = "6.7.3";
|
||||
constexpr auto AppVersion = 6007004;
|
||||
constexpr auto AppVersionStr = "6.7.4";
|
||||
constexpr auto AppBetaVersion = false;
|
||||
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;
|
||||
|
||||
Reference in New Issue
Block a user