All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added new Polly voices to snippets
- Supported VoiceId mappings for AWS Polly client
- Minor bug fixes
- Minor readme updates
- Upgraded dependency versions
- Added ap-south-1 to list of AWS regions in extension configuration
- Required minimum 1.76.0 engines.vscode
- Fixed typos
- Upgraded to speechmarkdown-js 2.1.0
- Play SSML generated from Speech Markdown through Amazon Polly or Amazon Polly Neural
- Upgraded to speech-markdown 2.0.0
- Upgraded dependent libraries to latest
- Updated hover over information to be current with speechmarkdown-js 2.0.0
- Added support for the following providers for "Speech Markdown to SSML" context menu:
- amazon-polly
- amazon-polly-neural
- microsoft-azure
- Upgraded speechmarkdown-js to 1.8
- Removed support for cardinal modifier as it is not supported in SpeechMarkdown
- Changed default SSML output to include speak tags
- Added four configuration settings:
- speechmarkdown.includeFormatterComment
- speechmarkdown.includeParagraphTags
- speechmarkdown.includeSpeakTags
- speechmarkdown.preserveEmptyLines
- Output selected text in SpeechMarkdown output channel
- Added an editor context menu option which provides SSML that results from selected Speech Markdown text.
- Corrected snippet typos and updated snippet documentation.
- Completion handlers for JSON, YAML, JavaScript, and TypeScript (use Ctrl+space bar for autocompletion)
- Removed documentation images from deployed package to reduce package size
- Updated dependent packages for vulnerability fixes
- Fixed the smd rate and smd time snippets
- Moved Salli Alexa voice to en-US from en-AU
- Corrected typo in smd voice fr-FR snippet
- Syntax highlighing for short form Speech Markdown for emphasis
- Added snippets for all formatting tags
- Added an indicator in hover over text for Bixby support
- Updated ReadMe documentation to show how to enabled IntelliSense in strings for JavaScript and TypeScript
- Significant updates to tighten the Speech Markdown grammar by using targeted Regular Expressions
- Added syntax highlighting for audio tag
- Added hover over support for YAML
- Added YAML syntax highlighting support for Speech Markdown
- listing Bixby in hover over information
- basic smd snippets
- Speech Markdown syntax highlighting for javascript, typescript, and json
- Speech Markdown hover over support for javascript, typescript, and json