|
1 | | -## [1.10.0] - 2025-09-xx |
| 1 | +## [1.11.0] - 2025-11-04 |
| 2 | + |
| 3 | +- [#262](https://github.com/estruyf/vscode-demo-time/issues/262): Added a recent files dropdown to |
| 4 | + the path input component in the config editor |
| 5 | +- [#265](https://github.com/estruyf/vscode-demo-time/issues/265): Verify the demo IDs when in source |
| 6 | + mode so that there are no duplicate IDs across multiple files in the workspace |
| 7 | +- [#266](https://github.com/estruyf/vscode-demo-time/issues/266): Added a `generate demo id` button |
| 8 | + to (re)generate a unique id for the demo |
| 9 | +- [#267](https://github.com/estruyf/vscode-demo-time/issues/267): Clean up unrelated properties |
| 10 | + after selecting a new action |
| 11 | +- [#269](https://github.com/estruyf/vscode-demo-time/issues/269): Added a new `video` slide layout |
| 12 | + to allow video as slide background |
| 13 | +- [#270](https://github.com/estruyf/vscode-demo-time/issues/270): Added the `startOnOpen` property |
| 14 | + to the `showEngageTimePoll` action to automatically start the poll when it is shown |
| 15 | +- [#271](https://github.com/estruyf/vscode-demo-time/issues/271): Add new `/api/previous` API |
| 16 | + endpoint for PWA integration |
| 17 | +- [#273](https://github.com/estruyf/vscode-demo-time/issues/273): Added the new `/api/notes` API |
| 18 | + endpoint to retrieve the notes of the current slide |
| 19 | +- [#274](https://github.com/estruyf/vscode-demo-time/issues/274): Added support for |
| 20 | + `shellIntegration` by VS Code terminals |
| 21 | +- [#280](https://github.com/estruyf/vscode-demo-time/issues/280): Added new `/api/screenshot` API |
| 22 | + endpoint to retrieve a screenshot of the next slide |
| 23 | +- [#282](https://github.com/estruyf/vscode-demo-time/issues/282): Updated the GitHub Copilot chat |
| 24 | + actions to use the new commands |
| 25 | +- [#283](https://github.com/estruyf/vscode-demo-time/issues/283): Added a new `customCopilotChat` |
| 26 | + action to allow users to start a chat in a specific mode |
| 27 | +- [#284](https://github.com/estruyf/vscode-demo-time/issues/284): Added clock information to the |
| 28 | + `/api/demos` endpoint |
| 29 | +- [#285](https://github.com/estruyf/vscode-demo-time/issues/285): Render the next screenshot in the |
| 30 | + PWA remote control view |
| 31 | +- [#287](https://github.com/estruyf/vscode-demo-time/issues/287): Added the `/api/zoom-in` and |
| 32 | + `/api/zoom-out` API endpoints to control the font size in the editor |
| 33 | +- [#288](https://github.com/estruyf/vscode-demo-time/issues/288): Added the `sendEngageTimeMessage` |
| 34 | + action to send messages to EngageTime timeline |
| 35 | +- [#289](https://github.com/estruyf/vscode-demo-time/issues/289): Added support for `code-insiders` |
| 36 | + when using the `bringToFront` argument |
| 37 | +- [#291](https://github.com/estruyf/vscode-demo-time/issues/291): Added VS Code Command Picker to |
| 38 | + select commands when using the `executeVSCodeCommand` action |
| 39 | +- [#292](https://github.com/estruyf/vscode-demo-time/issues/292): Dark mode fixes for the config |
| 40 | + editor |
| 41 | +- [#293](https://github.com/estruyf/vscode-demo-time/issues/293): Add the command name to step when |
| 42 | + using the `executeVSCodeCommand` action |
| 43 | +- [#294](https://github.com/estruyf/vscode-demo-time/issues/294): When adding a new action, the |
| 44 | + action dropdown will now be focused automatically |
| 45 | + |
| 46 | +## [1.10.0] - 2025-10-01 |
2 | 47 |
|
3 | 48 | - [#201](https://github.com/estruyf/vscode-demo-time/issues/201): Project is moved to a new monorepo |
4 | 49 | structure with Nx |
5 | 50 | - [#227](https://github.com/estruyf/vscode-demo-time/issues/227): Open a slide at a specific |
6 | 51 | location |
| 52 | +- [#229](https://github.com/estruyf/vscode-demo-time/issues/229): Integration with |
| 53 | + [EngageTime](https://engagetime.live) |
7 | 54 | - [#234](https://github.com/estruyf/vscode-demo-time/issues/234): Fix for negative values in the |
8 | 55 | insert typing speed and improved the labels |
9 | 56 | - [#235](https://github.com/estruyf/vscode-demo-time/issues/235): Added the `pause` action to pause |
10 | 57 | the demo and wait until the `Demo Time: Continue Demo` command is triggered |
| 58 | +- [#236](https://github.com/estruyf/vscode-demo-time/issues/236): Visual improvements for the Config |
| 59 | + Editor |
| 60 | +- [#239](https://github.com/estruyf/vscode-demo-time/issues/239): New overview dashboard which can |
| 61 | + be opened by using the `Demo Time: Overview` command |
| 62 | +- [#240](https://github.com/estruyf/vscode-demo-time/issues/240): Every GitHub Copilot chat action |
| 63 | + now opens the chat view by default |
| 64 | +- [#242](https://github.com/estruyf/vscode-demo-time/issues/242): Fix the content path in the |
| 65 | + `Demo Time: Create patch for current file` command execution |
| 66 | +- [#244](https://github.com/estruyf/vscode-demo-time/issues/244): Moved the EngageTime session ID to |
| 67 | + the demo file level |
| 68 | +- [#245](https://github.com/estruyf/vscode-demo-time/issues/245): Fix right panel height |
| 69 | +- [#246](https://github.com/estruyf/vscode-demo-time/issues/246): Added support for relative URLs to |
| 70 | + images in CSS themes |
| 71 | +- [#249](https://github.com/estruyf/vscode-demo-time/issues/249): Fix reveal of slides after |
| 72 | + navigating to another file |
| 73 | +- [#253](https://github.com/estruyf/vscode-demo-time/issues/253): Added support for other types of |
| 74 | + keyboard keys: `tab`, `arrowLeft`, `arrowRight`, `arrowUp`, `arrowDown`, `escape`, `backspace`, |
| 75 | + and `delete` |
| 76 | +- [#255](https://github.com/estruyf/vscode-demo-time/issues/255): Optimize the normalized source |
| 77 | + path handling in the custom template conversion |
| 78 | +- [#256](https://github.com/estruyf/vscode-demo-time/issues/256): Added `{{crntSlideIdx}}` and |
| 79 | + `{{totalSlides}}` variables to the slide header and footer templates |
| 80 | +- [#260](https://github.com/estruyf/vscode-demo-time/issues/260): Added dark mode support for the |
| 81 | + config editor, settings editor, and overview dashboard |
| 82 | +- [#261](https://github.com/estruyf/vscode-demo-time/issues/261): Added a message for the PowerPoint |
| 83 | + addin that it can be shown outside of the visible slide container |
| 84 | +- [#263](https://github.com/estruyf/vscode-demo-time/issues/263): Show icons in the icon picker |
| 85 | +- [#264](https://github.com/estruyf/vscode-demo-time/issues/264): New `focusTop` property for the |
| 86 | + `openFile` action to control if the editor should focus on the top of the file or not |
| 87 | +- [#268](https://github.com/estruyf/vscode-demo-time/issues/268): Fix the `openInVSCode` property |
| 88 | + which was not working as expected |
| 89 | +- [#271](https://github.com/estruyf/vscode-demo-time/issues/271): Added the new `/api/previous` |
| 90 | + endpoint to trigger the previous demo step |
| 91 | +- [#272](https://github.com/estruyf/vscode-demo-time/issues/272): Added the Demo Time Remote Control |
| 92 | + PWA to control your presentation from another device |
11 | 93 |
|
12 | 94 | ## [1.9.0] - 2025-08-25 |
13 | 95 |
|
|
706 | 788 | ## [0.0.1] - 2023-12-08 |
707 | 789 |
|
708 | 790 | - Initial release |
| 791 | + |
0 commit comments