From 8dc36467ba3f3493f9813913093fc058cc1c7195 Mon Sep 17 00:00:00 2001 From: Olly Legg Date: Tue, 1 Mar 2022 23:05:53 +0000 Subject: [PATCH] Prepare v1.1 --- shellcheck.novaextension/CHANGELOG.md | 10 +++++++++- shellcheck.novaextension/extension.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/shellcheck.novaextension/CHANGELOG.md b/shellcheck.novaextension/CHANGELOG.md index cc688d6..dfabd9a 100644 --- a/shellcheck.novaextension/CHANGELOG.md +++ b/shellcheck.novaextension/CHANGELOG.md @@ -1,3 +1,11 @@ +## Version 1.1 + +- Add funding link. If this extension benefits your professional workflow, and you have the means, perhaps you'd + consider [buying me coffee](https://www.buymeacoffee.com/ollylegg). Thanks! +- Pipe editor content into `shellcheck` via stdin. This allows for checking unsaved files, files with unsaved + changes, and remote files. +- Convert build process to use typescript + ## Version 1.0 -Initial release +- Initial release diff --git a/shellcheck.novaextension/extension.json b/shellcheck.novaextension/extension.json index 7a56779..d90c974 100644 --- a/shellcheck.novaextension/extension.json +++ b/shellcheck.novaextension/extension.json @@ -1,7 +1,7 @@ { "identifier": "net.51degrees.shellcheck", "name": "ShellCheck", - "version": "1.0", + "version": "1.1", "organization": "51degrees", "description": "Integrates ShellCheck for static analysis of shell scripts", "bugs": "https://github.com/olly/nova-shellcheck/issues",