chore(release): v1.202605.12

This commit is contained in:
Federico Jaramillo Martinez
2026-05-23 23:09:32 +02:00
parent a33c51d164
commit 37c3aa79d8
16 changed files with 21 additions and 68 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"@jmfederico/pi-web": patch
---
Add a theme-aware dash favicon and uppercase PI WEB page titles.
@@ -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.
@@ -1,5 +0,0 @@
---
"@jmfederico/pi-web": patch
---
Make the mobile location breadcrumbs clickable so they open project, workspace, or session selection directly.
-5
View File
@@ -1,5 +0,0 @@
---
"@jmfederico/pi-web": patch
---
Extend chat diff row backgrounds across the full horizontal scroll area.
-5
View File
@@ -1,5 +0,0 @@
---
"@jmfederico/pi-web": patch
---
Prefill the prompt editor with the selected user message after forking a session.
@@ -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.
-5
View File
@@ -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.
-5
View File
@@ -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.
@@ -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.
-5
View File
@@ -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.
@@ -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.
-5
View File
@@ -1,5 +0,0 @@
---
"@jmfederico/pi-web": patch
---
Add PWA manifest icons so installed PI WEB apps use the project icon.
-5
View File
@@ -1,5 +0,0 @@
---
"@jmfederico/pi-web": patch
---
Standardize user-facing PI WEB branding in uppercase across the app, docs, and install metadata.
+18
View File
@@ -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
+2 -2
View File
@@ -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": [
".",
+1 -1
View File
@@ -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",