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 32dd8881..be4002a4 (4 bullets, W18)

+35 -2
+6 -1
CHANGELOG.md
··· 8 8 description: Recent changes to Peek 9 9 --> 10 10 11 - <!-- last-bumped: d2a5a27ad96f --> 11 + <!-- last-bumped: be4002a4dd7a --> 12 12 13 13 Completed work. Two formats coexist on purpose: 14 14 ··· 20 20 ## Week of 2026-04-27 (W18) 21 21 22 22 ### 2026-05-03 23 + 24 + - items: add event item type (foundations) 25 + - download: sanitize filenames + surface failures via notification 26 + - datastore: backfill stuck "Loading..." titles to hostname on boot 27 + - tags: seed itemTags Map entry on load failure too 23 28 24 29 - tags: tags card detail view 'add tag' becomes search/add — input filters Available Tags inline, Enter creates if no match 25 30 - sync: surface sync errors in settings status with red indicator
+29 -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>Sun, 03 May 2026 17:18:06 GMT</lastBuildDate> 7 + <lastBuildDate>Sun, 03 May 2026 20:48: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 + <item> 11 + <title>items: add event item type (foundations)</title> 12 + <link>https://tangled.org/burrito.space/peek/blob/main/CHANGELOG.md#2026-05-03</link> 13 + <guid isPermaLink="false">urn:peek:changelog:2026-05-03:151a634a007b</guid> 14 + <pubDate>Sun, 03 May 2026 12:00:00 GMT</pubDate> 15 + <description>items: add event item type (foundations)</description> 16 + </item> 17 + <item> 18 + <title>download: sanitize filenames + surface failures via notification</title> 19 + <link>https://tangled.org/burrito.space/peek/blob/main/CHANGELOG.md#2026-05-03</link> 20 + <guid isPermaLink="false">urn:peek:changelog:2026-05-03:0e9d2d9c45f2</guid> 21 + <pubDate>Sun, 03 May 2026 12:00:00 GMT</pubDate> 22 + <description>download: sanitize filenames + surface failures via notification</description> 23 + </item> 24 + <item> 25 + <title>datastore: backfill stuck &quot;Loading...&quot; titles to hostname on boot</title> 26 + <link>https://tangled.org/burrito.space/peek/blob/main/CHANGELOG.md#2026-05-03</link> 27 + <guid isPermaLink="false">urn:peek:changelog:2026-05-03:95388a520515</guid> 28 + <pubDate>Sun, 03 May 2026 12:00:00 GMT</pubDate> 29 + <description>datastore: backfill stuck &quot;Loading...&quot; titles to hostname on boot</description> 30 + </item> 31 + <item> 32 + <title>tags: seed itemTags Map entry on load failure too</title> 33 + <link>https://tangled.org/burrito.space/peek/blob/main/CHANGELOG.md#2026-05-03</link> 34 + <guid isPermaLink="false">urn:peek:changelog:2026-05-03:76cc65b37260</guid> 35 + <pubDate>Sun, 03 May 2026 12:00:00 GMT</pubDate> 36 + <description>tags: seed itemTags Map entry on load failure too</description> 37 + </item> 10 38 <item> 11 39 <title>tags: tags card detail view &apos;add tag&apos; becomes search/add — input filters Available Tags inline, Enter creates if no match</title> 12 40 <link>https://tangled.org/burrito.space/peek/blob/main/CHANGELOG.md#2026-05-03</link>