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-02-25

+70 -1
+33
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-25 17 + 18 + Desktop - Command Palette 19 + - [x] Rewrite cmd panel to use state machine with transition table and dispatch — 10 states, guard-based transitions, enforced invariants ([0496](https://tangled.org/burrito.space/peek/commit/04960fb1), [08eb](https://tangled.org/burrito.space/peek/commit/08eb8055)) 20 + - [x] Add 76 unit tests and 15 integration tests for state machine ([3c05](https://tangled.org/burrito.space/peek/commit/3c05a142)) 21 + - [x] Fix IDLE → PARAM_MODE direct transition for fill-style input ([2f83](https://tangled.org/burrito.space/peek/commit/2f83e6d8)) 22 + - [x] Restore two-tone inline suggestion styling — bold typed text, dim completion ([4d35](https://tangled.org/burrito.space/peek/commit/4d35289b)) 23 + 24 + Desktop - Page View 25 + - [x] Add page info and entities panels to navbar overlay — 75% off-page, 25% overlapping ([e144](https://tangled.org/burrito.space/peek/commit/e144dbd8)) 26 + - [x] Refactor page layout to flexbox centering — window padding expands symmetrically ([b494](https://tangled.org/burrito.space/peek/commit/b494e8a3)) 27 + - [x] Eliminate one-frame visual flash on navbar show/hide with opacity masking ([8f22](https://tangled.org/burrito.space/peek/commit/8f22aa70)) 28 + - [x] Fix Cmd+L navbar auto-hide on mouseleave ([4ff2](https://tangled.org/burrito.space/peek/commit/4ff260b2)) 29 + - [x] Fix navbar show/hide and loading lifecycle failures ([6780](https://tangled.org/burrito.space/peek/commit/67d01801)) 30 + 31 + Desktop - HUD 32 + - [x] Fix macOS Spaces switching — use showInactive() to prevent activateIgnoringOtherApps ([0166](https://tangled.org/burrito.space/peek/commit/0166d4b3)) 33 + - [x] Make HUD visible on all macOS Spaces and pass through visibleOnAllWorkspaces option ([3893](https://tangled.org/burrito.space/peek/commit/3893e68b)) 34 + 35 + Desktop - Extensions 36 + - [x] Add search view extension with text and tag search ([86a2](https://tangled.org/burrito.space/peek/commit/86a21be6)) 37 + - [x] Add tag actions extension for configurable tag-based automation ([a617](https://tangled.org/burrito.space/peek/commit/a6170230)) 38 + - [x] Extract shared grid navigation into app/lib/grid-nav.js ([e787](https://tangled.org/burrito.space/peek/commit/e787c66f)) 39 + - [x] Refactor tags to use shared card-helpers for peek-card slot construction ([0580](https://tangled.org/burrito.space/peek/commit/0580c349)) 40 + 41 + Desktop - Lexicon Studio 42 + - [x] Seed recent lexicons from collections, fix sidebar styling ([a629](https://tangled.org/burrito.space/peek/commit/a629437c)) 43 + - [x] Always show recent lexicons section in sidebar ([d6cf](https://tangled.org/burrito.space/peek/commit/d6cfe9af)) 44 + 45 + Desktop - Windows 46 + - [x] Unify hold-to-drag default to 1s, fix webview drag reliability ([ce48](https://tangled.org/burrito.space/peek/commit/ce483874)) 47 + - [x] Prevent macOS Space switching when opening cmd palette ([ac9a](https://tangled.org/burrito.space/peek/commit/ac9aa862)) 48 + 16 49 ## 2026-02-23 17 50 18 51 Desktop - Extensions
+37 -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 19:59:56 GMT</lastBuildDate> 7 + <lastBuildDate>Wed, 25 Feb 2026 00:15: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>2026-02-25</title> 12 + <link>https://tangled.org/burrito.space/peek</link> 13 + <guid isPermaLink="false">https://tangled.org/burrito.space/peek#2026-02-25</guid> 14 + <pubDate>Wed, 25 Feb 2026 12:00:00 GMT</pubDate> 15 + <description>Desktop - Command Palette 16 + - Rewrite cmd panel to use state machine with transition table and dispatch — 10 states, guard-based transitions, enforced invariants (0496 (https://tangled.org/burrito.space/peek/commit/04960fb1), 08eb (https://tangled.org/burrito.space/peek/commit/08eb8055)) 17 + - Add 76 unit tests and 15 integration tests for state machine (3c05 (https://tangled.org/burrito.space/peek/commit/3c05a142)) 18 + - Fix IDLE → PARAM_MODE direct transition for fill-style input (2f83 (https://tangled.org/burrito.space/peek/commit/2f83e6d8)) 19 + - Restore two-tone inline suggestion styling — bold typed text, dim completion (4d35 (https://tangled.org/burrito.space/peek/commit/4d35289b)) 20 + 21 + Desktop - Page View 22 + - Add page info and entities panels to navbar overlay — 75% off-page, 25% overlapping (e144 (https://tangled.org/burrito.space/peek/commit/e144dbd8)) 23 + - Refactor page layout to flexbox centering — window padding expands symmetrically (b494 (https://tangled.org/burrito.space/peek/commit/b494e8a3)) 24 + - Eliminate one-frame visual flash on navbar show/hide with opacity masking (8f22 (https://tangled.org/burrito.space/peek/commit/8f22aa70)) 25 + - Fix Cmd+L navbar auto-hide on mouseleave (4ff2 (https://tangled.org/burrito.space/peek/commit/4ff260b2)) 26 + - Fix navbar show/hide and loading lifecycle failures (6780 (https://tangled.org/burrito.space/peek/commit/67d01801)) 27 + 28 + Desktop - HUD 29 + - Fix macOS Spaces switching — use showInactive() to prevent activateIgnoringOtherApps (0166 (https://tangled.org/burrito.space/peek/commit/0166d4b3)) 30 + - Make HUD visible on all macOS Spaces and pass through visibleOnAllWorkspaces option (3893 (https://tangled.org/burrito.space/peek/commit/3893e68b)) 31 + 32 + Desktop - Extensions 33 + - Add search view extension with text and tag search (86a2 (https://tangled.org/burrito.space/peek/commit/86a21be6)) 34 + - Add tag actions extension for configurable tag-based automation (a617 (https://tangled.org/burrito.space/peek/commit/a6170230)) 35 + - Extract shared grid navigation into app/lib/grid-nav.js (e787 (https://tangled.org/burrito.space/peek/commit/e787c66f)) 36 + - Refactor tags to use shared card-helpers for peek-card slot construction (0580 (https://tangled.org/burrito.space/peek/commit/0580c349)) 37 + 38 + Desktop - Lexicon Studio 39 + - Seed recent lexicons from collections, fix sidebar styling (a629 (https://tangled.org/burrito.space/peek/commit/a629437c)) 40 + - Always show recent lexicons section in sidebar (d6cf (https://tangled.org/burrito.space/peek/commit/d6cfe9af)) 41 + 42 + Desktop - Windows 43 + - Unify hold-to-drag default to 1s, fix webview drag reliability (ce48 (https://tangled.org/burrito.space/peek/commit/ce483874)) 44 + - Prevent macOS Space switching when opening cmd palette (ac9a (https://tangled.org/burrito.space/peek/commit/ac9aa862))</description> 45 + </item> 10 46 <item> 11 47 <title>2026-02-23</title> 12 48 <link>https://tangled.org/burrito.space/peek</link>