Skip to content

Commit

Permalink
Add Walkthrough, Change View Container and Terminal Icon, Fix Demo Vi…
Browse files Browse the repository at this point in the history
…deo in README (#56)
  • Loading branch information
esarver authored Oct 9, 2024
1 parent 2fe7717 commit d8bdd64
Show file tree
Hide file tree
Showing 19 changed files with 312 additions and 160 deletions.
38 changes: 37 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
Fixed -- for any bug fixes.
Security -- in case of vulnerabilities.
-->
## [0.18.2]

### Added

- Added walkthrough document

### Changed

- Change TSP view container icon to improve visibility
- Change TSP terminal icon to improve visibility

## [0.18.1]
### Added
Expand All @@ -24,6 +34,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
- Updated sub commands help text

### Fixed

- Showing correct model and serial number information instead of undefined (TSP-809)

## [0.18.0]
Expand All @@ -45,6 +56,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
- **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
has no results and is a valid connection string.

Expand All @@ -56,21 +68,25 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
## [0.17.0]

### Fixed

- Successful connection to tspop adds the instrument details to Instruments pane (TSP-773)
- **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)
- Add logging for terminal and discover
- Default friendly name if user doesn't provide one (TSP-757)

## [0.16.4]

### Changed

- "TSP: Open Terminal" command has been renamed to "TSP: Connect"
- "Open Terminal" should just open the terminal, not just in the command palette (TSP-464)

### Fixed

- Send script to all terminals is failing(TSP-598)
- **tsp-toolkit-kic-cli:** Renamed update to upgrade for firmware upgrade in CLI arguments (TSP-741)

Expand Down Expand Up @@ -103,24 +119,29 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
## [0.15.2]

### Fixed

- Removed debugger related code from package.json (TSP-436)

## [0.15.1]

### Changed

- **tsp-toolkit-kic-lib:** Clean up instrument connections when an AsyncStream
stream is dropped

### Fixed

- Only single entry per instrument in settings.json file, irrespective of number of times it is saved (TSP-616)
- **tsp-toolkit-kic-cli:** Remove errors when fetching nodes with `.nodes` command

### Security

- **tsp-toolkit-kic-cli:** Bump `h2` crate version

## [0.15.0]

### Fixed

- Saved instruments persist in the Instruments pane after restarting the extension (TSP-510)
- **tsp-tookit-kic-cli:** Change language to `TSP` after connection to TTI instrument (TSP-561)
- **tsp-toolkit-kic-cli:** Fix script name issues if the name contains special characters (TSP-505)
Expand All @@ -130,48 +151,63 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
## [0.14.1]

### Changed

- **kic-cli:** Prepend `kic_` to scripts loaded by kic cli to prevent name-collisions (TSP-505)

### Fixed

- **kic-cli:** Update Dependencies (TSP-576)
- **keithley-instrument-libraries:** Fix command-set issues for legacy instruments (TSP-569)

## [0.13.2]

### Changed

- Change references to `KIC` to be `TSP` instead, add additional Marketplace metadata (TSP-457)
- Prepare README.md for Marketplace (TSP-509)

### Added

- Added discovery progress message (TSP-504)

### Fixed

- Model number in TSP config is no longer case sensitive (TSP-514)


## [0.13.0]

### Added

- Added TSP Toolkit Logo (TSP-498)

## [0.12.2]

### Fixed

- Fix remove saved instrument issue (TSP-483)

## [0.12.1]

### Changed

- Restore password hide feature back after ki-comms refactor (TSP-363)
- Implement Password prompt (TSP-480)

### Fixed

- Extension wants a password when there isn't one (TSP-416)

## [0.12.0]

### Added

- Add message when starting FW upgrade (TSP-455)
- Feature to retrieve TSP-Link network details

<!-- Version Comparison Links -->
[Unreleased]: https://github.com/tektronix/tsp-toolkit/compare/v0.18.1...HEAD
[Unreleased]: https://github.com/tektronix/tsp-toolkit/compare/v0.18.2...HEAD
[0.18.2]: https://github.com/tektronix/tsp-toolkit/releases/tag/v0.18.2
[0.18.1]: https://github.com/tektronix/tsp-toolkit/releases/tag/v0.18.1
[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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ code-completion suggestions, inline help, and TSP command documentation.

## Demo Video

<iframe width="560" height="315" src="https://www.youtube.com/embed/d1jsgy6Dslc?si=oPrUgdM5yp-ykcIh" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<a href="https://www.youtube.com/watch?v=d1jsgy6Dslc"><img width="560" height="315" src="./resources/DemoVideoThumbnail_play.jpg" altText="TSP Toolkit Demo Video"></img></a>

## Installed Extensions

Expand Down
Loading

0 comments on commit d8bdd64

Please sign in to comment.