Releases: Skhmt/mfd
Releases · Skhmt/mfd
7 April 2019
20 January 2019
- Fixed a bug that allowed unauthorized users to replay commands in some situations
- Added API to use media buttons,
mfd.media(_button_) - Added API to get system sensors (cpu load, cpu temp, ram load, gpu temp) if you're running MFD as administrator,
mfd.sensors(_callback_) - Added API to set the mp3 volume,
mfd.volMP3(_volume_)
17 December 2018
- If 1.6.0 is working for you, there's no need to update
- Changed from JavaFX to JLayer for playing mp3s, you don't have to do anything
- Updated the Windows
.exeto allow command line switches - Use
mfd-console.exeif you want to use the-vswitch and/or see console output.
16 December 2018
- Added an API to play and stop an mp3 on the host computer,
mfd.playMP3(_path_)andmfd.stopMP3() - Updated some dependencies
- Removed all displays besides
exampleandkeypadto put them in their own projects
10 October 2018
- #2 Added an api for getting the focused window's title (
mfd.getWindowTitle(title => {console.log(title);})) - Transitioned from
spark-kotlin 1.0.0-alphatospark-core 2.8.0for security reasons - [Bugfix] Fixed the youtube example in the
Exampledisplay - [Bugfix] vJoy status was displaying even when not in verbose mode
3 September 2018
- Added the escape key (esc) to the API
- Updated included displays
- Added github repository link to the taskbar menu
- Cleaned up some dependencies
- Fixed a bug with blank passwords, they should work better now (but still aren't recommended for security reasons)
- Slightly modified the main page
17 February 2018
- Added support for the macOS ⌘ key
- Added the
-ip [ip address]command line switch to force the config page to use your supplied ip address so the QR code works with multiple-NIC systems - this doesn't change how the program works at all - Added the
-scommand line switch for safe mode, which blocksmfd.exec,mfd.url,mfd.changePass, and the Windows and Command keys inmfd.keyTapandmfd.keyOn - Added the
keypaddisplay