Releases: spencerwmiles/vscode-task-buttons
Releases · spencerwmiles/vscode-task-buttons
v.1.1.3
What's Changed
- Bump @typescript-eslint/eslint-plugin from 5.59.0 to 5.59.1 by @dependabot in #45
- Bump @typescript-eslint/parser from 5.59.0 to 5.59.1 by @dependabot in #47
- Bump @types/node from 18.16.0 to 18.16.3 by @dependabot in #46
- Bump @typescript-eslint/parser from 5.59.1 to 5.59.2 by @dependabot in #52
- Bump eslint from 8.39.0 to 8.40.0 by @dependabot in #48
- Bump @typescript-eslint/eslint-plugin from 5.59.1 to 5.59.5 by @dependabot in #54
- Bump @typescript-eslint/parser from 5.59.2 to 5.59.5 by @dependabot in #56
- Bump eslint from 8.40.0 to 8.41.0 by @dependabot in #58
- Bump @typescript-eslint/parser from 5.59.5 to 5.59.8 by @dependabot in #67
- Bump @typescript-eslint/eslint-plugin from 5.59.5 to 5.59.8 by @dependabot in #68
- Bump @types/vscode from 1.77.0 to 1.78.1 by @dependabot in #64
- Bump @types/node from 18.16.3 to 20.2.5 by @dependabot in #62
- Corrected how tasks were being passed through to the executeCommand call for subtasks by @spencerwmiles in #66
- Prep for 113 release by @spencerwmiles in #69
Full Changelog: v1.1.2...v.1.1.3
v1.1.2
What's Changed
- Bump @vscode/vsce from 2.18.0 to 2.19.0 by @dependabot in #37
- Bump @types/node from 18.15.11 to 18.16.0 by @dependabot in #38
- Bump eslint from 8.38.0 to 8.39.0 by @dependabot in #39
- Bump glob from 10.0.0 to 10.2.2 by @dependabot in #40
- Repo-cleanup by @spencerwmiles in #42
Full Changelog: v1.1.1...v1.1.2
v1.1.1
- Corrected text on task counter when tasks === 0 (0 task -> 0 tasks)
Under the hood
- Updated all dependencies to their latest versions (will resolve https://github.com/spencerwmiles/vscode-task-buttons/security/dependabot/7)
- Some minor house cleaning
Full Changelog: v1.1.0...v1.1.1
v1.1.0
- Rewrite of the extension ot use TypeScript (Shoutout to Fabje for the support)
- Added support for alignment of buttons via "alignment property" (default: left - options: left, right)
- Added MIT license (Thanks gameguy682)
- Added Quick Pick Menu
v1.0.4
v1.0.3
added tooltip property, set of tooltip when creating status bar items
v1.0.2
Implement on config change listener for reloads on config change
v1.0.1
Updated documentation
v1.0.0
initial release