experiments in a post-browser web
10
fork

Configure Feed

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

chore: regenerate RSS feed

+7 -1
+7 -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>Mon, 23 Feb 2026 14:11:25 GMT</lastBuildDate> 7 + <lastBuildDate>Mon, 23 Feb 2026 19:59:56 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> ··· 35 35 - Add clickable links extension for CodeMirror (5660 (https://tangled.org/burrito.space/peek/commit/56600693)) 36 36 - Remove highlightSelectionMatches to stop highlighting matching text on other lines (ef48 (https://tangled.org/burrito.space/peek/commit/ef48d325)) 37 37 38 + Desktop - Command Palette 39 + - Fix Tab/Enter semantics — Tab fills inline suggestion text, Enter executes with correct item identity (ced4 (https://tangled.org/burrito.space/peek/commit/ced4c145)) 40 + - Fix editor:open lazy-load interceptor so edit command opens editor on first use (0d39 (https://tangled.org/burrito.space/peek/commit/0d396ba8)) 41 + - Fix cmd palette blink on hotkey — skip non-focusable windows in did-resign-active handler (0d39 (https://tangled.org/burrito.space/peek/commit/0d396ba8)) 42 + 38 43 Desktop - Windows 39 44 - Add maximize window and fullscreen toggle commands (4ce0 (https://tangled.org/burrito.space/peek/commit/4ce0a233)) 40 45 - Fix external URLs with no explicit position causing NaN coordinates (1f7f (https://tangled.org/burrito.space/peek/commit/1f7f24d5)) 46 + - Fix external URL opening from other apps — move single-instance lock before app.whenReady (efa0 (https://tangled.org/burrito.space/peek/commit/efa0bad6)) 41 47 42 48 Desktop - Page View 43 49 - Show navbar with loading spinner, tone down and theme the loading glow (fc63 (https://tangled.org/burrito.space/peek/commit/fc63631e))