Skip to content

Releases: TomDra/deej-extra

Deej Extra v1.1

28 Jul 23:20

Choose a tag to compare

This release adds mapping buttons to scripts!:

  • Changed the config to allow for scripts to be mapped to a button.
  • Supports running .exe, .bat, .ps1, .sh scripts

Launch instructions

  • First-time users: download the Arduino sketch and upload it to your board (see full instructions here)
  • Download both config.yaml and deej-extra.exe (below, under Assets) and place them in the same directory
  • Verify that your config has the correct COM port for your Arduino board
  • Launch deej.exe. You can always edit the config while deej is running

Linux users: for the time being, please build from source. You'll need libgtk-3-dev, libappindicator3-dev and libwebkit2gtk-4.0-dev for system tray support. If there's demand for precompiled release binaries, please let me know!

Tip: If deej.exe seems to crash or doesn't start, please send us the logs\deej-latest-run.log file from your deej directory.

Tip: deej-debug.exe is a version with a console window that displays additional logs. If you have trouble getting things to work, join our Discord and post a snippet there.

More detailed instructions and documentation are in the repo's main page.

Enjoy!

Full Changelog: v1.0...v1.1

Deej Extra v1.0

27 Jul 22:11

Choose a tag to compare

This release v1.0:

  • Inital release of deej-extra
  • Added run_on_startup config flag
  • Updated README

Launch instructions

  • First-time users: download the Arduino sketch and upload it to your board (see full instructions here)
  • Download both config.yaml and deej-extra.exe (below, under Assets) and place them in the same directory
  • Verify that your config has the correct COM port for your Arduino board
  • Launch deej.exe. You can always edit the config while deej is running

Linux users: for the time being, please build from source. You'll need libgtk-3-dev, libappindicator3-dev and libwebkit2gtk-4.0-dev for system tray support. If there's demand for precompiled release binaries, please let me know!

Tip: If deej.exe seems to crash or doesn't start, please send us the logs\deej-latest-run.log file from your deej directory.

Tip: deej-debug.exe is a version with a console window that displays additional logs. If you have trouble getting things to work, join our Discord and post a snippet there.

More detailed instructions and documentation are in the repo's main page.

Enjoy!

Full Changelog: https://github.com/TomDra/deej-extra/commits/v1.0