Releases: TomDra/deej-extra
Deej Extra v1.1
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.yamlanddeej-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.exeseems to crash or doesn't start, please send us thelogs\deej-latest-run.logfile from yourdeejdirectory.
Tip:
deej-debug.exeis 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
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.yamlanddeej-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.exeseems to crash or doesn't start, please send us thelogs\deej-latest-run.logfile from yourdeejdirectory.
Tip:
deej-debug.exeis 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