Commit Graph

22477 Commits

Author SHA1 Message Date
John Preston 353c95adae Support box->setTitle(v::text::data, context). 2026-03-27 12:54:56 +07:00
John Preston c64f175b19 Fix custom bot verification description show. 2026-03-27 12:54:56 +07:00
John Preston b55d80212c Update API scheme on layer 224. 2026-03-26 22:50:39 +07:00
John Preston 5f61c96ed9 [ai] Add some more review guidelines. 2026-03-26 22:50:39 +07:00
John Preston fa7b00c0e2 Select translation tone in AI Tools. 2026-03-26 22:11:48 +07:00
John Preston 9dc17b1daf [ai] Normalize line endings by Codex on Windows. 2026-03-26 22:11:48 +07:00
John Preston 8f610401ae Better screen reader detection on Windows. 2026-03-26 17:33:48 +07:00
John Preston 1fa219c1cd Make working send-from-ai-tools button. 2026-03-26 14:13:01 +07:00
John Preston 19a1bd9451 Use animated emoji in styles. 2026-03-26 11:39:44 +07:00
John Preston 577e8f14af Improve loading / failed states in ai editor. 2026-03-25 21:28:52 +07:00
John Preston 3da3334131 Correct max userpic length for managed bot. 2026-03-25 21:14:38 +07:00
John Preston 3a5b2c6ecf Add a Create Bot button to link preview. 2026-03-25 18:24:41 +07:00
John Preston 391a3b02f0 Show nice future bot link preview. 2026-03-25 16:02:35 +07:00
John Preston c57e40620b Make chats list a bit less freezing. 2026-03-25 15:58:00 +07:00
John Preston 0dd30d4668 Fix build with Xcode. 2026-03-25 15:34:19 +07:00
John Preston 66e4cab8f8 Allow disabling accessibility helpers. 2026-03-25 14:40:18 +07:00
John Preston d462ca3241 Add scroll to active style tab. 2026-03-25 13:54:21 +07:00
John Preston 1100b38b4c Show colored diffs in AI fixing. 2026-03-25 13:11:18 +07:00
John Preston f07510bd67 Use skip block for result text and copy button. 2026-03-25 13:11:18 +07:00
John Preston 82d496ba24 Make scrollable style tabs, suggest premium. 2026-03-25 13:11:18 +07:00
John Preston b6b6e18896 Don't break old settings reading. 2026-03-25 13:08:50 +07:00
John Preston f36ad1c37a [ai] Add instructions for local storage. 2026-03-25 13:08:50 +07:00
John Preston 21c6efa32a [ai] Use vectosolve service for svg gen. 2026-03-25 13:08:50 +07:00
John Preston c12e152618 Update API scheme on layer 224. 2026-03-25 13:08:50 +07:00
John Preston d455d6ee32 Improve managed bot creation. 2026-03-25 13:08:50 +07:00
John Preston 4069e4412c Initial attempt to add ai controls. 2026-03-25 13:08:50 +07:00
John Preston 4d76520ce3 [ai] Add some more review guidelines. 2026-03-25 13:08:50 +07:00
John Preston 0bc9ee3cf1 [ai] Try using subagents in Codex. 2026-03-25 13:08:50 +07:00
23rd 90eda7c03a Fixed build. 2026-03-25 13:08:50 +07:00
John Preston eb6e6ec89a Update API scheme on layer 224. Build broken. 2026-03-25 13:08:50 +07:00
John Preston 358a9f87a1 Initial support for managed bot creation. 2026-03-25 13:08:50 +07:00
John Preston 8224e6ece1 Use menu items with checks for spoiler / quality. 2026-03-25 13:08:50 +07:00
John Preston 87ebd2720f Send high quality as first-class option. 2026-03-25 13:08:50 +07:00
John Preston 98a6af1ca9 [ai] Add /icon command, trying SVG icon generation. 2026-03-25 13:08:50 +07:00
John Preston ac19655d21 Update API scheme on layer 224. 2026-03-25 13:08:50 +07:00
John Preston 53a2d4704d Improve giveaway prices display. 2026-03-25 13:08:50 +07:00
John Preston 994dd2e05c Don't edit non-member tags. 2026-03-25 13:08:50 +07:00
John Preston 28637308ed Fix settings userpic top in Information. 2026-03-25 13:08:50 +07:00
John Preston 68dd72f4fe Update API scheme on layer 224. 2026-03-25 13:08:49 +07:00
John Preston 5a39484407 Better post views tracking. 2026-03-25 13:08:49 +07:00
John Preston 4fcfbed7d2 Allow filtering resale gifts by-stars-only. 2026-03-25 13:08:49 +07:00
John Preston 5b3d9cf3ba Track song listenings. 2026-03-25 13:08:49 +07:00
John Preston 9f57a82c75 Update API scheme to layer 224. 2026-03-25 13:08:49 +07:00
John Preston 1e6f7c7f3f Add support for bottom subsection tabs mode. 2026-03-25 13:08:49 +07:00
Ar3love b4f7c0fe9b Fix personal photo hint shown when setting group/channel photo (#30470)
* Fix personal photo hint shown when setting group/channel photo
Closes #30467

* Added bot exclusion to personal photo hint visibility check.

---------

Co-authored-by: 23rd <23rd@vivaldi.net>
2026-03-24 10:48:05 +03:00
Ilya Fedin ba4715a3af Qt 6.11.0-rc1 -> 6.11.0 2026-03-23 15:26:03 +04:00
John Preston 06c5154e99 Beta version 6.6.4.
- Fix launch on Linux.
2026-03-17 12:10:53 +04:00
rdmcd 294516c2be Fix startchannel/startgroup deeplinks for bots with Threaded Mode.
Move the isForum() branch below bot-specific handlers (BotApp,
ShareGame, AddToGroup/AddToChannel) so forum view doesn't intercept
bot deeplinks. Move Boost branch above isForum() to simplify
the condition.
2026-03-16 16:25:05 +04:00
23rd f1117b0071 [img-editor] Improved crop overlay with 3x3 grid. 2026-03-16 14:11:52 +03:00
23rd 776260d265 Fixed build.
Related commit: 4ba2581df8.
2026-03-16 13:09:22 +03:00