Skip to content

a barrel of fun

Compare
Choose a tag to compare
@umlaeute umlaeute released this 03 Mar 20:48
· 308 commits to master since this release

Animated GIF demonstration of the Deken plugin user interface v0.7.1

deken-plugin ("Find externals" within Pd)

  • decide whether you want to search of libraries, objects or both
  • select multiple packages (with right-click) and download/install them at once #94
  • install packages from files
  • (optional) drag'n'drop package files onto the dialog to install them #225
  • library sorting has improved (newer libraries sort before older libraries, rather than reversed-alphabetically) #230
  • callback to allow Pd to search for uncreatable objects (dekenception)
  • better support for packages with externals that don't do any number processing
  • optionally keep package files after downloading them
  • improve SHA256 verification handling
  • lots of fixes and bugs

deken cmdline (create and upload packages)

  • much improved generation of object lists (using the DESCRIPTION of the object's help-patch) #220
  • new --name flag to override the package name #229
  • new --no-sign-gpg flag to skip GPG-signing #231
  • settable output dir when creating packages
  • strip a leading v from the version to prevent accidental vv1.2.3 versions #232
  • take dynamic libraries into account when calculating the architecture
  • new systemfix verb to fix imported modules #233
  • switch to hy-0.19/Python3
  • binaries for macOS & Windows
  • Docker image registry.git.iem.at/pd/deken:v0.7.1 (mostly for use in CI-systems)
  • lots of fixes and bugs