Skip to content

Commit

Permalink
docs(readme): update by-version features list
Browse files Browse the repository at this point in the history
  • Loading branch information
spmeesseman committed Feb 6, 2021
1 parent 8daf3f5 commit 97233be
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Provides a view in either (or both) the SideBar and/or Explorer that displays al
- [Requirements](#requirements)
- [Features by Version](#features-by-version)
- [Configuring Global Excludes and Apache Ant Includes](#configuring-global-excludes-and-apache-ant-includes)
- [Ant and Gulp Self Provided Tasks](#ant-and-gulp-self-provided-tasks)
- [Ant and Gulp Self-Provided Tasks](#ant-and-gulp-self-provided-tasks)
- [Using Groups With A Separator](#using-groups-with-a-separator)
- [Internally Provided Tasks vs. VSCode Provided Tasks](#internally-provided-tasks-vs-vscode-provided-tasks)
- [Running bash/sh scripts in Windows Environment](#running-bashsh-scripts-in-windows-environment)
Expand All @@ -58,10 +58,13 @@ Provides a view in either (or both) the SideBar and/or Explorer that displays al

## Requirements

* Visual Studio Code v1.30+
* Visual Studio Code v1.50+

"Should" work with VSCode versions 1.30 and above, but am no longer running tests against VSCode versions below 1.50 as of 2/5/2021 (v1.28.0).
## Features by Version

* v1.29 - Multi-level task groupings (closes [#129](https://github.com/spmeesseman/vscode-taskexplorer/issues/129))
* v1.28 - support Makefile aliases (thanks **MichaelCurrin**)
* v1.27 - Use gulp and ant to find their respective tasks (configurable on/off) (closes [#105](https://github.com/spmeesseman/vscode-taskexplorer/issues/105))
* v1.26 - Add 'Running Task' status bar message (refs [#47](https://github.com/spmeesseman/vscode-taskexplorer/issues/47))
* v1.25 - Add 'Last Tasks' pseudo-folder (closes [#47](https://github.com/spmeesseman/vscode-taskexplorer/issues/47))
Expand Down

0 comments on commit 97233be

Please sign in to comment.