Skip to content

Releases: greatscottgadgets/cynthion

0.1.8

25 Nov 09:58
0.1.8
85ff0ee
Compare
Choose a tag to compare

Added

Changed

  • Apollo firmware has been updated to 1.1.1.
  • Tutorials have been moved to docs/source/tutorials/.
  • Bumped critical-section crate to version =1.2.0.

Fixed

  • Moondancer reliability improvements.

0.1.7

10 Oct 09:31
0.1.7
61df332
Compare
Choose a tag to compare

Added

Fixed:

  • Fix Facedancer USB Timeout error. (#188)

Changed

  • General documentation improvements. (tx for the suggestions @x0rloser!)

0.1.6

19 Sep 13:07
0.1.6
de15bd8
Compare
Choose a tag to compare

Added

  • Improved error messages.
  • New make assets rule to automatically populate the cynthion Python package assets/ directory for source
    installs.

Fixed

  • Compilation error and warnings when compiling on rustc >= 1.8.0.
  • A number of USB Proxy bugs (#71 #134 #156).

0.1.5

20 Aug 14:42
0.1.5
d8fceb3
Compare
Choose a tag to compare

Added

  • Windows support for Facedancer and USB Proxy.

0.1.4

19 Aug 15:02
0.1.4
bbf100f
Compare
Choose a tag to compare

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

25 Jul 16:25
0.1.3
07332f6
Compare
Choose a tag to compare

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

Fixed

  • Flash UID returns Zeros after using --force-offline.
  • cynthion update becomes unreliable when device enumeration is slow.
  • Some Cynthion r1.4 devices return r0.0 for the hardware revision number.
  • In some cases the USB analyzer would fall off the bus.

0.1.2

09 Jul 17:41
0.1.2
0820284
Compare
Choose a tag to compare

Fixed

  • cynthion Python package assets installed to site-packages/ instead of site-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. (requires apollo_fpga>=1.0.7)

0.1.1

08 Jul 14:36
0.1.1
851cd70
Compare
Choose a tag to compare

Added

Fixed

  • [Errno 13] Access denied (insufficient permissions) when executing cynthion run selftest on Windows.
  • Duplicate dependency declarations in cynthion Python package.

0.1.0

05 Jul 22:22
0.1.0
db0fb8e
Compare
Choose a tag to compare

Added

  • Initial release