Skip to content

Releases: monome/druid

druid v1.1.5

31 May 14:51
Compare
Choose a tag to compare
  • FIX scrub git version for firmware update

1.1.4

16 Nov 22:56
Compare
Choose a tag to compare

Fix error in python3.11 caused by deprecation of inspect.getargspec.

No other functional changes.

druid 1.1.3

06 Jul 18:15
c83b624
Compare
Choose a tag to compare

fix detection on windows @trentgill

druid 1.1.2

02 Jul 16:30
14ef7b4
Compare
Choose a tag to compare

fix serial detection on windows (skip product string detection, because windows doesn't allow it)

druid 1.1.1

23 Jun 14:51
72655f8
Compare
Choose a tag to compare

druid 1.1.0

22 Jun 20:29
Compare
Choose a tag to compare
  • pydfu-based crow firmware updater, auto-fetches from git release @tehn
  • websocket server at port 6666 for sending commands directly to crow (ie, line execution from editor) @csboling
  • command autocomplete + input captures @csboling
  • filename autocompletion @csboling
  • option to ignore theme @daveriedstra

0.2.1

27 Nov 22:11
Compare
Choose a tag to compare
  • Fix parsing of files with missing newlines #66
  • Fix ensure correct version of prompt_toolkit is installed #65

0.2.0

24 Oct 23:41
247e020
Compare
Choose a tag to compare

New functionality:

  • Add CLI, allows uploading and downloading from the command-line directly #30
  • Add --version option to CLI to show druid version #50
  • The REPL can now be started without crow connected #49, #55

Fixes:

  • Uploading and downloading stability fixes in combination with crow firmware 1.0.1 #48, #54, #57
  • Exception on REPL exit fixed #56
  • Change to a regular (non-namespace) package, which means it should no longer be necessary to update setuptools before installing druid #36

0.1.1

09 Oct 22:47
7c23890
Compare
Choose a tag to compare