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/editor-shortcuts-and-fixes.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/header-title-truncate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/inspector-image-quick-actions.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sanitize-init-target-dir.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/scaffold-gitignore-ds-store.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slide-transition-api.md

This file was deleted.

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

## 1.2.5

### Patch Changes

- [#152](https://github.com/1weiho/open-slide/pull/152) [`30cec7f`](https://github.com/1weiho/open-slide/commit/30cec7f94b76fea9e0f92357328dcbaccdc25e44) Thanks [@itskylechung](https://github.com/itskylechung)! - Sanitize `init` target directory names and suggest a safe equivalent for shell-unfriendly input.

- [#151](https://github.com/1weiho/open-slide/pull/151) [`75667fa`](https://github.com/1weiho/open-slide/commit/75667fa9968a8956a7a703f4ab8a977c87ee1db4) Thanks [@1weiho](https://github.com/1weiho)! - Add `.DS_Store` to the scaffolded `.gitignore`.

- [#149](https://github.com/1weiho/open-slide/pull/149) [`26f6cb1`](https://github.com/1weiho/open-slide/commit/26f6cb13cdc1c738d41bd5bab90940b38562e828) Thanks [@1weiho](https://github.com/1weiho)! - Add SlideTransition API for declaring per-page page-transition animations, plus a transitions section in the bundled slide-authoring skill with tasteful few-shot examples.

## 1.2.4

### 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-slide/cli",
"version": "1.2.4",
"version": "1.2.5",
"description": "Scaffold an open-slide workspace with Claude Code skills preconfigured.",
"type": "module",
"bin": {
Expand Down
14 changes: 14 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @open-slide/core

## 1.7.0

### Minor Changes

- [#153](https://github.com/1weiho/open-slide/pull/153) [`7952a06`](https://github.com/1weiho/open-slide/commit/7952a06a518a5b444e7df34307aef13324e36518) Thanks [@ridemountainpig](https://github.com/ridemountainpig)! - Add I and D shortcuts for the inspector and design panel, show a dashed hover frame alongside the inspector selection, and polish the inspector header and save bar.

- [#148](https://github.com/1weiho/open-slide/pull/148) [`78333bc`](https://github.com/1weiho/open-slide/commit/78333bcd7156e511ad2c84a0800f084705c44536) Thanks [@1weiho](https://github.com/1weiho)! - Show a floating action panel below the inspector selection box when an image is selected, with quick-access Replace and Crop icons.

- [#149](https://github.com/1weiho/open-slide/pull/149) [`26f6cb1`](https://github.com/1weiho/open-slide/commit/26f6cb13cdc1c738d41bd5bab90940b38562e828) Thanks [@1weiho](https://github.com/1weiho)! - Add SlideTransition API for declaring per-page page-transition animations, plus a transitions section in the bundled slide-authoring skill with tasteful few-shot examples.

### Patch Changes

- [#154](https://github.com/1weiho/open-slide/pull/154) [`51108f1`](https://github.com/1weiho/open-slide/commit/51108f1547942c2fb1cf6d18c62e8c449b5be587) Thanks [@ridemountainpig](https://github.com/ridemountainpig)! - Truncate long slide titles in the editor header instead of letting them overlap the right-side controls.

## 1.6.0

### Minor 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-slide/core",
"version": "1.6.0",
"version": "1.7.0",
"description": "Runtime and CLI for open-slide — write slides in slides/, we handle the rest.",
"type": "module",
"exports": {
Expand Down