Skip to content

Commit

Permalink
Merge 5b27498 into b005a32
Browse files Browse the repository at this point in the history
  • Loading branch information
esarver authored Sep 20, 2024
2 parents b005a32 + 5b27498 commit c09f11e
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 36 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
Security -- in case of vulnerabilities.
-->

## [0.17.2]
## [0.18.0]

### Fixed

Expand All @@ -27,13 +27,15 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
### Added

- Added VISA support for connecting to an instrument
- Added platform-specific extension versions for Windows x86_64 and Linux x86_64 systems
- Added platform-specific extension versions for Windows x86\_64 and Linux x86\_64 systems
- Added a + button to the Instruments pane title bar
- Added icon to tsp-toolkit connection terminal
- Added run button to runs the current script
- **tsp-toolkit-webhelp-to-json:** Added language feature support for 2651A, 2657A and 2601B-PULSE models
- **tsp-toolkit-webhelp:** Added webhelp documents for 2651A, 2657A and 2601B-PULSE models

### Changed
- Automatically assume a new connection is desired if the input to the "TSP: Connect" input box
- Automatically assume a new connection is desired if the input to the "TSP: Connect" input box
has no results and is a valid connection string.


Expand Down Expand Up @@ -159,8 +161,8 @@ 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.2...HEAD
[0.17.2]: https://github.com/tektronix/tsp-toolkit/releases/tag/v0.17.2
[Unreleased]: https://github.com/tektronix/tsp-toolkit/compare/v0.18.0...HEAD
[0.18.0]: https://github.com/tektronix/tsp-toolkit/releases/tag/v0.18.0
[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
68 changes: 42 additions & 26 deletions package-lock.json

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

10 changes: 5 additions & 5 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.2",
"version": "0.18.0",
"icon": "./resources/TSP_Toolkit_128x128.png",
"galleryBanner": {
"color": "#EEEEEE",
Expand Down Expand Up @@ -349,8 +349,8 @@
"typescript": "5.5.4"
},
"dependencies": {
"@tektronix/keithley_instrument_libraries": "0.16.0",
"@tektronix/web-help-documents": "0.15.3",
"@tektronix/keithley_instrument_libraries": "0.18.0",
"@tektronix/web-help-documents": "0.18.0",
"@types/cheerio": "0.22.35",
"cheerio": "1.0.0",
"class-transformer": "0.5.1",
Expand All @@ -361,8 +361,8 @@
"xml-js": "1.6.11"
},
"optionalDependencies": {
"@tektronix/kic-cli-linux-x64": "0.17.2-4",
"@tektronix/kic-cli-win32-x64": "0.17.2-4"
"@tektronix/kic-cli-linux-x64": "0.18.0",
"@tektronix/kic-cli-win32-x64": "0.18.0"
},
"extensionDependencies": [
"sumneko.lua"
Expand Down

0 comments on commit c09f11e

Please sign in to comment.