|
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 |
3 | 12 | - [#339](https://github.com/estruyf/vscode-demo-time/issues/339): Prevent |
4 | 13 | unnecessary zoom when consecutive highlights are performed |
5 | 14 | - [#340](https://github.com/estruyf/vscode-demo-time/issues/340): Fix an issue |
|
10 | 19 | - [#343](https://github.com/estruyf/vscode-demo-time/issues/343): added the zoom |
11 | 20 | actions: `zoomIn`, `zoomOut`, and `zoomReset` to control the editor zoom level |
12 | 21 | 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` |
13 | 25 | - [#348](https://github.com/estruyf/vscode-demo-time/issues/348): Added the |
14 | 26 | 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 |
15 | 46 |
|
16 | 47 | ## [1.12.0] - 2025-12-16 |
17 | 48 |
|
|
145 | 176 | - [#268](https://github.com/estruyf/vscode-demo-time/issues/268): Fix the |
146 | 177 | `openInVSCode` property which was not working as expected |
147 | 178 | - [#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 |
149 | 180 | - [#272](https://github.com/estruyf/vscode-demo-time/issues/272): Added the Demo |
150 | 181 | Time Remote Control PWA to control your presentation from another device |
151 | 182 |
|
|
157 | 188 | title for the `waitForInput` action |
158 | 189 | - [#221](https://github.com/estruyf/vscode-demo-time/issues/221): Added support |
159 | 190 | 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 |
161 | 192 | - [#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 |
163 | 194 | - [#225](https://github.com/estruyf/vscode-demo-time/issues/225): Added a GUI |
164 | 195 | for editing all the settings from Demo Time |
165 | 196 | - [#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 |
167 | 198 |
|
168 | 199 | ## [1.8.0] - 2025-08-02 |
169 | 200 |
|
|
0 commit comments