John Preston
1da7ba6446
Use correct craft icon button.
2026-02-01 23:33:56 +04:00
John Preston
db09c071d8
Nice state display in crafting middle.
2026-02-01 23:33:56 +04:00
John Preston
8c0c87b2c9
Start improving crafting design.
2026-02-01 23:33:56 +04:00
John Preston
1cb648c103
Initial no-design craft implementation.
2026-02-01 23:33:55 +04:00
John Preston
aa56a7362a
Update API scheme on layer 222.
2026-02-01 23:33:55 +04:00
23rd
7d1bc28103
Added initial support of forum bots that can manage topics.
2026-02-01 23:33:55 +04:00
23rd
7a88485999
Fixed build.
2026-02-01 23:33:55 +04:00
John Preston
3c76f0f917
Update API scheme to layer 222.
2026-02-01 23:33:55 +04:00
John Preston
68abf86e2c
[cc] Improve iterating script.
2026-02-01 23:33:55 +04:00
John Preston
16b9732b82
[cc] Add -SingleCommit option to iteration script.
2026-02-01 23:33:55 +04:00
John Preston
18661709d0
[cc] Add taskplanner skill utility.
2026-02-01 23:33:55 +04:00
John Preston
59c9f28078
[cc] Update locked pdb instruction.
2026-02-01 23:33:55 +04:00
John Preston
d26510a1e9
[cc] Add CLAUDE.md for the Claude Code agent.
2026-02-01 23:33:55 +04:00
23rd
ab27005dfc
Replaced NewBotThreadDownIcon with lambda.
2026-02-01 09:57:56 +03:00
23rd
b0e2f948a9
Added icon to new thread about view for bots with forum.
2026-02-01 09:57:56 +03:00
23rd
42f38b042f
Added history view LambdaGenericPart.
2026-02-01 09:57:07 +03:00
23rd
e672041a79
Attempted to fix reset state while replying with Ctrl+Up/Down hotkey.
...
Regression was introduced: a05d85673a .
2026-02-01 08:51:55 +03:00
23rd
9a04220129
Added ability to open call menu from history top bar with right click.
...
Related commit: 20b5de755d .
2026-02-01 08:50:58 +03:00
23rd
fa785b745b
Fixed wrong color index fallback when cloud peer color is missing.
2026-02-01 08:50:58 +03:00
23rd
527e742a89
Fixed ability to process of credits payment with good credits balance.
...
Regression was introduced: ae851b8733 .
2026-02-01 08:50:58 +03:00
Ilya Fedin
54683b2d21
Decompose countInitialGeomety from MainWindow
2026-01-31 20:21:48 +04:00
Ilya Fedin
d33293ba6b
Add name argument to PositionWithScreen
2026-01-31 20:21:48 +04:00
Iaroslav
64c5796d1a
fix: fixed touchpad-scrolling emoji packs while setting emoji status in main menu
2026-01-31 18:37:56 +04:00
John Preston
f9699e19af
Beta version 6.4.4.
...
- Fix crash in topic group opening.
- Show correct profile colors preview when edit.
- Strip quote entities in media viewer.
2026-01-31 18:36:44 +04:00
BandrikGryphon
e5cc336011
Update changelog.txt
...
Corrected the year for the newest 4 changes from 2025 to 2026, for the recent 4 updates (6.4 to 6.4.3 beta).
2026-01-30 09:05:11 +04:00
John Preston
c215b9fd5f
Fix crash in topic group opening.
2026-01-29 18:20:40 +04:00
John Preston
46cb49865a
Show correct profile colors preview when edit.
2026-01-29 18:20:40 +04:00
John Preston
e4c7d62012
Activate window with shown nft.
2026-01-29 18:20:40 +04:00
John Preston
85167d34e9
Strip quote entities in media viewer.
...
They may be collapsed with no way to expand them.
2026-01-29 18:20:40 +04:00
John Preston
0e7a20fe9f
Close mediaview when opening nft links.
2026-01-29 18:20:40 +04:00
John Preston
f9f3778a4a
Beta version 6.4.3.
...
- Search in Settings.
2026-01-29 18:20:40 +04:00
John Preston
49be0d2679
Fix build with GCC.
2026-01-29 18:20:40 +04:00
John Preston
f7f3539f48
Fix build with Xcode.
2026-01-29 18:20:40 +04:00
Ilya Fedin
2a3c260dd6
Qt 6.10.1 -> 6.10.2
2026-01-29 16:49:47 +04:00
John Preston
1ac081d695
Update patches revision.
2026-01-28 14:28:19 +04:00
John Preston
e537279692
Fix build with Xcode.
2026-01-28 14:22:17 +04:00
John Preston
a111727302
Fix build with Qt 5.
2026-01-28 13:03:15 +04:00
Ilya Fedin
5c900c2b54
Update to modern OpenGL library on Linux
2026-01-28 12:56:40 +04:00
Ilya Fedin
dc3d4ad873
Remove --target tde2e
...
It's not needed since b5f2470b79
2026-01-28 12:00:36 +04:00
Ilya Fedin
76e597f57f
Get rid of PATH_BACKUP_ in prepare.py
...
Each step spawns a separate shell instance, the environment gets reset anyway
2026-01-28 12:00:36 +04:00
Ilya Fedin
4d1b25ce78
CMAKE_OSX_DEPLOYMENT_TARGET defaults to MACOSX_DEPLOYMENT_TARGET
2026-01-28 12:00:36 +04:00
Ilya Fedin
4ef57e5ffd
Switch tg_owt to default generator on Windows
2026-01-28 12:00:36 +04:00
Ilya Fedin
0368722c4d
Switch tg_angle to default generator
2026-01-28 12:00:36 +04:00
Ilya Fedin
baecfd6775
Don't set parallel count in prepare.py
...
Given that we use ninja now, it will be (cpu_count+2) with the possibility to override it via CMAKE_BUILD_PARALLEL_LEVEL
2026-01-28 12:00:36 +04:00
Ilya Fedin
ccf6428633
Use Ninja cmake generators in prepare.py
...
Use Ninja Multi-Config instead of Visual Studio on Windows
Use Ninja instead of Unix Makefiles on macOS
2026-01-28 12:00:36 +04:00
Ilya Fedin
e73fe08212
Don't set architecture explicitly for cmake in prepare.py
...
Let it inherit from the command prompt
2026-01-28 12:00:36 +04:00
Ilya Fedin
2c85060c49
Revert "Use v143 toolset in some dependencies."
...
This reverts commit 580c688b2b .
2026-01-28 12:00:36 +04:00
Ilya Fedin
0729bd7f83
Initial screen from geometry
2026-01-28 11:59:01 +04:00
John Preston
27e1867346
Delete old faq entries.
2026-01-28 11:55:22 +04:00
John Preston
ecae9c7794
Add separate lang key for FAQ search result subtitles.
...
Use shorter 'FAQ' prefix for search results instead of full
'Telegram FAQ' that's used for the main FAQ button label.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 11:55:21 +04:00