Releases: greatscottgadgets/cynthion
Releases · greatscottgadgets/cynthion
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
Added
- Prevent running or flashing Facedancer on Windows until full support is enabled.
Changed
- Moondancer firmware serial example replaced with an acm serial example that works on all platforms.
- Updated libgreat to v2024.0.2
Fixed
- Cynthion LED B would activate when taken offline.
cynthion setup
required udev rules to be installed in order to install udev rules.- Fixed the stop condition for final word during analyzer read bursts.
0.1.3
Added
- The
cynthion info
command now shows information from all connected Cynthions. - Documentation updates:
- Documented the requirement to install libusb on macOS.
- Developer instructions for Windows.
Changed
- Updated the microcontroller firmware to
apollo v1.1.0
.
Fixed
- Flash UID returns Zeros after using
--force-offline
. cynthion update
becomes unreliable when device enumeration is slow.- Some Cynthion
r1.4
devices returnr0.0
for the hardware revision number. - In some cases the USB analyzer would fall off the bus.
0.1.2
Fixed
cynthion
Python package assets installed tosite-packages/
instead ofsite-packages/cynthion/
.usb.core.USBError: [Errno 13] Access denied (insufficient permissions)
error when updating the Cynthion
Microcontroller firmware.usb.core.NoBackendError: No backend available
error on Windows. (requiresapollo_fpga>=1.0.7
)
0.1.1
Added
- Rust crates published for
moondancer
and its dependencies: https://crates.io/crates/moondancer
Fixed
[Errno 13] Access denied (insufficient permissions)
when executingcynthion run selftest
on Windows.- Duplicate dependency declarations in
cynthion
Python package.