Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.2.0 #90

Merged
merged 1 commit into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading