From e25058d32a77c14c44d3258418b1c12d2e5fac57 Mon Sep 17 00:00:00 2001 From: spmeesseman Date: Mon, 8 Feb 2021 05:24:27 +0000 Subject: [PATCH] chore(release): 1.30.0 [skip ci] # [1.30.0](https://github.com/spmeesseman/vscode-taskexplorer/compare/v1.29.0...v1.30.0) (2021-02-08) ### Bug Fixes * adding/modifying/deleting task files in excluded paths causes tree to refresh. [fixes [#92](https://github.com/spmeesseman/vscode-taskexplorer/issues/92)] ([1a980ce](https://github.com/spmeesseman/vscode-taskexplorer/commit/1a980ce)) * after disabling a task type in settings, modification or additions to files of that type still refresh the tree view. ([0fb783d](https://github.com/spmeesseman/vscode-taskexplorer/commit/0fb783d)) * editing a package.json or tasks.json file no longer refresh the treeview with changes ([de6ffe2](https://github.com/spmeesseman/vscode-taskexplorer/commit/de6ffe2)) * not recognizing gulpfile.mjs. [fixes [#120](https://github.com/spmeesseman/vscode-taskexplorer/issues/120)] ([8bc2cbb](https://github.com/spmeesseman/vscode-taskexplorer/commit/8bc2cbb)) * opening ant task does not find correct position if it is the default task ([62fe08c](https://github.com/spmeesseman/vscode-taskexplorer/commit/62fe08c)) * opening gulp tasks does not find correct position if not defined as gulp.task. ([fa351e1](https://github.com/spmeesseman/vscode-taskexplorer/commit/fa351e1)) * when opening a vscode/workspace task, task position is not located properly if no label property exists. ([4870016](https://github.com/spmeesseman/vscode-taskexplorer/commit/4870016)) ### Build System * **semantic-release:** fix vsce upgrade breaks vs marketplace release ([9d31d55](https://github.com/spmeesseman/vscode-taskexplorer/commit/9d31d55)) * resolve 10 dependency security vulnerabilities ([10e0283](https://github.com/spmeesseman/vscode-taskexplorer/commit/10e0283)) * update all dependecies, vsce 1.85 ([e019b30](https://github.com/spmeesseman/vscode-taskexplorer/commit/e019b30)) ### Code Refactoring * allow gradle tasks to use 'run with arguments' command. [closes [#88](https://github.com/spmeesseman/vscode-taskexplorer/issues/88)] ([8784e00](https://github.com/spmeesseman/vscode-taskexplorer/commit/8784e00)) * if 'detail' is defined on a task definition, then display it in it's representative tree item tooltip ([e0f45f6](https://github.com/spmeesseman/vscode-taskexplorer/commit/e0f45f6)) ### Documentation * **redame:** add feature images for 1.29 and 1.30 ([e773624](https://github.com/spmeesseman/vscode-taskexplorer/commit/e773624)) * **readme:** add yarn image ([54dec21](https://github.com/spmeesseman/vscode-taskexplorer/commit/54dec21)) ### Features * add 'run with arguments' and 'run with no terminal' commands to script file tasks ([c75d9aa](https://github.com/spmeesseman/vscode-taskexplorer/commit/c75d9aa)) * Add inline open task button ([1bad6d9](https://github.com/spmeesseman/vscode-taskexplorer/commit/1bad6d9)) * add new setting for default item click action. [closes [#97](https://github.com/spmeesseman/vscode-taskexplorer/issues/97)] ([c4e2ad0](https://github.com/spmeesseman/vscode-taskexplorer/commit/c4e2ad0)) --- CHANGELOG.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4995ff0c7..d7f418ba8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,45 @@ # [1.30.0](https://github.com/spmeesseman/vscode-taskexplorer/compare/v1.29.0...v1.30.0) (2021-02-08) +### Bug Fixes + +* adding/modifying/deleting task files in excluded paths causes tree to refresh. [fixes [#92](https://github.com/spmeesseman/vscode-taskexplorer/issues/92)] ([1a980ce](https://github.com/spmeesseman/vscode-taskexplorer/commit/1a980ce)) +* after disabling a task type in settings, modification or additions to files of that type still refresh the tree view. ([0fb783d](https://github.com/spmeesseman/vscode-taskexplorer/commit/0fb783d)) +* editing a package.json or tasks.json file no longer refresh the treeview with changes ([de6ffe2](https://github.com/spmeesseman/vscode-taskexplorer/commit/de6ffe2)) +* not recognizing gulpfile.mjs. [fixes [#120](https://github.com/spmeesseman/vscode-taskexplorer/issues/120)] ([8bc2cbb](https://github.com/spmeesseman/vscode-taskexplorer/commit/8bc2cbb)) +* opening ant task does not find correct position if it is the default task ([62fe08c](https://github.com/spmeesseman/vscode-taskexplorer/commit/62fe08c)) +* opening gulp tasks does not find correct position if not defined as gulp.task. ([fa351e1](https://github.com/spmeesseman/vscode-taskexplorer/commit/fa351e1)) +* when opening a vscode/workspace task, task position is not located properly if no label property exists. ([4870016](https://github.com/spmeesseman/vscode-taskexplorer/commit/4870016)) + + +### Build System + +* **semantic-release:** fix vsce upgrade breaks vs marketplace release ([9d31d55](https://github.com/spmeesseman/vscode-taskexplorer/commit/9d31d55)) +* resolve 10 dependency security vulnerabilities ([10e0283](https://github.com/spmeesseman/vscode-taskexplorer/commit/10e0283)) +* update all dependecies, vsce 1.85 ([e019b30](https://github.com/spmeesseman/vscode-taskexplorer/commit/e019b30)) + + +### Code Refactoring + +* allow gradle tasks to use 'run with arguments' command. [closes [#88](https://github.com/spmeesseman/vscode-taskexplorer/issues/88)] ([8784e00](https://github.com/spmeesseman/vscode-taskexplorer/commit/8784e00)) +* if 'detail' is defined on a task definition, then display it in it's representative tree item tooltip ([e0f45f6](https://github.com/spmeesseman/vscode-taskexplorer/commit/e0f45f6)) + + +### Documentation + +* **redame:** add feature images for 1.29 and 1.30 ([e773624](https://github.com/spmeesseman/vscode-taskexplorer/commit/e773624)) +* **readme:** add yarn image ([54dec21](https://github.com/spmeesseman/vscode-taskexplorer/commit/54dec21)) + + +### Features + +* add 'run with arguments' and 'run with no terminal' commands to script file tasks ([c75d9aa](https://github.com/spmeesseman/vscode-taskexplorer/commit/c75d9aa)) +* Add inline open task button ([1bad6d9](https://github.com/spmeesseman/vscode-taskexplorer/commit/1bad6d9)) +* add new setting for default item click action. [closes [#97](https://github.com/spmeesseman/vscode-taskexplorer/issues/97)] ([c4e2ad0](https://github.com/spmeesseman/vscode-taskexplorer/commit/c4e2ad0)) + +# [1.30.0](https://github.com/spmeesseman/vscode-taskexplorer/compare/v1.29.0...v1.30.0) (2021-02-08) + + ### Bug Fixes * adding/modifying/deleting task files in excluded paths causes tree to refresh. [fixes [#92](https://github.com/spmeesseman/vscode-taskexplorer/issues/92)] ([1a980ce](https://github.com/spmeesseman/vscode-taskexplorer/commit/1a980ce))