Skip to content

speechmarkdown-vscode 0.0.6

Compare
Choose a tag to compare
@johniwasz johniwasz released this 11 Jul 21:21

Changelog

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.

[Unreleased]

  • Known issue with phonemes in ipa tags that include quotes

[0.0.6] - 2020-07-11

  • 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

[0.0.5] - 2020-02-23

  • 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

[0.0.4] - 2020-02-22

  • Added YAML syntax highlighting support for Speech Markdown

[0.0.3] - 2020-02-18

  • listing Bixby in hover over information

[0.0.2] - 2020-02-16

  • basic smd snippets
  • Speech Markdown syntax highlighting for javascript, typescript, and json
  • Speech Markdown hover over support for javascript, typescript, and json