experiments in a post-browser web
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: update changelog for 2026-02-16

+40
+40
CHANGELOG.md
··· 13 13 14 14 Newly done items go here, grouped under level-2 headings by week (date = Monday of that ISO week). 15 15 16 + ## 2026-02-16 17 + 18 + Desktop - Command Palette 19 + - [x] feat(cmd): generic command chaining with pipe system (597) 20 + - [x] feat(cmd): replace embedded chain editor with popup window system (572) 21 + - [x] feat(cmd): add parameter suggestions to command palette (693) 22 + - [x] feat(cmd): add noun registration API for declarative command generation (191) 23 + - [x] fix(cmd): remove download cmd, fix save filename, fix dialog parent, unify hashtag extraction (5b95) 24 + - [x] fix(cmd): preserve noun routing metadata in command registry pipeline (39a4) 25 + 26 + Desktop - Entity Recognition 27 + - [x] feat(entities): add observation frequency ranking — Phase 1 (803) 28 + - [x] feat(entities): add thumbs up/down feedback for entity quality scoring (c0e) 29 + 30 + Desktop - Tags 31 + - [x] feat(tags): add rename and delete tag operations (ac2) 32 + - [x] fix(tags): add protocol 404 logging, handle all item types, fix filter counts (403e) 33 + 34 + Desktop - Display Switching 35 + - [x] refactor(display-watcher): replace 3-phase algorithm with safety-net-only approach (afa) 36 + - Gutted 881-line 3-phase algorithm, replaced with 304-line single-pass safety net 37 + - Lets macOS handle display migration natively, only rescues genuinely orphaned windows 38 + 39 + Desktop - Page View & Dragging 40 + - [x] fix(page): filter Cmd+L/R/[/] pubsub by windowId so only active page window responds (657) 41 + - [x] fix(page): fully end drag on webview mouseup to prevent overlay blocking clicks (a7b) 42 + - [x] fix(page): handle webview mousemove during active drag for window movement (ac37) 43 + - [x] fix(drag): remove data-no-drag from extension window bodies to restore hold-to-drag (63c1) 44 + 45 + Desktop - Auth & URLs 46 + - [x] feat(auth): OAuth popup bridge and flow improvements (c93) 47 + - [x] fix(url): wait for frontend ready and session restore before processing external URLs (e7ab) 48 + 49 + Testing 50 + - [x] test(cmd): add completer unit tests; fix tag # prefix stripping (610) 51 + - [x] test(cmd): add integration tests for command execution through pubsub (e11) 52 + - [x] test(cmd): add command chaining pipe system tests (566c) 53 + - [x] test(oauth): add OAuth bridge unit tests (77b) 54 + - [x] fix(test): fix 4 stale test expectations in desktop smoke tests (4d9) 55 + 16 56 ## 2026-02-13 17 57 18 58 Desktop - Session Restore