Skip to content

Releases: knack-supply/curve-tracer

v1.0.0-beta.2

08 Feb 22:32
v1.0.0-beta.2
3e46871
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

Please read the full changelog and installation guide.

Changed

  • Updated to latest relm to fix cairo on Windows
  • Switched to upstream nalgebra (still unreleased version, though)
  • Help text in GUI

v1.0.0-beta.1

07 Feb 14:17
v1.0.0-beta.1
082e33c
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

Please read the full changelog and installation guide.

Changed

  • Made logging level configurable
  • Help text in GUI

v1.0.0-alpha.1

07 Feb 12:11
v1.0.0-alpha.1
8a39efa
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

Please read the full changelog and installation guide.

Changed

  • Updated dependencies (cargo update)
  • Switched to the new Cargo.lock format

Fixed

  • Some clippy lints

v0.5.2

12 Sep 16:18
v0.5.2
13f562c
Compare
Choose a tag to compare

Please read the full changelog and installation guide.

Changed

  • Switched to stable Rust

0.5.1

15 Apr 16:42
0.5.1
166a051
Compare
Choose a tag to compare

Please read the full changelog and installation guide.

Added

  • HiDPI support

0.5.0

23 Mar 17:55
0.5.0
8f0ad24
Compare
Choose a tag to compare

Please read the full changelog and installation guide.

Added

  • Tracing depletion-mode FETs

Changed

  • Faster trace capture

Fixed

  • Panic when trying to fit a model to an empty trace
  • Bias level for BJT devices

0.4.2

19 Mar 23:28
0.4.2
3112488
Compare
Choose a tag to compare

Please read the full changelog and installation guide.

Added

  • Spinner animation during capture, load and model fitting #24

Changed

  • Capturing and loading a trace is now async #24
  • Tidied up BJT and FET device parameters panes

0.4.1

16 Mar 18:51
0.4.1
77de2f2
Compare
Choose a tag to compare

Please read the full changelog and installation guide.

Changed

  • Tweaked the right pane a little bit
  • Panning the plot only when tracing, not when selecting another type of DUT

Fixed

  • Panic when there's no AD2 connected

0.4.0

15 Mar 13:48
0.4.0
bd4c129
Compare
Choose a tag to compare

Please read the full changelog and installation guide.

Added

  • Adjusting DUT parameters, such as BJT/FET bias levels

Changed

  • Refactored the device types, made traces their associated types and encapsulated AOIs

0.3.0

09 Mar 10:42
0.3.0
80b13b3
Compare
Choose a tag to compare

Please read the full changelog and installation guide.

Added

  • Tracing FETs #4

Changed

  • Improved installation guide in README.md
  • Better text rendering on the graph
  • Caching scatter plots #23