diff --git a/.changeset/add-dash-favicon.md b/.changeset/add-dash-favicon.md deleted file mode 100644 index ecbbc00..0000000 --- a/.changeset/add-dash-favicon.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Add a theme-aware dash favicon and uppercase PI WEB page titles. diff --git a/.changeset/archive-session-descendants.md b/.changeset/archive-session-descendants.md deleted file mode 100644 index 8405a82..0000000 --- a/.changeset/archive-session-descendants.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Add a session list action to archive a session together with its descendant sessions in the same workspace. diff --git a/.changeset/clickable-mobile-breadcrumbs.md b/.changeset/clickable-mobile-breadcrumbs.md deleted file mode 100644 index dee1cac..0000000 --- a/.changeset/clickable-mobile-breadcrumbs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Make the mobile location breadcrumbs clickable so they open project, workspace, or session selection directly. diff --git a/.changeset/fill-chat-diff-backgrounds.md b/.changeset/fill-chat-diff-backgrounds.md deleted file mode 100644 index 89b5d07..0000000 --- a/.changeset/fill-chat-diff-backgrounds.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Extend chat diff row backgrounds across the full horizontal scroll area. diff --git a/.changeset/fork-draft-editor.md b/.changeset/fork-draft-editor.md deleted file mode 100644 index ea996bf..0000000 --- a/.changeset/fork-draft-editor.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Prefill the prompt editor with the selected user message after forking a session. diff --git a/.changeset/friendly-workspace-empty-states.md b/.changeset/friendly-workspace-empty-states.md deleted file mode 100644 index f980d40..0000000 --- a/.changeset/friendly-workspace-empty-states.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Improve empty states for workspace tools and session selection when no project, workspace, or session is selected. diff --git a/.changeset/image-preview-file-browser.md b/.changeset/image-preview-file-browser.md deleted file mode 100644 index 6d112e7..0000000 --- a/.changeset/image-preview-file-browser.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Add cached image previews up to 10 MB to the workspace file browser for common image file types. diff --git a/.changeset/mobile-refresh-control.md b/.changeset/mobile-refresh-control.md deleted file mode 100644 index 95b24f8..0000000 --- a/.changeset/mobile-refresh-control.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Add refresh controls when PI WEB is launched as a PWA, with action palette commands for refreshing app data or reloading the page. diff --git a/.changeset/mobile-workspace-panel-scroll.md b/.changeset/mobile-workspace-panel-scroll.md deleted file mode 100644 index 09df253..0000000 --- a/.changeset/mobile-workspace-panel-scroll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Fix mobile workspace panels, including the PI WEB status panel, so overflowing content remains scrollable on iPhone. diff --git a/.changeset/name-forked-sessions.md b/.changeset/name-forked-sessions.md deleted file mode 100644 index 1209883..0000000 --- a/.changeset/name-forked-sessions.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Name newly forked and cloned web sessions with readable Fork and Copy counters based on the source session title. diff --git a/.changeset/prevent-editor-shortcut-newline.md b/.changeset/prevent-editor-shortcut-newline.md deleted file mode 100644 index 80ff767..0000000 --- a/.changeset/prevent-editor-shortcut-newline.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Prevent the message composer from inserting a stray blank line when starting a new session with the keyboard shortcut. diff --git a/.changeset/pwa-install-icon.md b/.changeset/pwa-install-icon.md deleted file mode 100644 index 7c58122..0000000 --- a/.changeset/pwa-install-icon.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Add PWA manifest icons so installed PI WEB apps use the project icon. diff --git a/.changeset/uppercase-pi-web-brand.md b/.changeset/uppercase-pi-web-brand.md deleted file mode 100644 index eadd33c..0000000 --- a/.changeset/uppercase-pi-web-brand.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@jmfederico/pi-web": patch ---- - -Standardize user-facing PI WEB branding in uppercase across the app, docs, and install metadata. diff --git a/CHANGELOG.md b/CHANGELOG.md index 2717585..b909542 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # @jmfederico/pi-web +## 1.202605.12 + +### Patch Changes + +- 13bb8e4: Add a theme-aware dash favicon and uppercase PI WEB page titles. +- 428f7bb: Add a session list action to archive a session together with its descendant sessions in the same workspace. +- f4aeb06: Make the mobile location breadcrumbs clickable so they open project, workspace, or session selection directly. +- 5bc2542: Extend chat diff row backgrounds across the full horizontal scroll area. +- 9e3d272: Prefill the prompt editor with the selected user message after forking a session. +- 23e82e1: Improve empty states for workspace tools and session selection when no project, workspace, or session is selected. +- a1e903f: Add cached image previews up to 10 MB to the workspace file browser for common image file types. +- df20563: Add refresh controls when PI WEB is launched as a PWA, with action palette commands for refreshing app data or reloading the page. +- 2f5293a: Fix mobile workspace panels, including the PI WEB status panel, so overflowing content remains scrollable on iPhone. +- 3409b0a: Name newly forked and cloned web sessions with readable Fork and Copy counters based on the source session title. +- 6a8f2f2: Prevent the message composer from inserting a stray blank line when starting a new session with the keyboard shortcut. +- 1546143: Add PWA manifest icons so installed PI WEB apps use the project icon. +- 1546143: Standardize user-facing PI WEB branding in uppercase across the app, docs, and install metadata. + ## 1.202605.11 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 3f3330d..3bb5db5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@jmfederico/pi-web", - "version": "1.202605.11", + "version": "1.202605.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@jmfederico/pi-web", - "version": "1.202605.11", + "version": "1.202605.12", "license": "MIT", "workspaces": [ ".", diff --git a/package.json b/package.json index 809569a..e22286e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jmfederico/pi-web", - "version": "1.202605.11", + "version": "1.202605.12", "description": "Remote web UI and browser control plane for persistent Pi Coding Agent sessions.", "license": "MIT", "author": "Federico Jaramillo Martinez",