3f4f5f78b8
Updated TDesktop sources to 2.9.3
2021-09-16 15:20:02 +03:00
53178bab02
Fix sending bot inline preview in replies and scheduled messages
2021-08-27 17:36:14 +03:00
4b7a6b82c0
Allow sending inline result preview in scheduled messages
2021-08-27 02:07:32 +03:00
9e640c3f5c
Fix sending preview
2021-08-27 01:20:26 +03:00
59a7ae5b11
Fix "edit by Up" option in comments and scheduled messages
2021-08-27 01:09:31 +03:00
38d6f337cc
Version 1.4.3 beta
2021-08-26 17:18:08 +03:00
ec8d9c7523
Use proper localization in new notification mute time selector
2021-08-25 21:30:11 +03:00
4699df03e6
Fix removing user from Recent Actions
2021-08-25 21:09:18 +03:00
d2ef174d13
Reorganize custom boxes
2021-08-25 01:09:37 +03:00
36d8b28da1
Hotkey to restart the app (without default)
2021-08-25 00:16:38 +03:00
d30aeea8fd
Rework translations
2021-08-24 21:32:43 +03:00
263d7a48a3
Rework versioning
2021-08-24 02:33:27 +03:00
f620f7480b
Rework hiding 'via @bot' option
...
Instead of using "hide_via" flag, it sends preview of inline query.
2021-08-23 17:49:25 +03:00
2975dec8b9
Revert 'via @bot' tag option
...
Context menu option is not reverted, because it could be useful, but global option causes confusion.
2021-08-23 00:58:01 +03:00
John Preston
54fa2a9d2a
Fix creating a theme from a default one.
...
Regression was introduced in 79cc797aff .
2021-08-23 00:51:41 +03:00
43dfd25d5e
Version 1.4.2 beta
2021-08-21 16:36:07 +03:00
John Preston
f10ab1e547
Fix crash in inline bots results.
2021-08-15 22:02:30 +03:00
920a2c300e
Fix applying "hide via bot" option when left-clicking results
2021-08-15 18:51:14 +03:00
34cf89ec59
Localize self-destruct messages button to Russian
2021-08-15 13:00:49 +03:00
John Preston
d30f7a8221
Add support for 1 month self-destruct messages.
2021-08-15 13:00:49 +03:00
7cc560e705
Fix custom notification time error
2021-08-15 13:00:49 +03:00
John Preston
60e43cfa3f
Version 2.9.3.
...
- Fix requesting screencast rights on macOS (again).
2021-08-11 11:35:48 +03:00
John Preston
46885b7f9f
Fix mouse input in layers in call window.
2021-08-11 11:06:34 +03:00
John Preston
d8e99b4860
Version 2.9.2.
...
- Fix crashes and bugs in scheduled messages.
- Fix file sending after a call or voice chat on Windows.
- Fix main window title glitches on Windows 7.
2021-08-10 16:10:59 +03:00
John Preston
1dec054766
Check if native window frame fits for saved geometry.
2021-08-10 15:46:18 +03:00
John Preston
91ef6f13c8
Use good bitrate for screen capture in calls.
2021-08-10 15:46:18 +03:00
23rd
cbad2469db
Moved MTP cloud password from ApiWrap to Api::CloudPassword.
2021-08-10 15:46:18 +03:00
23rd
0ae260c6e1
Moved MTP blocked peers from ApiWrap to Api::BlockedPeers.
2021-08-10 15:46:18 +03:00
23rd
221ded6d54
Fixed handle of last message on Up arrow in sections on macOS.
2021-08-10 15:46:18 +03:00
23rd
6f80811ecd
Fixed applying server messages as scheduled.
...
Fixed #16726 and many other problems.
2021-08-10 15:46:18 +03:00
23rd
5bd73bab9b
Moved user privacy from ApiWrap to Api::UserPrivacy.
2021-08-10 15:46:18 +03:00
Ilya Fedin
ac86f3e5bd
Use Communications category for tray icon
...
Since tdesktop fits it
2021-08-10 15:42:21 +03:00
GitHub Action
bae6a29326
Update User-Agent for DNS to Chrome 92.0.4515.107.
2021-08-09 10:21:57 +03:00
10d0710637
Fix hiding emoji panel with hover disabled
2021-08-04 02:25:36 +03:00
John Preston
dcf86f55af
Version 2.9.1.
...
- Fix requesting screencast rights on macOS.
2021-07-30 21:28:24 +03:00
John Preston
f3ab01604c
Version 2.9: Fix build on Linux.
2021-07-30 21:03:49 +03:00
John Preston
66bcc20f58
Fix requesting screencast rights on macOS.
2021-07-30 20:45:00 +03:00
John Preston
ccc5aeb8f7
Version 2.9.
...
- Reset your Two-Step Verification password even if you forgot
your old password and don't have a recovery email.
- To do this, you must be logged into your account.
The reset takes 7 days and can be cancelled from any of your devices.
2021-07-30 17:35:30 +03:00
John Preston
4f89216db0
Disable noise suppression by default.
2021-07-30 16:11:13 +03:00
John Preston
bd78bac4bf
Warn admins about many voice chat participants.
2021-07-30 16:06:27 +03:00
John Preston
b2e829904f
Add support for 1 month self-destruct messages.
2021-07-30 16:05:13 +03:00
John Preston
256546071b
Add ability to reset cloud password in 7 days.
2021-07-30 14:32:49 +03:00
John Preston
c100055fac
Allow sharing screen or window in one-on-one calls.
2021-07-30 00:40:25 +03:00
John Preston
ae30366cbf
Fix window move by title on macOS.
2021-07-29 15:30:22 +03:00
John Preston
663c99cc2d
Fix build on macOS.
2021-07-29 15:30:22 +03:00
Ilya Fedin
d986e70a89
Fix global menu on 64-bit systems with X11
...
When Wayland support for global menu was added (0b86feeeb5 ), X11 support was broken since QWindow::winId returns WId what is a quintptr that expands to uint32 on 32-bit and to uint64 on 64-bit, while AppMenu d-bus service accepts only uint32.
2021-07-28 23:41:36 +03:00
Ilya Fedin
1ebf27bfa1
Switch MainWindow to Ui::RpWindow
2021-07-28 18:05:39 +03:00
John Preston
4ef2d3b957
Fix crash in mosaic layout.
2021-07-28 17:34:39 +03:00
John Preston
868c494299
Extract Mosaic::Layout::AbstractMosaicLayout.
2021-07-28 17:00:46 +03:00
John Preston
4a86b172d4
Rename Ui::Window to Ui::RpWindow.
2021-07-28 16:24:11 +03:00