Commit Graph

17 Commits

Author SHA1 Message Date
Simon
4d27d49752 refactor(setup): upgrade to TypeScript 6 with source-first monorepo resolution 2026-04-12 02:04:21 +08:00
Simon
0402a6be03 fix(tabs): error message typo 2026-03-31 21:04:53 +08:00
Simon
1eef785a61 fix(ext): tabs deduplication 2026-03-30 22:18:55 +08:00
Simon
49b137981c fix(ext): tab events do not work for content scripts 2026-03-30 21:40:16 +08:00
Simon
312952ec41 fix(ext): multi window errors 2026-03-30 20:24:24 +08:00
Simon
52edd78cd4 chore(ext): improve debug logging 2026-03-30 19:48:52 +08:00
Simon
e1fede1194 feat(ext): option to control all tabs 2026-03-27 20:18:13 +08:00
Simon
628c249d45 fix(ext): init without initialTab throws error 2026-03-18 19:36:02 +08:00
Simon
48fede38fd feat(ext): initialTab should be in controlled group; rm windowId; rm gray color 2026-03-16 20:51:32 +08:00
Simon
7c87c90258 fix(ext): fix multi-thread logic; extensive logging and error handling 2026-02-11 19:51:19 +08:00
Simon
9bd4a47d35 feat(ext): add includeInitialTab option; change main world API 2026-02-04 19:22:06 +08:00
Simon
4e87940127 fix(ext): update message handlers
> If multiple listeners are registered for onMessage,
> only the first listener to respond, reject, or throw
> an error will affect the sender; all other listeners
> will run, but their results will be ignored.
2026-01-29 18:37:42 +08:00
Simon
b0e07d5180 feat(ext): monitor to tab change 2026-01-28 23:03:03 +08:00
Simon
9d37a452e4 feat(ext): improve tabs sum 2026-01-28 15:38:42 +08:00
Simon
0cad8a1159 feat(ext): use full task for tab group name 2026-01-28 14:12:30 +08:00
Simon
e425a3ed9f fix(ext): wait for new tab to load 2026-01-27 21:49:06 +08:00
Simon
fdc3cf4e6d feat(ext): handcraft the whole ext from scratch
AI coding doesn't work for MV3 extensions.
Threading was an unfixable mess.
Removed everything and rebuilt by hand.
2026-01-27 17:21:32 +08:00