Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
- Major visual overhaul to the instruments pane
- Don't create a `.vscode` folder with `config.tsp.json` if the workspace folder does not contain a `.tsp` file.
- Optionally use `firmware.valid` attribute for applicable instruments to only run upgrade on valid firmware
  • Loading branch information
esarver committed Jan 29, 2025
1 parent d9d3dcc commit b89709a
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 22 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

### Added

- Added connection support for 5881-SRU and 5880-SRU
- Optionally use `firmware.valid` attribute for applicable instruments to only run
upgrade on valid firmware

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ for more information.
- Due to limitations in instrument firmware, script names longer than 27 characters will
be truncated to 27 characters. If multiple scripts have names that are the same up to
the 27th character, the second script will overwrite the first.
- Some instruments (2450, 2460, 2461, 2470, DAQ6500, DMM7510, 3706A, 707B, 708B) encounter
a fatal error if the trash can is used to close the connected terminal if the instrument
is connected via GPIB on VISA. Be sure to type `.exit` when connected to one of these
instruments over GPIB.
- The list of instruments that support language features is limited to the following:
- 2450
- 2460
Expand Down
36 changes: 18 additions & 18 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 @@ -452,9 +452,9 @@
"xml-js": "1.6.11"
},
"optionalDependencies": {
"@tektronix/kic-cli-darwin-arm64": "0.19.3-3",
"@tektronix/kic-cli-linux-x64": "0.19.3-3",
"@tektronix/kic-cli-win32-x64": "0.19.3-3"
"@tektronix/kic-cli-darwin-arm64": "0.19.3",
"@tektronix/kic-cli-linux-x64": "0.19.3",
"@tektronix/kic-cli-win32-x64": "0.19.3"
},
"extensionDependencies": [
"sumneko.lua"
Expand Down

0 comments on commit b89709a

Please sign in to comment.