Releases: knack-supply/curve-tracer
Releases · knack-supply/curve-tracer
v1.0.0-beta.2
Please read the full changelog and installation guide.
Changed
- Updated to latest
relm
to fixcairo
on Windows - Switched to upstream
nalgebra
(still unreleased version, though) - Help text in GUI
v1.0.0-beta.1
Please read the full changelog and installation guide.
Changed
- Made logging level configurable
- Help text in GUI
v1.0.0-alpha.1
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
0.5.1
0.5.0
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
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
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
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
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