experiments in a post-browser web
10
fork

Configure Feed

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

docs: add 2026-02-23 changelog and regenerate RSS feed

+93 -2
+44
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-23 17 + 18 + Desktop - Extensions 19 + - [x] Reduce extension windows from 14 to 4 — consolidation with shared iframes, lazy loading, and show/hide instead of create/destroy ([7977](https://tangled.org/burrito.space/peek/commit/79772231)) 20 + - [x] Add declarative command and shortcut registration in extension manifests — no background.js needed for simple commands ([42ca](https://tangled.org/burrito.space/peek/commit/42ca20ac)) 21 + - [x] Migrate intra-extension messaging from IPC pubsub to BroadcastChannel ([7563](https://tangled.org/burrito.space/peek/commit/7563532d)) 22 + - [x] Migrate UI view preferences from api.settings to localStorage ([7aea](https://tangled.org/burrito.space/peek/commit/7aea1f74)) 23 + - [x] Fix lazy command replay, iframe ready signaling, and test updates ([d1c2](https://tangled.org/burrito.space/peek/commit/d1c2c614)) 24 + - [x] Fix peek-card slot handling, HUD focus tracking, test reliability ([51d8](https://tangled.org/burrito.space/peek/commit/51d859c2)) 25 + 26 + Desktop - Lexicon Studio 27 + - [x] Add record viewing, detail panel, and record deletion ([62b4](https://tangled.org/burrito.space/peek/commit/62b4c259)) 28 + - [x] Rename me-core extension to Lexicon Studio across all user-facing strings ([6940](https://tangled.org/burrito.space/peek/commit/694d061f), [c3fb](https://tangled.org/burrito.space/peek/commit/c3fb9b52)) 29 + - [x] Eliminate background.js — make extension fully declarative with direct XRPC calls ([c637](https://tangled.org/burrito.space/peek/commit/c6375de5), [4aa1](https://tangled.org/burrito.space/peek/commit/4aa1789b)) 30 + - [x] Remove Bluesky reference from login and auto-close OAuth window ([65b0](https://tangled.org/burrito.space/peek/commit/65b0906d)) 31 + - [x] Add unit tests for pure functions ([a09d](https://tangled.org/burrito.space/peek/commit/a09d0f53)) 32 + 33 + Desktop - HUD 34 + - [x] Add performance metrics widget — window counts and pubsub stats ([2dc8](https://tangled.org/burrito.space/peek/commit/2dc85478)) 35 + - [x] Show active window info in HUD window widget ([a7af](https://tangled.org/burrito.space/peek/commit/a7af389a)) 36 + 37 + Desktop - Editor 38 + - [x] Add clickable links extension for CodeMirror ([5660](https://tangled.org/burrito.space/peek/commit/56600693)) 39 + - [x] Remove highlightSelectionMatches to stop highlighting matching text on other lines ([ef48](https://tangled.org/burrito.space/peek/commit/ef48d325)) 40 + 41 + Desktop - Windows 42 + - [x] Add maximize window and fullscreen toggle commands ([4ce0](https://tangled.org/burrito.space/peek/commit/4ce0a233)) 43 + - [x] Fix external URLs with no explicit position causing NaN coordinates ([1f7f](https://tangled.org/burrito.space/peek/commit/1f7f24d5)) 44 + 45 + Desktop - Page View 46 + - [x] Show navbar with loading spinner, tone down and theme the loading glow ([fc63](https://tangled.org/burrito.space/peek/commit/fc63631e)) 47 + 48 + Desktop - UI 49 + - [x] Compact UI for tags and groups, muted accent colors for dark theme ([d3f0](https://tangled.org/burrito.space/peek/commit/d3f0be32)) 50 + - [x] Show source URL on entity cards with open button ([5ff4](https://tangled.org/burrito.space/peek/commit/5ff490b5)) 51 + - [x] Show URL on address cards in group view ([529f](https://tangled.org/burrito.space/peek/commit/529fc7ac)) 52 + 53 + Mobile 54 + - [x] Add offline reading with saved article content ([0c55](https://tangled.org/burrito.space/peek/commit/0c55e5ce)) 55 + - [x] Add webview navigation tracking and configurable tag settings ([0c55](https://tangled.org/burrito.space/peek/commit/0c55e5ce)) 56 + - [x] Hide from:history items from default list view ([a0a4](https://tangled.org/burrito.space/peek/commit/a0a47cc1)) 57 + - [x] Move reader CSS from Rust to frontend for HMR support ([8a02](https://tangled.org/burrito.space/peek/commit/8a02b7c9)) 58 + - [x] Fix markdown list auto-bulleting bugs ([b9c3](https://tangled.org/burrito.space/peek/commit/b9c3c1da)) 59 + 16 60 ## 2026-02-20 17 61 18 62 Desktop - Lexicon Studio (AT Protocol Identity)
+49 -2
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>Fri, 20 Feb 2026 09:00:05 GMT</lastBuildDate> 7 + <lastBuildDate>Mon, 23 Feb 2026 14:11:25 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 10 <item> 11 + <title>2026-02-23</title> 12 + <link>https://tangled.org/burrito.space/peek</link> 13 + <guid isPermaLink="false">https://tangled.org/burrito.space/peek#2026-02-23</guid> 14 + <pubDate>Mon, 23 Feb 2026 12:00:00 GMT</pubDate> 15 + <description>Desktop - Extensions 16 + - Reduce extension windows from 14 to 4 — consolidation with shared iframes, lazy loading, and show/hide instead of create/destroy (7977 (https://tangled.org/burrito.space/peek/commit/79772231)) 17 + - Add declarative command and shortcut registration in extension manifests — no background.js needed for simple commands (42ca (https://tangled.org/burrito.space/peek/commit/42ca20ac)) 18 + - Migrate intra-extension messaging from IPC pubsub to BroadcastChannel (7563 (https://tangled.org/burrito.space/peek/commit/7563532d)) 19 + - Migrate UI view preferences from api.settings to localStorage (7aea (https://tangled.org/burrito.space/peek/commit/7aea1f74)) 20 + - Fix lazy command replay, iframe ready signaling, and test updates (d1c2 (https://tangled.org/burrito.space/peek/commit/d1c2c614)) 21 + - Fix peek-card slot handling, HUD focus tracking, test reliability (51d8 (https://tangled.org/burrito.space/peek/commit/51d859c2)) 22 + 23 + Desktop - Lexicon Studio 24 + - Add record viewing, detail panel, and record deletion (62b4 (https://tangled.org/burrito.space/peek/commit/62b4c259)) 25 + - Rename me-core extension to Lexicon Studio across all user-facing strings (6940 (https://tangled.org/burrito.space/peek/commit/694d061f), c3fb (https://tangled.org/burrito.space/peek/commit/c3fb9b52)) 26 + - Eliminate background.js — make extension fully declarative with direct XRPC calls (c637 (https://tangled.org/burrito.space/peek/commit/c6375de5), 4aa1 (https://tangled.org/burrito.space/peek/commit/4aa1789b)) 27 + - Remove Bluesky reference from login and auto-close OAuth window (65b0 (https://tangled.org/burrito.space/peek/commit/65b0906d)) 28 + - Add unit tests for pure functions (a09d (https://tangled.org/burrito.space/peek/commit/a09d0f53)) 29 + 30 + Desktop - HUD 31 + - Add performance metrics widget — window counts and pubsub stats (2dc8 (https://tangled.org/burrito.space/peek/commit/2dc85478)) 32 + - Show active window info in HUD window widget (a7af (https://tangled.org/burrito.space/peek/commit/a7af389a)) 33 + 34 + Desktop - Editor 35 + - Add clickable links extension for CodeMirror (5660 (https://tangled.org/burrito.space/peek/commit/56600693)) 36 + - Remove highlightSelectionMatches to stop highlighting matching text on other lines (ef48 (https://tangled.org/burrito.space/peek/commit/ef48d325)) 37 + 38 + Desktop - Windows 39 + - Add maximize window and fullscreen toggle commands (4ce0 (https://tangled.org/burrito.space/peek/commit/4ce0a233)) 40 + - Fix external URLs with no explicit position causing NaN coordinates (1f7f (https://tangled.org/burrito.space/peek/commit/1f7f24d5)) 41 + 42 + Desktop - Page View 43 + - Show navbar with loading spinner, tone down and theme the loading glow (fc63 (https://tangled.org/burrito.space/peek/commit/fc63631e)) 44 + 45 + Desktop - UI 46 + - Compact UI for tags and groups, muted accent colors for dark theme (d3f0 (https://tangled.org/burrito.space/peek/commit/d3f0be32)) 47 + - Show source URL on entity cards with open button (5ff4 (https://tangled.org/burrito.space/peek/commit/5ff490b5)) 48 + - Show URL on address cards in group view (529f (https://tangled.org/burrito.space/peek/commit/529fc7ac)) 49 + 50 + Mobile 51 + - Add offline reading with saved article content (0c55 (https://tangled.org/burrito.space/peek/commit/0c55e5ce)) 52 + - Add webview navigation tracking and configurable tag settings (0c55 (https://tangled.org/burrito.space/peek/commit/0c55e5ce)) 53 + - Hide from:history items from default list view (a0a4 (https://tangled.org/burrito.space/peek/commit/a0a47cc1)) 54 + - Move reader CSS from Rust to frontend for HMR support (8a02 (https://tangled.org/burrito.space/peek/commit/8a02b7c9)) 55 + - Fix markdown list auto-bulleting bugs (b9c3 (https://tangled.org/burrito.space/peek/commit/b9c3c1da))</description> 56 + </item> 57 + <item> 11 58 <title>2026-02-20</title> 12 59 <link>https://tangled.org/burrito.space/peek</link> 13 60 <guid isPermaLink="false">https://tangled.org/burrito.space/peek#2026-02-20</guid> 14 61 <pubDate>Fri, 20 Feb 2026 12:00:00 GMT</pubDate> 15 - <description>Desktop - AT Protocol Identity (lex) 62 + <description>Desktop - Lexicon Studio (AT Protocol Identity) 16 63 - Add AT Protocol identity extension — connect your Bluesky/AT Protocol account via OAuth PKCE+DPoP (b549 (https://tangled.org/burrito.space/peek/commit/b549fa8a), ea7b (https://tangled.org/burrito.space/peek/commit/ea7ba305)) 17 64 - Add lexicon browser — explore all known AT Protocol lexicons, view your repo&apos;s collections with record counts (ba52 (https://tangled.org/burrito.space/peek/commit/ba528419)) 18 65 - Add record creation — auto-generated forms from lexicon schemas, create records directly from the app (93fc (https://tangled.org/burrito.space/peek/commit/93fc3561), b9a4 (https://tangled.org/burrito.space/peek/commit/b9a485e1))