Skip to content

Commit e63a86b

Browse files
committed
fix: update changelog and documentation to reflect new terminology and added features
1 parent 85f9ec8 commit e63a86b

File tree

3 files changed

+44
-10
lines changed

3 files changed

+44
-10
lines changed

docs/changelog.md

Lines changed: 37 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1-
## [1.13.0] - unreleased
2-
1+
## [2.0.0] - 2026-02-09
2+
3+
- [#257](https://github.com/estruyf/vscode-demo-time/issues/257): Have a new
4+
`demoTime.presentationViewToggles` setting to control the UI areas that get
5+
hidden when toggling presentation view
6+
- [#322](https://github.com/estruyf/vscode-demo-time/issues/322): Added support
7+
for YAML snippets - snippets can now be created in both JSON and YAML formats
8+
(`.json`, `.jsonc`, `.yaml`, `.yml`)
9+
- [#327](https://github.com/estruyf/vscode-demo-time/issues/327): Added the new
10+
terminology - Play, Act, Scene, and Move - to replace the previous Demo, Step,
11+
and Action terminology
312
- [#339](https://github.com/estruyf/vscode-demo-time/issues/339): Prevent
413
unnecessary zoom when consecutive highlights are performed
514
- [#340](https://github.com/estruyf/vscode-demo-time/issues/340): Fix an issue
@@ -10,8 +19,30 @@
1019
- [#343](https://github.com/estruyf/vscode-demo-time/issues/343): added the zoom
1120
actions: `zoomIn`, `zoomOut`, and `zoomReset` to control the editor zoom level
1221
during your demo
22+
- [#345](https://github.com/estruyf/vscode-demo-time/issues/345): Allow
23+
`showEngageTimePoll` to close the poll on show via `closeOnOpen`, mutually
24+
exclusive with `startOnOpen`
1325
- [#348](https://github.com/estruyf/vscode-demo-time/issues/348): Added the
1426
analytics PRO feature
27+
- [#361](https://github.com/estruyf/vscode-demo-time/issues/361): Video control
28+
support in slides
29+
- [#362](https://github.com/estruyf/vscode-demo-time/issues/362): Ignore next
30+
click when the editor is still in typing mode
31+
- [#363](https://github.com/estruyf/vscode-demo-time/issues/363): Fixed video
32+
control support in custom slide layouts
33+
- [#365](https://github.com/estruyf/vscode-demo-time/issues/365): New
34+
`focusTerminal` action to focus the terminal view in VS Code
35+
- [#366](https://github.com/estruyf/vscode-demo-time/issues/366): Added the
36+
`sendKeybinding` action to send keybindings to the focused terminal
37+
- [#371](https://github.com/estruyf/vscode-demo-time/issues/371): Fix demo count
38+
on the overview page
39+
- [#373](https://github.com/estruyf/vscode-demo-time/issues/373): Added the
40+
`pixels` theme to the slide themes
41+
- [#382](https://github.com/estruyf/vscode-demo-time/issues/382): Enable
42+
per-step blur and opacity overrides for individual highlight actions via
43+
`highlightBlur` and `highlightOpacity` properties
44+
- [#383](https://github.com/estruyf/vscode-demo-time/issues/383): Added the
45+
`enableZenMode` and `disableZenMode` actions to control Zen Mode during Scenes
1546

1647
## [1.12.0] - 2025-12-16
1748

@@ -145,7 +176,7 @@
145176
- [#268](https://github.com/estruyf/vscode-demo-time/issues/268): Fix the
146177
`openInVSCode` property which was not working as expected
147178
- [#271](https://github.com/estruyf/vscode-demo-time/issues/271): Added the new
148-
`/api/previous` endpoint to trigger the previous demo step
179+
`/api/previous` endpoint to trigger the previous move
149180
- [#272](https://github.com/estruyf/vscode-demo-time/issues/272): Added the Demo
150181
Time Remote Control PWA to control your presentation from another device
151182

@@ -157,13 +188,13 @@
157188
title for the `waitForInput` action
158189
- [#221](https://github.com/estruyf/vscode-demo-time/issues/221): Added support
159190
for the `autoAdvanceAfter` property in the slide front matter to automatically
160-
advance to the next slide or demo
191+
advance to the next slide or scene
161192
- [#222](https://github.com/estruyf/vscode-demo-time/issues/222): Added the
162-
ability to disable a demo or step
193+
ability to disable a scene or move
163194
- [#225](https://github.com/estruyf/vscode-demo-time/issues/225): Added a GUI
164195
for editing all the settings from Demo Time
165196
- [#226](https://github.com/estruyf/vscode-demo-time/issues/226): New Demo Time
166-
action `runDemoById` to allow to trigger a demo from another demo
197+
action `runDemoById` to allow to trigger a scene from another scene
167198

168199
## [1.8.0] - 2025-08-02
169200

docs/public/llms.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- [EngageTime actions | Demo Time](https://demotime.show/actions/engagetime/): Actions for controlling EngageTime sessions
1111
- [External application actions | Demo Time](https://demotime.show/actions/external/): Perform actions that interact with external applications from your demos.
1212
- [File actions | Demo Time](https://demotime.show/actions/file/): File actions are used to open, create, or preview files in the editor.
13-
- [Interaction actions | Demo Time](https://demotime.show/actions/interactions/): Perform interaction actions in your demos like copying to clipboard, pasting content, typing text, and pressing keys.
13+
- [Interaction actions | Demo Time](https://demotime.show/actions/interactions/): Perform interaction actions in your scenes like copying to clipboard, pasting content, typing text, and pressing keys.
1414
- [macOS actions | Demo Time](https://demotime.show/actions/macos/): Actions for controlling macOS-specific features in Demo Time
1515
- [Patch actions | Demo Time](https://demotime.show/actions/patch/): File patch actions can be used to insert code based on a snapshot of the file and a patch file.
1616
- [Preview actions | Demo Time](https://demotime.show/actions/preview/): Preview actions are used to preview files like Markdown and images in the editor.
@@ -21,9 +21,9 @@
2121
- [Time actions | Demo Time](https://demotime.show/actions/time/): Perform time actions in your demos like waiting for a specific time, waiting for user input, and more.
2222
- [Visual Studio Code actions | Demo Time](https://demotime.show/actions/vscode/): Perform Visual Studio Code actions in your demos like executing commands or showing an information message.
2323

24-
## Adding-demos
24+
## Adding-moves
2525

26-
- [Adding demos | Demo Time](https://demotime.show/adding-demos/): Add your demos to your demo time configuration.
26+
- [Adding moves | Demo Time](https://demotime.show/adding-moves/): Add your scene moves to your act configuration.
2727

2828
## Beta
2929

@@ -71,6 +71,7 @@
7171
- [Commands | Demo Time](https://demotime.show/references/commands/): Overview of all the Demo Time commands available in the editor.
7272
- [JSON schema | Demo Time](https://demotime.show/references/json-schema/): JSON schema for the Demo Time configuration.
7373
- [Settings | Demo Time](https://demotime.show/references/settings/): Customize the settings of Demo Time to fit your needs.
74+
- [Terminology | Demo Time](https://demotime.show/references/terminology/): Master Demo Time's theatrical structure - Play, Act, Scene, and Move
7475

7576
## Releases
7677

@@ -80,6 +81,7 @@
8081
- [v1.7.0 | Demo Time](https://demotime.show/releases/1.7.0/): Release notes for version 1.7.0 of the Demo Time extension, including new features, improvements, and bug fixes.
8182
- [v1.8.0 | Demo Time](https://demotime.show/releases/1.8.0/): Release notes for version 1.8.0 of the Demo Time extension, including new features, improvements, and bug fixes.
8283
- [v1.9.0 | Demo Time](https://demotime.show/releases/1.9.0/):
84+
- [v2.0.0 | Demo Time](https://demotime.show/releases/2.0.0/):
8385

8486
## Remote-control
8587

@@ -116,6 +118,7 @@
116118
- [Frost theme | Demo Time](https://demotime.show/slides/themes/frost/): Overview of the frost theme in Demo Time.
117119
- [Minimal theme | Demo Time](https://demotime.show/slides/themes/minimal/): Overview of the minimal theme in Demo Time.
118120
- [Monomi theme | Demo Time](https://demotime.show/slides/themes/monomi/): Overview of the Monomi theme in Demo Time.
121+
- [Pixels theme | Demo Time](https://demotime.show/slides/themes/pixels/): Overview of the pixels theme in Demo Time.
119122
- [Quantum theme | Demo Time](https://demotime.show/slides/themes/quantum/): Overview of the quantum theme in Demo Time.
120123
- [Unnamed theme | Demo Time](https://demotime.show/slides/themes/unnamed/): Overview of the Unnamed theme in Demo Time.
121124
- [Slide transitions | Demo Time](https://demotime.show/slides/transitions/): Learn about the different slide transitions available in Demo Time
@@ -127,7 +130,7 @@
127130
## Tips
128131

129132
- [Adding Content | Demo Time](https://demotime.show/tips/adding-content/): Learn how to add content to a file in Demo Time.
130-
- [Adding new steps to a demo | Demo Time](https://demotime.show/tips/adding-steps/): Learn how you can add new steps to a demo in Demo Time.
133+
- [Adding new moves to a scene | Demo Time](https://demotime.show/tips/adding-steps/): Learn how you can add new moves to a scene in Demo Time.
131134
- [Control the next demo shortcut | Demo Time](https://demotime.show/tips/control-next-demo/): Learn how you can control the next demo during your presentation in Demo Time.
132135
- [Highlighting code | Demo Time](https://demotime.show/tips/highlighting/): Learn how to highlight code in Demo Time to make it stand out in your demos.
133136
- [Working with Variables | Demo Time](https://demotime.show/tips/variables/): Learn how to work with variables in Demo Time to reuse them across your demos.

0 commit comments

Comments
 (0)