Releases: spmeesseman/vscode-taskexplorer
Releases · spmeesseman/vscode-taskexplorer
v1.27.0
1.27.0 (2020-09-27)
Bug Fixes
- alternate name gulp files not picked up [Fixes #73] (753aae4)
- Gradle tasks not picked up from other task providers [Fixes #113] (3190242)
Code Refactoring
- default the 'group with separator' setting to true (ab2b4c0)
- modify deprecated registerTaskProvider call to use tasks namespace (5cd0ad5)
- update to latest vscode api calls (4e69d2b)
- use ant itself to read tasks. fall back to custom parser if cmd not present on system (b3db802)
- use ant to read gulp tasks if ant is available. [References #109] (b6cd13c)
- use gulp to read gulp tasks if gulp is available [References #73] (434ee4e)
Documentation
- readme: add section 'Ant and Gulp Self Provided Tasks' [skip ci] (8d9ea78)
- readme: update 1.27 feature (ab20af5)
Features
- turn gulp/ant on/off to find tasks (uses cst parser when off) (224973b)
v1.26.3
1.26.3 (2020-03-28)
Bug Fixes
- if tasks exist that start with a '-' character, and the 'group dashed' option is on, the tree explorer breaks (723a86a)
v1.26.2
1.26.2 (2020-03-28)
Documentation
- readme: add donation info and dev notes [skip-ci] (347ae7d)
v1.26.0
1.26.0 (2020-02-29)
Bug Fixes
- the 'open terminal' button doesn't work for all tasks (253f885)
Documentation
- readme: add 1.26 info, grammar fixes (c5d05f8)
- readme: adjust ratings url in badge, add feedback link (4687ccd)
Features
- add last ran running task in status bar (configurable) (bd2de58)
v1.25.1
1.25.1 (2020-02-27)
Bug Fixes
- seemingly harmless 'element already exists' error is thrown when running a task in the 'last tasks' list (81ffec0)
v1.25.0
1.25.0 (2020-02-27)
Bug Fixes
- new/removed cmd files are not picked up, must manually refresh (dab6906)
Documentation
- reame: update to 1.25 info (88b55bb)
Features
- add support for a 'last tasks' pseudo-folder [closes #47] (10ba7f1)
v1.24.4
1.24.4 (2020-02-25)
Bug Fixes
- when using the 'dashed groups' option, parenthesis or brackets in a task name breaks extension in previous release (0d62ddc)
v1.24.3
1.24.3 (2020-02-25)
Bug Fixes
- when using the 'dashed groups' feature, tsk names are not renamed if not all lowercase (13ac7eb)
v1.24.2
1.24.2 (2020-02-23)
Bug Fixes
- makefile target detection is malfunctioning - fixes #82 (a3211da)
Code Refactoring
- increase max width for status bar message (a590f99)
v1.24.1
1.24.1 (2020-02-23)
Code Refactoring
- when building the cache, the status messages cause any traling status messages to jump around too much (ad717e7)
Documentation
- readme: update features section, remove maxage query param from github badges (9eedc03)