Skip to content

Commit

Permalink
Merge 135d8d5 into 4354fa6
Browse files Browse the repository at this point in the history
  • Loading branch information
esarver authored Aug 9, 2024
2 parents 4354fa6 + 135d8d5 commit c9f1ce1
Show file tree
Hide file tree
Showing 4 changed files with 178 additions and 107 deletions.
8 changes: 3 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
Security -- in case of vulnerabilities.
-->

## [0.17.1]
## [0.17.0]

### Fixed
- Successful connection to tspop adds the instrument details to Instruments pane (TSP-773)

## [0.17.0]
- **tsp-toolkit-kic-cli:** Fixed an indexing issue for upgrading module firmware (TSP-761) *Open Source Contribution: c3charvat, amcooper181*

### Added
- Reset instrument if closed unexpectedly using the trashcan on the terminal (TSP-730)
Expand Down Expand Up @@ -135,8 +134,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
- Feature to retrieve TSP-Link network details

<!-- Version Comparison Links -->
[Unreleased]: https://github.com/tektronix/tsp-toolkit/compare/v0.17.1...HEAD
[0.17.1]: https://github.com/tektronix/tsp-toolkit/releases/tag/v0.17.1
[Unreleased]: https://github.com/tektronix/tsp-toolkit/compare/v0.17.0...HEAD
[0.17.0]: https://github.com/tektronix/tsp-toolkit/releases/tag/v0.17.0
[0.16.4]: https://github.com/tektronix/tsp-toolkit/releases/tag/v0.16.4
[0.16.1]: https://github.com/tektronix/tsp-toolkit/releases/tag/v0.16.1
Expand Down
232 changes: 153 additions & 79 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "Tektronix",
"displayName": "[Beta] Keithley TSP Toolkit",
"description": "VSCode extension for Keithley Instruments' Test Script Processor",
"version": "0.17.1",
"version": "0.17.0",
"icon": "./resources/TSP_Toolkit_128x128.png",
"galleryBanner": {
"color": "#EEEEEE",
Expand Down Expand Up @@ -325,7 +325,7 @@
},
"dependencies": {
"@tektronix/keithley_instrument_libraries": "0.16.0",
"@tektronix/kic-cli": "0.17.0-2",
"@tektronix/kic-cli": "0.17.0",
"@tektronix/web-help-documents": "0.15.3",
"@types/cheerio": "^0.22.35",
"cheerio": "^1.0.0-rc.12",
Expand Down
Loading

0 comments on commit c9f1ce1

Please sign in to comment.