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 and RSS feed for 2026-03-09

+64 -1
+30
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-03-09 17 + 18 + Desktop - Extensions 19 + - [x] Fix extension ID mismatch — config.js IDs now match manifest IDs, fixing websearch and other lazy-loaded commands 20 + - [x] Fix ext:ready ordering — all extensions call init() before publishing ext:ready, fixing cold-start command execution 21 + - [x] Assert-and-trust lazy loading — remove polling, resolve immediately on ext:ready with subscriber verification 22 + - [x] Fix websearch BroadcastChannel origin mismatch — switch to IPC pubsub for cross-origin communication 23 + 24 + Desktop - Windows 25 + - [x] URL-based window dedup — opening same http/https URL focuses existing window instead of creating duplicate 26 + - [x] Fix window centering on display switch — use cursor display instead of primary display 27 + - [x] Fix download navigation — page stays loaded when clicking download links, cleanup blank popups 28 + 29 + Desktop - Page View 30 + - [x] Add link hover tooltip — status bar shows URL destination on webview link hover 31 + 32 + Desktop - Search 33 + - [x] Migrate search list view to standard peek-card components 34 + 35 + Desktop - Groups 36 + - [x] Add remove-from-group icon on URL item cards in group detail view 37 + 38 + Desktop - Testing 39 + - [x] Add Playwright tests for websearch commands, window URL handling, and download navigation 40 + 41 + Mobile 42 + - [x] Android safe area, dark mode, crash fix, launcher icons, editor layout, 16KB alignment 43 + - [x] Dual simulator dev command, DRY item components, fix iOS/Android crate-type conflict 44 + - [x] Fullscreen image tap, today/later toggle, markdown reader mode for notes 45 + 16 46 ## 2026-03-07 17 47 18 48 Desktop - Extensions
+34 -1
docs/feed.xml
··· 4 4 <title>Peek Changelog</title> 5 5 <link>https://tangled.org/burrito.space/peek</link> 6 6 <description>Recent changes to Peek</description> 7 - <lastBuildDate>Sat, 07 Mar 2026 18:03:22 GMT</lastBuildDate> 7 + <lastBuildDate>Mon, 09 Mar 2026 22:56:45 GMT</lastBuildDate> 8 8 <generator>changelog-to-rss.js</generator> 9 9 <atom:link href="https://tangled.org/burrito.space/peek/raw/main/docs/feed.xml" rel="self" type="application/rss+xml"/> 10 + <item> 11 + <title>2026-03-09</title> 12 + <link>https://tangled.org/burrito.space/peek/blob/main/CHANGELOG.md#2026-03-09</link> 13 + <guid isPermaLink="false">https://tangled.org/burrito.space/peek#2026-03-09</guid> 14 + <pubDate>Mon, 09 Mar 2026 12:00:00 GMT</pubDate> 15 + <description>Desktop - Extensions 16 + - Fix extension ID mismatch — config.js IDs now match manifest IDs, fixing websearch and other lazy-loaded commands 17 + - Fix ext:ready ordering — all extensions call init() before publishing ext:ready, fixing cold-start command execution 18 + - Assert-and-trust lazy loading — remove polling, resolve immediately on ext:ready with subscriber verification 19 + - Fix websearch BroadcastChannel origin mismatch — switch to IPC pubsub for cross-origin communication 20 + 21 + Desktop - Windows 22 + - URL-based window dedup — opening same http/https URL focuses existing window instead of creating duplicate 23 + - Fix window centering on display switch — use cursor display instead of primary display 24 + - Fix download navigation — page stays loaded when clicking download links, cleanup blank popups 25 + 26 + Desktop - Page View 27 + - Add link hover tooltip — status bar shows URL destination on webview link hover 28 + 29 + Desktop - Search 30 + - Migrate search list view to standard peek-card components 31 + 32 + Desktop - Groups 33 + - Add remove-from-group icon on URL item cards in group detail view 34 + 35 + Desktop - Testing 36 + - Add Playwright tests for websearch commands, window URL handling, and download navigation 37 + 38 + Mobile 39 + - Android safe area, dark mode, crash fix, launcher icons, editor layout, 16KB alignment 40 + - Dual simulator dev command, DRY item components, fix iOS/Android crate-type conflict 41 + - Fullscreen image tap, today/later toggle, markdown reader mode for notes</description> 42 + </item> 10 43 <item> 11 44 <title>2026-03-07</title> 12 45 <link>https://tangled.org/burrito.space/peek/blob/main/CHANGELOG.md#2026-03-07</link>