Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/bright-canvases-export.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-bookmarks-stay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-tables-edit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/steady-shortcuts-guide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-presses-zoom.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @open-press/cli

## 3.0.3

### Patch Changes

- Updated dependencies [2b64a11]
- Updated dependencies [8ffa2a4]
- Updated dependencies [f450eaf]
- Updated dependencies [8d42c06]
- Updated dependencies [137db83]
- @open-press/core@3.0.3

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-press/cli",
"version": "3.0.2",
"version": "3.0.3",
"type": "module",
"description": "Command line interface for OpenPress workspaces.",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @open-press/core

## 3.0.3

### Patch Changes

- 2b64a11: Reclaim the workbench canvas with on-demand controls, a persisted bookmarks-panel toggle, and consistent icon-only toolbar actions for export, document information, zoom, and extension tools.
- 8ffa2a4: Keep the Workbench on the same H3 section, with an H2 fallback, when AI or inline edits repaginate a document.
- f450eaf: Fix Workbench inline editing for Markdown table cells by preserving the selected cell index through the source-edit endpoint.
- 8d42c06: Add persisted Workspace appearance controls, a resizable bookmarks panel, and a centralized keyboard shortcut registry with a read-only shortcut reference.
- 137db83: Keep Workbench zoom preferences independent per Press and keep the zoom dock available when the bookmarks panel is collapsed.

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-press/core",
"version": "3.0.2",
"version": "3.0.3",
"type": "module",
"description": "open-press core — runtime primitives, CLI, and render pipeline for AI-first fixed-layout documents.",
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @open-press/create

## 3.0.3

## 3.0.2

## 3.0.1
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-press/create",
"version": "3.0.2",
"version": "3.0.3",
"type": "module",
"description": "Bootstrap a new OpenPress workspace.",
"license": "MIT",
Expand Down
Loading