Releases: vial-kb/vial-gui
Releases · vial-kb/vial-gui
v0.3
- New feature: Configuring lighting from Vial -- both backlight and rgblight QMK features are supported
- New feature: Keyboard matrix tester (thanks to @Pieterv24 for implementing this feature) - note that this requires latest vial-qmk firmware
- Implemented additional
MAGIC_
keycodes (such as NKRO toggle) - Added support for
DF
keycodes (thanks to @cebby2420 for implementing this feature) - Added support for
TD
keycodes - Added support for
LSA
andLSA_T
keycodes (thanks to @Juank for implementing this feature) - Better handling for custom keycodes utilizing the
customKeycodes
array (thanks to @Pieterv24 for implementing this feature) - Improvements in how the keyboard widget can be navigated (thanks to @0z00)
- Fixed a bug where VIA definitions could not be downloaded on Mac OS and Linux
v0.2
- Added support for millisecond-resolution delays in macros (note that this requires latest version of vial-qmk) [vial-qmk & vial-gui]
- Fixed an issue where encoders would not work due to memory corruption (note that this requires latest version of vial-qmk) [vial-qmk]
- Dark theme is now the default
- Added support for configuring Ctrl+Shift+kc in the GUI
- Vial will now remember last selected language layout
- Added Danish language layout (@Nisker)
- Improved display of masked keycodes (@Nisker)
- Pre-fill current keycode representation when using Any keycode
- Fixed an issue where Vial GUI would freeze when a non-VIA keyboard is connected with VID/PID matching a VIA keyboard
- For developers: added reference QMK implementations for most popular microcontrollers - https://github.com/vial-kb/vial-qmk/tree/vial/keyboards/vial_example [vial-qmk]