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-05

+105 -2
+50
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-05 17 + 18 + Desktop - Shortcuts 19 + - [x] Fix extension shortcuts — change most extension shortcuts from global to local so they work on Linux Wayland; cmd palette shortcut registered as both global and local ([51e4](https://tangled.org/burrito.space/peek/commit/51e4)) 20 + 21 + Desktop - Extensions 22 + - [x] Add dropzone diagnostic extension for inspecting dropped content ([6b91](https://tangled.org/burrito.space/peek/commit/6b91)) 23 + - [x] Wire up ext:ready pubsub to resolve lazy extension loading ([680a](https://tangled.org/burrito.space/peek/commit/680a)) 24 + - [x] Show all discovered extensions in Features settings, not just running ones ([d506](https://tangled.org/burrito.space/peek/commit/d506)) 25 + - [x] Restore importSource metadata and extension- prefix for device IDs ([ae80](https://tangled.org/burrito.space/peek/commit/ae80)) 26 + 27 + Desktop - Command Palette 28 + - [x] Stop forwarding history registration logs to main process terminal ([7f0c](https://tangled.org/burrito.space/peek/commit/7f0c)) 29 + - [x] Add 'open groups' to manifest for immediate cmd palette availability ([d43c](https://tangled.org/burrito.space/peek/commit/d43c)) 30 + 31 + Desktop - Cards & UI 32 + - [x] Restructure card layout — remove Text label, URL row, footer reorder ([2bc8](https://tangled.org/burrito.space/peek/commit/2bc8)) 33 + 34 + Desktop - Settings 35 + - [x] Consolidate sync config into single Sync pane ([a035](https://tangled.org/burrito.space/peek/commit/a035)) 36 + - [x] Restore settings hotkey and add shortcuts to settings UI ([f2dd](https://tangled.org/burrito.space/peek/commit/f2dd)) 37 + 38 + Desktop - Codebase 39 + - [x] Rename extensions/ → features/ and move chrome-extensions to project root ([a809](https://tangled.org/burrito.space/peek/commit/a809)) 40 + 41 + iOS - Share Extension 42 + - [x] Make share extension content and OCR text editable ([33a9](https://tangled.org/burrito.space/peek/commit/33a9)) 43 + - [x] Add Vision image analysis to Share Extension ([f06b](https://tangled.org/burrito.space/peek/commit/f06b)) 44 + - [x] Image dedup via thumbnail hash, OCR content persistence, WAL safety ([4538](https://tangled.org/burrito.space/peek/commit/4538)) 45 + - [x] Share extension styling, theme generator, reader mode ([4461](https://tangled.org/burrito.space/peek/commit/4461)) 46 + - [x] Fix collection view spacing, image sharing activation ([e9fa](https://tangled.org/burrito.space/peek/commit/e9fa)) 47 + - [x] Add app group entitlements and webhook push tests ([b72a](https://tangled.org/burrito.space/peek/commit/b72a)) 48 + 49 + iOS - PeekCore 50 + - [x] Create peek-core crate with types, schema, helpers, profiles ([68a9](https://tangled.org/burrito.space/peek/commit/68a9)) 51 + - [x] Extract item CRUD and tags, wire up PeekStore ([5b22](https://tangled.org/burrito.space/peek/commit/5b22)) 52 + - [x] Extract sync/offline DB operations ([97c9](https://tangled.org/burrito.space/peek/commit/97c9)) 53 + - [x] Add UniFFI annotations and XCFramework build pipeline ([82b6](https://tangled.org/burrito.space/peek/commit/82b6)) 54 + - [x] Migrate Share Extension from GRDB to PeekCore FFI ([e382](https://tangled.org/burrito.space/peek/commit/e382)) 55 + 56 + iOS - Editor 57 + - [x] Shared EditorLayout component for all editor types ([eed9](https://tangled.org/burrito.space/peek/commit/eed9)) 58 + - [x] Full-screen height, working resizers, URL editor flex layout ([4999](https://tangled.org/burrito.space/peek/commit/4999)) 59 + - [x] Image editor content display + build script asset copy ([4732](https://tangled.org/burrito.space/peek/commit/4732)) 60 + 61 + Android 62 + - [x] Add Tauri Android generated project files ([d7ee](https://tangled.org/burrito.space/peek/commit/d7ee)) 63 + - [x] Add Android build scripts and configuration ([b213](https://tangled.org/burrito.space/peek/commit/b213)) 64 + - [x] Add platform cfg guards for iOS-specific FFI ([b6a2](https://tangled.org/burrito.space/peek/commit/b6a2)) 65 + 16 66 ## 2026-03-04 17 67 18 68 Desktop - Shortcuts
+55 -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>Wed, 04 Mar 2026 08:10:10 GMT</lastBuildDate> 7 + <lastBuildDate>Thu, 05 Mar 2026 15:20:12 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-05</title> 12 + <link>https://tangled.org/burrito.space/peek/blob/main/CHANGELOG.md#2026-03-05</link> 13 + <guid isPermaLink="false">https://tangled.org/burrito.space/peek#2026-03-05</guid> 14 + <pubDate>Thu, 05 Mar 2026 12:00:00 GMT</pubDate> 15 + <description>Desktop - Shortcuts 16 + - Fix extension shortcuts — change most extension shortcuts from global to local so they work on Linux Wayland; cmd palette shortcut registered as both global and local (51e4 (https://tangled.org/burrito.space/peek/commit/51e4)) 17 + 18 + Desktop - Extensions 19 + - Add dropzone diagnostic extension for inspecting dropped content (6b91 (https://tangled.org/burrito.space/peek/commit/6b91)) 20 + - Wire up ext:ready pubsub to resolve lazy extension loading (680a (https://tangled.org/burrito.space/peek/commit/680a)) 21 + - Show all discovered extensions in Features settings, not just running ones (d506 (https://tangled.org/burrito.space/peek/commit/d506)) 22 + - Restore importSource metadata and extension- prefix for device IDs (ae80 (https://tangled.org/burrito.space/peek/commit/ae80)) 23 + 24 + Desktop - Command Palette 25 + - Stop forwarding history registration logs to main process terminal (7f0c (https://tangled.org/burrito.space/peek/commit/7f0c)) 26 + - Add &apos;open groups&apos; to manifest for immediate cmd palette availability (d43c (https://tangled.org/burrito.space/peek/commit/d43c)) 27 + 28 + Desktop - Cards &amp; UI 29 + - Restructure card layout — remove Text label, URL row, footer reorder (2bc8 (https://tangled.org/burrito.space/peek/commit/2bc8)) 30 + 31 + Desktop - Settings 32 + - Consolidate sync config into single Sync pane (a035 (https://tangled.org/burrito.space/peek/commit/a035)) 33 + - Restore settings hotkey and add shortcuts to settings UI (f2dd (https://tangled.org/burrito.space/peek/commit/f2dd)) 34 + 35 + Desktop - Codebase 36 + - Rename extensions/ → features/ and move chrome-extensions to project root (a809 (https://tangled.org/burrito.space/peek/commit/a809)) 37 + 38 + iOS - Share Extension 39 + - Make share extension content and OCR text editable (33a9 (https://tangled.org/burrito.space/peek/commit/33a9)) 40 + - Add Vision image analysis to Share Extension (f06b (https://tangled.org/burrito.space/peek/commit/f06b)) 41 + - Image dedup via thumbnail hash, OCR content persistence, WAL safety (4538 (https://tangled.org/burrito.space/peek/commit/4538)) 42 + - Share extension styling, theme generator, reader mode (4461 (https://tangled.org/burrito.space/peek/commit/4461)) 43 + - Fix collection view spacing, image sharing activation (e9fa (https://tangled.org/burrito.space/peek/commit/e9fa)) 44 + - Add app group entitlements and webhook push tests (b72a (https://tangled.org/burrito.space/peek/commit/b72a)) 45 + 46 + iOS - PeekCore 47 + - Create peek-core crate with types, schema, helpers, profiles (68a9 (https://tangled.org/burrito.space/peek/commit/68a9)) 48 + - Extract item CRUD and tags, wire up PeekStore (5b22 (https://tangled.org/burrito.space/peek/commit/5b22)) 49 + - Extract sync/offline DB operations (97c9 (https://tangled.org/burrito.space/peek/commit/97c9)) 50 + - Add UniFFI annotations and XCFramework build pipeline (82b6 (https://tangled.org/burrito.space/peek/commit/82b6)) 51 + - Migrate Share Extension from GRDB to PeekCore FFI (e382 (https://tangled.org/burrito.space/peek/commit/e382)) 52 + 53 + iOS - Editor 54 + - Shared EditorLayout component for all editor types (eed9 (https://tangled.org/burrito.space/peek/commit/eed9)) 55 + - Full-screen height, working resizers, URL editor flex layout (4999 (https://tangled.org/burrito.space/peek/commit/4999)) 56 + - Image editor content display + build script asset copy (4732 (https://tangled.org/burrito.space/peek/commit/4732)) 57 + 58 + Android 59 + - Add Tauri Android generated project files (d7ee (https://tangled.org/burrito.space/peek/commit/d7ee)) 60 + - Add Android build scripts and configuration (b213 (https://tangled.org/burrito.space/peek/commit/b213)) 61 + - Add platform cfg guards for iOS-specific FFI (b6a2 (https://tangled.org/burrito.space/peek/commit/b6a2))</description> 62 + </item> 10 63 <item> 11 64 <title>2026-03-04</title> 12 65 <link>https://tangled.org/burrito.space/peek/blob/main/CHANGELOG.md#2026-03-04</link> ··· 631 684 - Clean up settings and diagnostic UI 632 685 633 686 Code Cleanup 634 - - Remove vestigial app/cmd/ directory (24 files, replaced by extensions/cmd/) 687 + - Remove vestigial app/cmd/ directory (24 files, replaced by features/cmd/) 635 688 - Remove app/scripts/ (disabled feature with missing HTML files) 636 689 - Remove dead functions from app/index.js 637 690 - Remove Cmd and Scripts entries from app/config.js