experiments in a post-browser web
10
fork

Configure Feed

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

docs(changelog): bump for c9f255de..89094766 (5 bullets, W18)

+46 -2
+10 -1
CHANGELOG.md
··· 8 8 description: Recent changes to Peek 9 9 --> 10 10 11 - <!-- last-bumped: c9f255dee06d --> 11 + <!-- last-bumped: 890947664997 --> 12 12 13 13 Completed work. Two formats coexist on purpose: 14 14 ··· 19 19 20 20 ## Week of 2026-04-27 (W18) 21 21 22 + ### 2026-05-01 23 + 24 + - cards: show item age in card footer 25 + - tags: show usage count on tag chips in cards 26 + - todo: cmd-panel `todo` and `done` commands 27 + - page: page-host tag widget accepts comma-separated tags 28 + 22 29 ### 2026-04-30 30 + 31 + - shortcuts: surface globalShortcut.register failures (linux/wayland) 23 32 24 33 - chrome-ext: keep popup-side fixes, drop runtime-bridge ext patches 25 34 - chrome-ext: native chrome.runtime.sendMessage cross-origin polyfill
+36 -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>Thu, 30 Apr 2026 21:32:25 GMT</lastBuildDate> 7 + <lastBuildDate>Fri, 01 May 2026 07:59:42 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>cards: show item age in card footer</title> 12 + <link>https://tangled.org/burrito.space/peek/blob/main/CHANGELOG.md#2026-05-01</link> 13 + <guid isPermaLink="false">urn:peek:changelog:2026-05-01:5d8f46cc2859</guid> 14 + <pubDate>Fri, 01 May 2026 12:00:00 GMT</pubDate> 15 + <description>cards: show item age in card footer</description> 16 + </item> 17 + <item> 18 + <title>tags: show usage count on tag chips in cards</title> 19 + <link>https://tangled.org/burrito.space/peek/blob/main/CHANGELOG.md#2026-05-01</link> 20 + <guid isPermaLink="false">urn:peek:changelog:2026-05-01:e72834f5c696</guid> 21 + <pubDate>Fri, 01 May 2026 12:00:00 GMT</pubDate> 22 + <description>tags: show usage count on tag chips in cards</description> 23 + </item> 24 + <item> 25 + <title>todo: cmd-panel todo and done commands</title> 26 + <link>https://tangled.org/burrito.space/peek/blob/main/CHANGELOG.md#2026-05-01</link> 27 + <guid isPermaLink="false">urn:peek:changelog:2026-05-01:03c413c7d0ed</guid> 28 + <pubDate>Fri, 01 May 2026 12:00:00 GMT</pubDate> 29 + <description>todo: cmd-panel todo and done commands</description> 30 + </item> 31 + <item> 32 + <title>page: page-host tag widget accepts comma-separated tags</title> 33 + <link>https://tangled.org/burrito.space/peek/blob/main/CHANGELOG.md#2026-05-01</link> 34 + <guid isPermaLink="false">urn:peek:changelog:2026-05-01:bcda8c320a83</guid> 35 + <pubDate>Fri, 01 May 2026 12:00:00 GMT</pubDate> 36 + <description>page: page-host tag widget accepts comma-separated tags</description> 37 + </item> 38 + <item> 39 + <title>shortcuts: surface globalShortcut.register failures (linux/wayland)</title> 40 + <link>https://tangled.org/burrito.space/peek/blob/main/CHANGELOG.md#2026-04-30</link> 41 + <guid isPermaLink="false">urn:peek:changelog:2026-04-30:7f547d1e36a9</guid> 42 + <pubDate>Thu, 30 Apr 2026 12:00:00 GMT</pubDate> 43 + <description>shortcuts: surface globalShortcut.register failures (linux/wayland)</description> 44 + </item> 10 45 <item> 11 46 <title>chrome-ext: keep popup-side fixes, drop runtime-bridge ext patches</title> 12 47 <link>https://tangled.org/burrito.space/peek/blob/main/CHANGELOG.md#2026-04-30</link>