Skip to content

Commit fb417b6

Browse files
blueduskclaude
andcommitted
Bump to v0.9.2 — Per-theme atmospherics, Vibe style previews
- Per-theme background effects and animation personalities for all 5 Pro themes - Vibe mode: auto-generate random style previews instead of text list - Remove rough.js dependency from preview - New shared keyframes: blurFadeIn, driftOrb, gridPulse Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent eee7472 commit fb417b6

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"name": "html-slides",
1212
"source": "./.",
1313
"description": "Generate single-file HTML slide presentations with interactive components (flip cards, charts, tables, code blocks, stats, architecture flows, and more) or creative visual themes.",
14-
"version": "0.9.1"
14+
"version": "0.9.2"
1515
},
1616
{
1717
"name": "html-slides-convert",
1818
"source": "./skills/html-slides-convert",
1919
"description": "Convert any HTML file (reveal.js, Marp, Google Slides exports, articles, generic HTML) into a valid HTMLSlides presentation.",
20-
"version": "0.9.1"
20+
"version": "0.9.2"
2121
}
2222
]
2323
}

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "html-slides",
33
"description": "Generate or convert single-file HTML slide presentations with interactive components (flip cards, charts, tables, code blocks, stats, architecture flows, and more) or creative visual themes.",
4-
"version": "0.9.1",
4+
"version": "0.9.2",
55
"author": {
66
"name": "danzhu"
77
}

SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: html-slides
33
metadata:
4-
version: "0.9.1"
4+
version: "0.9.2"
55
author: danzhu
66
description: Generate polished single-file HTML slide presentations with interactive components (flip cards, charts, tables, code blocks, architecture flows, stats, timelines, and more) or creative visual themes. Use this skill whenever the user wants to create slides, presentations, decks, or any visual slide-based content as HTML. Also trigger when the user invokes /html-slides or mentions creating an HTML presentation, pitch deck, or slide deck.
77
---

references/html-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Every generated HTML file **must** comply with these rules:
2323
<head>
2424
<meta charset="UTF-8">
2525
<meta name="viewport" content="width=device-width, initial-scale=1.0">
26-
<meta name="generator" content="html-slides v0.9.1">
26+
<meta name="generator" content="html-slides v0.9.2">
2727
<title>Presentation Title</title>
2828

2929
<!-- Fonts: use Fontshare or Google Fonts — never system fonts -->

references/presentation-layer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@ Build navigation inline following the pattern in [html-template.md](html-templat
9999

100100
Every presentation must include in `<head>`:
101101
```html
102-
<meta name="generator" content="html-slides v0.9.1">
102+
<meta name="generator" content="html-slides v0.9.2">
103103
```

0 commit comments

Comments
 (0)