|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## [1.11.0] - 2025-11-04 |
| 4 | + |
| 5 | +- [#262](https://github.com/estruyf/vscode-demo-time/issues/262): Added a recent files dropdown to |
| 6 | + the path input component in the config editor |
| 7 | +- [#265](https://github.com/estruyf/vscode-demo-time/issues/265): Verify the demo IDs when in source |
| 8 | + mode so that there are no duplicate IDs across multiple files in the workspace |
| 9 | +- [#266](https://github.com/estruyf/vscode-demo-time/issues/266): Added a `generate demo id` button |
| 10 | + to (re)generate a unique id for the demo |
| 11 | +- [#267](https://github.com/estruyf/vscode-demo-time/issues/267): Clean up unrelated properties |
| 12 | + after selecting a new action |
| 13 | +- [#269](https://github.com/estruyf/vscode-demo-time/issues/269): Added a new `video` slide layout |
| 14 | + to allow video as slide background |
| 15 | +- [#270](https://github.com/estruyf/vscode-demo-time/issues/270): Added the `startOnOpen` property |
| 16 | + to the `showEngageTimePoll` action to automatically start the poll when it is shown |
| 17 | +- [#271](https://github.com/estruyf/vscode-demo-time/issues/271): Add new `/api/previous` API |
| 18 | + endpoint for PWA integration |
| 19 | +- [#273](https://github.com/estruyf/vscode-demo-time/issues/273): Added the new `/api/notes` API |
| 20 | + endpoint to retrieve the notes of the current slide |
| 21 | +- [#274](https://github.com/estruyf/vscode-demo-time/issues/274): Added support for |
| 22 | + `shellIntegration` by VS Code terminals |
| 23 | +- [#280](https://github.com/estruyf/vscode-demo-time/issues/280): Added new `/api/screenshot` API |
| 24 | + endpoint to retrieve a screenshot of the next slide |
| 25 | +- [#282](https://github.com/estruyf/vscode-demo-time/issues/282): Updated the GitHub Copilot chat |
| 26 | + actions to use the new commands |
| 27 | +- [#283](https://github.com/estruyf/vscode-demo-time/issues/283): Added a new `customCopilotChat` |
| 28 | + action to allow users to start a chat in a specific mode |
| 29 | +- [#284](https://github.com/estruyf/vscode-demo-time/issues/284): Added clock information to the |
| 30 | + `/api/demos` endpoint |
| 31 | +- [#285](https://github.com/estruyf/vscode-demo-time/issues/285): Render the next screenshot in the |
| 32 | + PWA remote control view |
| 33 | +- [#287](https://github.com/estruyf/vscode-demo-time/issues/287): Added the `/api/zoom-in` and |
| 34 | + `/api/zoom-out` API endpoints to control the font size in the editor |
| 35 | +- [#288](https://github.com/estruyf/vscode-demo-time/issues/288): Added the `sendEngageTimeMessage` |
| 36 | + action to send messages to EngageTime timeline |
| 37 | +- [#289](https://github.com/estruyf/vscode-demo-time/issues/289): Added support for `code-insiders` |
| 38 | + when using the `bringToFront` argument |
| 39 | +- [#291](https://github.com/estruyf/vscode-demo-time/issues/291): Added VS Code Command Picker to |
| 40 | + select commands when using the `executeVSCodeCommand` action |
| 41 | +- [#292](https://github.com/estruyf/vscode-demo-time/issues/292): Dark mode fixes for the config |
| 42 | + editor |
| 43 | +- [#293](https://github.com/estruyf/vscode-demo-time/issues/293): Add the command name to step when |
| 44 | + using the `executeVSCodeCommand` action |
| 45 | +- [#294](https://github.com/estruyf/vscode-demo-time/issues/294): When adding a new action, the |
| 46 | + action dropdown will now be focused automatically |
| 47 | + |
3 | 48 | ## [1.10.0] - 2025-10-01 |
4 | 49 |
|
5 | 50 | - [#201](https://github.com/estruyf/vscode-demo-time/issues/201): Project is moved to a new monorepo |
|
0 commit comments