diff --git a/CHANGELOG.md b/CHANGELOG.md index c627be9..733e135 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ **New:** -- **v1.1 brings Completions!** +- **v1.1 brings Completions!** Liquid for Nova now supports code completions for both Liquid and Jekyll tags and filters. ### Version 1.1.1 @@ -12,17 +12,26 @@ - Fixes the extension image, broken in the 1.1 release. - Updates the CHANGELOG with a new, leaner organization. +### Version 1.1.2 + +**Fixes:** + +- Fixes a `capture` completion which generated an invalid syntax. +- Prevents Nova to spell-check the `{% comment %}` tag. + *** ## Version 1.0 Initial release -### Version 1.0.3 +### Version 1.0.1 **Fixes:** -- Fix an issue where all `.html` files were identified as Liquid files (#2). +- Removes YAML block, since that didn't worked. +- Improves Liquid tag support in Nova 4.0+. + ### Version 1.0.2 @@ -33,9 +42,9 @@ Initial release - Modified priority of html to 0.5 (value is valid between 0-1) (#1) (also a bugfix). - Added content matching rule for liquid handlebar (#1). -### Version 1.0.1 + +### Version 1.0.3 **Fixes:** -- Removes YAML block, since that didn't worked. -- Improves Liquid tag support in Nova 4.0+. +- Fix an issue where all `.html` files were identified as Liquid files (#2). diff --git a/extension.json b/extension.json index bae428b..f541146 100644 --- a/extension.json +++ b/extension.json @@ -3,11 +3,11 @@ "name": "Liquid", "organization": "arthr", "description": "Syntax highlighting for Liquid template files.", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "bugs": "https://github.com/arthrfrts/Liquid.novaextension/issues", "repository": "https://github.com/arthrfrts/Liquid.novaextension", "keywords": ["liquid", "jekyll", "shopify", "html", "templates", "syntax"], - "categories": ["languages"], + "categories": ["languages", "completions"], "activationEvents": ["onLanguage:liquid", "onLanguage:html"] }