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 with cmd palette and URL opening fixes

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