Skip to content

Commit

Permalink
Pull in 3706 and 70x FW flash support (#29)
Browse files Browse the repository at this point in the history
- Flash support added from kic-cli
- Update Changelog
- Update Package Version Number
  • Loading branch information
esarver authored Jun 26, 2024
1 parent 8e3a48c commit 43a1735
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 23 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,18 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
Security -- in case of vulnerabilities.
-->

## [0.16.0]
## [0.16.1]

### Fixed

- If instrument connection address changes, it is updated in "Instruments" pane (TSP-634)
- Instrument tree is updated only when new instrument is discovered/saved/removed (TSP-634)
- **tsp-toolkit-kic-cli:** changed lxi and usb device info struct's instrument address field to same name (TSP-634)
- **tsp-toolkit-webhelp:** display.input.option() command signature has been corrected for all tti models
- Renamed update to upgrade for firmware upgrade (TSP-463)
- **tsp-toolkit-kic-cli:** renamed update to upgrade (TSP-463)
- **tsp-toolkit-kic-cli:** changed lxi and usb device info struct's instrument address field to same name (TSP-634)
- **tsp-toolkit-kic-cli:** Fix Support for FW flash on the 3706B and 70xB (_Open Source Contribution: c3charvat_)
- **tsp-toolkit-webhelp:** display.input.option() command signature has been corrected for all tti models


## [0.15.3]

Expand Down Expand Up @@ -111,8 +113,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.16.0...HEAD
[0.16.0]: https://github.com/tektronix/tsp-toolkit/releases/tag/v0.16.0
[Unreleased]: https://github.com/tektronix/tsp-toolkit/compare/v0.16.1...HEAD
[0.16.1]: https://github.com/tektronix/tsp-toolkit/releases/tag/v0.16.1
[0.15.3]: https://github.com/tektronix/tsp-toolkit/releases/tag/v0.15.3
[0.15.2]: https://github.com/tektronix/tsp-toolkit/releases/tag/v0.15.2
[0.15.1]: https://github.com/tektronix/tsp-toolkit/releases/tag/v0.15.1
Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

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

6 changes: 3 additions & 3 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.16.0",
"version": "0.16.1",
"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.16.1-0",
"@tektronix/kic-cli": "0.16.1-2",
"@tektronix/web-help-documents": "0.15.3",
"@types/cheerio": "^0.22.35",
"cheerio": "^1.0.0-rc.12",
Expand All @@ -340,4 +340,4 @@
"extensionDependencies": [
"sumneko.lua"
]
}
}

0 comments on commit 43a1735

Please sign in to comment.