-
-
Notifications
You must be signed in to change notification settings - Fork 363
Releases: 1weiho/open-slide
@open-slide/core@1.12.0
bc6caa2 Minor Changes
- #211
12ee858Thanks @ridemountainpig! - Open the slide overview grid from the pages editor — press O or click the grid button next to the page count. The overlay adopts the editor theme instead of the present-mode black.
Patch Changes
-
#230
75653e1Thanks @1weiho! - Add a one-click update action that upgrades open-slide and syncs bundled skills from the home sidebar. -
#219
f5a60adThanks @adawang1210! - Stop force-loading every registered font face before PDF export, which hung or crashed the tab on subsetted CJK webfonts. -
#216
80dda4eThanks @poterpan! - Add webfont guidance to the slide-authoring skill: load the stylesheet once in<head>, list only the weights used, and subset CJK with&text=.
Assets 2
@open-slide/cli@1.3.2
bc6caa2 Assets 2
@open-slide/core@1.11.1
3a5915a Patch Changes
-
#218
ba26721Thanks @adawang1210! - Keep the notes textarea focused when Escape is pressed during IME composition. -
#220
336badeThanks @adawang1210! - Ignore Enter/Escape during IME composition in slide title, slide rename, asset rename, and folder name inputs. -
#217
b8916e3Thanks @ridemountainpig! - Fix PPTX export producing a theme that triggers PowerPoint's repair prompt by ensuring the fill style list has the schema-required three entries. -
#221
9052f44Thanks @adawang1210! - Remove the touchcancel listener on cleanup in the present-mode swipe handler so listeners no longer accumulate while navigating.
Assets 2
@open-slide/core@1.11.0
416cda1 Minor Changes
-
#207
cb5ebf4Thanks @ridemountainpig! - AddbasetoOpenSlideConfigfor hosting under a subpath (e.g. GitHub Pages, Nginx subdirectory). Wires through to Vite'sbaseand React Router'sbasename. -
#203
5561b41Thanks @1weiho! - Add slide-view shortcuts: Space advances, Enter plays in window, P opens presenter mode (F stays fullscreen).
Patch Changes
-
#209
b45389cThanks @1weiho! - Fix homepage thumbnails flashing at full size before scaling down by measuring the fit scale before first paint. -
#208
2cbc7b4Thanks @ridemountainpig! - Presenter window now reflects in-slide<Steps>state: Now Showing mirrors the projection's revealed count, and Up Next previews the next step until the current slide's steps are exhausted before rolling over to the next slide. -
#197
27230b3Thanks @mvanhorn! - Preserve raster backgrounds in PDF exports while stripping gradient layers.
Assets 2
@open-slide/core@1.10.0
9dc38a7 Assets 2
@open-slide/cli@1.3.1
b2adf27 Assets 2
@open-slide/core@1.9.0
9357e8a Minor Changes
-
#188
0d78b73Thanks @1weiho! - Add an "Export as image PPTX" download option that renders each slide to an image via html-to-image and stitches them into a one-page-per-slide PPTX, plus a coming-soon "Export as PPTX" entry for the editable format. -
#196
0c99cf6Thanks @1weiho! - Show the open-slide version at the bottom of the home sidebar, with a hover hint to update when a newer release is available. -
#189
6ae2dd9Thanks @1weiho! - Add an in-UI language switcher (next to the theme toggle) that remembers the choice locally; deprecateconfig.localeand drop theinitlanguage prompt and--localeflag.
Patch Changes
Assets 2
@open-slide/cli@1.3.0
9357e8a @open-slide/core@1.8.0
244c1b1 Minor Changes
Patch Changes
-
#174
2b70cb4Thanks @1weiho! - Stop marking imported assets as unused when they are passed as props to wrapper components (e.g.<DiagramImage src={img} />) instead of consumed directly by<img src={img}>. -
#160
608ce61Thanks @1weiho! - Fix invalid YAML in the create-theme skill frontmatter so it loads correctly. -
#179
ea67658Thanks @1weiho! - Click-to-navigate no longer covers the slide in present mode or the mobile viewer — embedded videos, links, and other interactive content near the left/right edges stay clickable, and a stray outline no longer flashes on click. -
#172
155049fThanks @why39! - Fix Inspect overlay on Windows: normalize path separators and strip HMR query/hash when matching slide source files. -
#175
5e65d64Thanks @ridemountainpig! - Fix sidebar Draft/Themes/Assets rows not switching when clicking the icon — the whole icon area is now part of the select target. Also close the inspector comment panel when clicking outside it. -
#176
c6cb866Thanks @1weiho! - Edit a slide title by clicking it directly — hovering shows an outline, the title becomes an input on click, and the title is centered to the viewport. Replaces the pencil icon.
Assets 2
@open-slide/cli@1.2.6
4a58723