ZavaruKitsu
fe64dfeb1f
fix: make it compile
...
fix: restore Quit shortcut for use in custom shortcuts file
2024-01-17 01:05:24 +03:00
ZavaruKitsu
abf17407ea
Merge tag 'v4.14.6' into dev
...
# Conflicts:
# Telegram/Resources/winrc/Telegram.rc
# Telegram/Resources/winrc/Updater.rc
# Telegram/SourceFiles/core/version.h
# Telegram/SourceFiles/dialogs/dialogs_widget.cpp
# Telegram/SourceFiles/dialogs/dialogs_widget.h
# Telegram/SourceFiles/history/history_item_helpers.cpp
# Telegram/SourceFiles/history/view/history_view_top_bar_widget.cpp
# Telegram/lib_ui
# lib/xdg/org.telegram.desktop.metainfo.xml
# snap/snapcraft.yaml
2024-01-16 23:44:24 +03:00
John Preston
c364383cf0
Version 4.14.6.
...
- Fix one-time audio tooltip showing in wrong places.
- Fix media viewer showing above taskbar on Windows.
- Fix crash in one-time video message playback.
2024-01-16 21:44:56 +04:00
John Preston
ed027c23d0
Version 4.14.5: Fix build with GCC.
2024-01-16 20:29:37 +04:00
John Preston
2213bedc12
Version 4.14.5.
...
- Allow sending one-time voice messages.
- Improve playing one-time voice and video messages.
- Remove Ctrl+Shift+[1-6] shortcuts by default,
some are used in input methods.
- Some bugs and glitches fixed.
2024-01-16 13:14:36 +04:00
John Preston
ac7958f335
Remove ctrl+shift+N shortcuts by default.
...
Those are used in some input methods, including Farsi.
You can always add such bindings in tdata/shortcuts-custom.json for
the "account1", "account2", etc commands.
Fixes #27334 .
2024-01-16 13:03:44 +04:00
23rd
cb4781360a
Added first shown tooltip to ttl button from voice record bar.
2024-01-16 11:18:56 +04:00
23rd
a1369aaad0
Added references to structured bindings since Apple clang supports them.
2024-01-16 11:18:55 +04:00
John Preston
fc2f41096f
Attempt to fix initial window position on Windows.
2024-01-16 11:18:55 +04:00
John Preston
94a542a1d1
Allow change account shortcuts in shortcuts_custom.json
2024-01-16 11:16:28 +04:00
John Preston
0f207faa3e
Version 4.14.4.
...
- Switch between logged in accounts using Ctrl+Shift+[1-6] shortcuts.
- Add poll creation in groups to the attach menu, if exists.
- Another fix for payment card validation.
2024-01-08 17:47:03 +04:00
John Preston
28b43eff7c
Make Ctrl+Shift+[1-6] jump through accounts.
2024-01-08 17:35:08 +04:00
ZavaruKitsu
4fd0b008ba
Merge tag 'v4.14.3' into dev
...
# Conflicts:
# Telegram/Resources/winrc/Telegram.rc
# Telegram/Resources/winrc/Updater.rc
# Telegram/SourceFiles/core/version.h
# Telegram/SourceFiles/history/view/controls/history_view_voice_record_bar.cpp
# Telegram/SourceFiles/history/view/history_view_element.cpp
# Telegram/lib_ui
2024-01-05 16:19:32 +03:00
John Preston
6e6f15e711
Version 4.14.3.
...
- Allow sending single-time voice messages.
- Fix payments card validation.
- Fix crash when trying to join channels above the limit.
- Add "Quit Telegram" to the Taskbar context menu. (Windows)
- Fix opened windows list in the Dock icon context menu. (macOS)
2024-01-04 19:01:53 +04:00
ZavaruKitsu
e0c2294d50
feat: pseudo support tg://ayu
2024-01-03 20:46:36 +03:00
ZavaruKitsu
7426d285b4
feat: resolve user by tg://user?id=
...
Just found another use of `searchById`, so why not.
Co-authored-by: c0re100 <corehusky@gmail.com>
2024-01-03 20:36:32 +03:00
ZavaruKitsu
b1e91ab746
Merge tag 'v4.14.2' into dev
...
# Conflicts:
# Telegram/Resources/winrc/Telegram.rc
# Telegram/Resources/winrc/Updater.rc
# Telegram/SourceFiles/core/version.h
# Telegram/lib_ui
2024-01-03 15:00:00 +03:00
John Preston
4274f9d3f3
Version 4.14.2.
...
- Show original senders name in reply to forward information.
- Use original senders color / emoji pattern in forwards.
- Highlight active saved messages chat in list.
- Fix chats list scrolling on X11 (Linux).
2024-01-02 15:05:06 +04:00
Eric Kotato
7638f4cc3d
Fix warning C4805
2024-01-02 13:27:37 +04:00
ZavaruKitsu
7cdbbc318a
Merge tag 'v4.14.1' into dev
...
# Conflicts:
# Telegram/Resources/winrc/Telegram.rc
# Telegram/Resources/winrc/Updater.rc
# Telegram/SourceFiles/core/version.h
# Telegram/SourceFiles/data/data_stories.cpp
# Telegram/SourceFiles/history/history_item.cpp
# Telegram/SourceFiles/main/main_session.cpp
# Telegram/lib_ui
2024-01-02 01:02:43 +03:00
John Preston
0ae537478f
Version 4.14.1.
...
- Fix crash in "Author Hidden" chat in "Saved Messages".
- Improve jump-to-original button layout in "Saved Messages".
- Show my own chat as "My Notes" in "Saved Messages".
- In screen sharing source window select first screen by default.
2024-01-02 00:22:46 +04:00
John Preston
a4d7309209
Support tg://premium_multigift links.
2024-01-02 00:10:52 +04:00
Ilya Fedin
ee5b7a5100
Fix the whitespaces for KeyFormat enum
2023-12-31 22:03:57 +00:00
Ilya Fedin
9d582040e6
Fix detaching temporaries
2023-12-31 22:03:57 +00:00
Ilya Fedin
29646707a1
QString::arg usage optimization
2023-12-31 22:03:57 +00:00
Ilya Fedin
e6b9a07163
Instantiate QRegularExpression instances statically
2023-12-31 22:03:57 +00:00
John Preston
686310489b
Version 4.14.
...
- Improved saved messages.
- One-time voice messages.
2023-12-31 19:42:24 +04:00
Ilya Fedin
ea37e83b13
Revert "Force enable fractional-scale-v1 experimental option"
...
This reverts commit 4696f731da
.
2023-12-27 22:44:58 +00:00
ZavaruKitsu
421aa31d59
Merge 4.13.1
2023-12-24 17:32:28 +03:00
John Preston
4aa8a41119
Version 4.13.1.
...
- Fix crash in chat history right click.
- Fix user emoji status display in main menu, profile and settings.
2023-12-23 14:15:29 -04:00
John Preston
3cbe0aae4a
Version 4.13.
...
- Support setting channel wallpaper.
- Support setting channel emoji status.
- Allow gifting premium to several recipients at once.
2023-12-22 20:55:24 -04:00
John Preston
60e72768e1
Update API scheme. Shared posts in stories.
2023-12-16 21:26:40 +00:00
John Preston
94e8f2a791
Update API scheme. Anonymous gift links.
2023-12-16 20:25:02 +00:00
John Preston
4337f0b509
Fix "Keep Disabled" in OpenGL crash check.
2023-12-16 20:25:02 +00:00
Ilya Fedin
e173c727f7
Fix remaining known xdg-output fractional scaling issues on Wayland
...
And enable it by default
2023-12-07 10:24:19 +04:00
ZavaruKitsu
0f8187fa36
Merge tag 'v4.12.2' into dev
...
# Conflicts:
# .github/workflows/win.yml
# Telegram/Resources/winrc/Telegram.rc
# Telegram/Resources/winrc/Updater.rc
# Telegram/SourceFiles/core/version.h
# Telegram/SourceFiles/settings/settings_advanced.cpp
# Telegram/SourceFiles/settings/settings_main.cpp
# Telegram/lib_ui
# snap/snapcraft.yaml
2023-12-01 15:38:13 +03:00
Ilya Fedin
664ebe4ed0
Use xdg-output for Wayland fractional scaling
...
That's way more stable
2023-12-01 15:39:14 +04:00
John Preston
cb3dece478
Version 4.12.2.
...
- Fix choosing custom reactions in channels.
Also fix a crash on start with old hardware by rebuilding using
the 17.7.7 VS Build Tools, because 17.8.* has a regression
with emitting a SSE 4.2 instruction, see:
https://developercommunity.visualstudio.com/t/Illegal-Instruction-SSE-42-POPCNT-exc/10520578
2023-12-01 13:07:42 +04:00
John Preston
28acaf06ad
Version 4.12.1.
...
- Fix assertion violation in imported messages rendering.
2023-12-01 09:44:38 +04:00
John Preston
98be0a69df
Version 4.12.
...
- Similar channels.
- Wallpapers for both sides.
- Voice-to-Text for everyone.
- Story statistics for channels.
- Custom Reactions for channels.
- Automatic code highlighting in messages.
2023-11-30 20:23:19 +04:00
23rd
4ad51ffb42
Removed some include directives.
2023-11-28 21:55:26 +04:00
23rd
d28ba4fad9
Moved out PeerByLinkInfo from SessionNavigation to separate file.
2023-11-28 21:55:26 +04:00
Ilya Fedin
4a0ee22670
Shorten setting QSessionManager restart hint
2023-11-27 12:02:19 +04:00
Ilya Fedin
4696f731da
Force enable fractional-scale-v1 experimental option
2023-11-21 21:20:50 +04:00
ZavaruKitsu
98b8840019
Merge tag 'v4.11.7' into dev
...
# Conflicts:
# Telegram/Resources/winrc/Telegram.rc
# Telegram/Resources/winrc/Updater.rc
# Telegram/SourceFiles/core/version.h
# Telegram/lib_ui
2023-11-19 00:27:58 +03:00
ZavaruKitsu
dc6cd45f50
feat: add custom replacements
...
fix: remove useless shortcuts
2023-11-18 20:51:18 +03:00
23rd
12272a450f
Slightly optimized include directives in some headers.
2023-11-15 04:20:20 +03:00
23rd
596460172f
Optimized include directives of core_settings header.
2023-11-15 03:30:04 +03:00
23rd
baa99be6a5
Removed some unwanted include directives of lang_keys in header files.
2023-11-15 03:30:04 +03:00
23rd
f748de9dc4
Removed redundant include directives of settings_common headers.
2023-11-15 03:30:04 +03:00