Skip to content

v1.6.0 - 2024-5-21

Latest
Compare
Choose a tag to compare
@lwcorp lwcorp released this 21 May 17:13
0363026

New features

  1. Dark mode - automatic follows the system by default, but can be manually defined with theme=dark or theme=light
  2. Auto click button with clickbutton=X - to click a button automatically after opening the menu
  3. Kiosk mode with kiosk=1 - to prevent moving and/or closing the menu
  4. Limit repeatedly clicking with singleclick=1 - to prevent clicking already clicked buttons (they become clickable again only when they finish running)
  5. Override text color with textcolor=color-name or textcolor=0x123456 - to override the default text in the menu and buttons
  6. Made all dual global/individual options also as command line parameters (shown in the menu's help)
  7. Added internal debugger to help tracking issues faster and could serve for a future log feature

Fixes

  1. Reconstructed the new multiple combination logic of skiptobutton VS buttonafter VS closemenuonclick VS kiosk
  2. When manual colors are defined, got them respected even when they use names and not 0x123456 hex codes
  3. Various small fixes