Skip to content

Releases: lwcorp/lwmenu

v1.5.6 - 2024-4-19

19 Apr 20:00
272eee8
Compare
Choose a tag to compare

New features

  1. Added a new feature netaccess=0/1 - can be used both globally, individually to block/allow Windows Firewall net access before launching a program, meaning it will be used only for the duration of the run
  2. Added a new feature focusbutton=X - can be used both globally and individually so the menu will focus on button X instead of the first button
  3. Added command line support for /skiptobutton=X, /focusbutton=X and /? (the latter also to the menu bar itself)
  4. Added an optional run as admin feature when requiring admin (previously the user could just choose whether to ignore the admin requirement or not)
  5. Added support for associating the launcher to anything, not just filenames
  6. Added support for associations even if the launcher already has internal command line parameters (in that case, it will append to their end)
  7. Added support for deleting folders using wildcards (which unlike files had no native wildcard support)
  8. Added more simulation prompts including even before opening the config

Fixes

  1. Made settings file's embedding logic happen only after determining the working folder
  2. Made externally passed parameters work not just when using skiptobutton=X
  3. Added support for brackets in environmental variable, like in %ProgramFiles(x86)%
  4. Fixed not to close the menu when symlink creation is blocked while closemenuonclick=0 is used
  5. Fixed deleting symlinks when symlink= has spaces like in symlink=x | y
  6. Fixed not to create already existing symlinks
  7. Added explanation when failing to delete symlinks
  8. Added support for - and not just / for command line parameters
  9. Fixed some message icons

v1.5.5.7 - 2024-4-14

13 Apr 21:07
272eee8
Compare
Choose a tag to compare
v1.5.5.7 - 2024-4-14 Pre-release
Pre-release
  1. Added an optional run as admin feature when requiring admin (previously the user could just choose whether to ignore the admin requirement or not)
  2. Added command line support for /skiptobutton=X (e.g. /skiptobutton=5) and for /?
  3. Added command line syntax help to the menu

v1.5.5.6 - 2024-4-12

12 Apr 14:18
a172900
Compare
Choose a tag to compare
v1.5.5.6 - 2024-4-12 Pre-release
Pre-release
  • Added support for deleting folders using wildcards (which unlike files had no native wildcard support)

v1.5.5.5 - 2024-4-7

06 Apr 22:46
749b2d1
Compare
Choose a tag to compare
v1.5.5.5 - 2024-4-7 Pre-release
Pre-release
  1. Added a new feature netaccess=0/1 - can be used both globally and individually to block/allow Windows Firewall net access before launching a program, meaning it will be used only for the duration of the run
  2. Added a new feature focusbutton=X - can be used both globally and individually so the menu will focus on button X instead of the first button
  3. Added environmental variable support for brackets, like in %ProgramFiles(x86)%
  4. Fixed not to close the menu when symlink creation is blocked while closemenuonclick=0 is used
  5. Fixed deleting symlinks when symlink= has spaces like in symlink=x | y
  6. Fixed not to create already existing symlinks
  7. Added explanation when failing to delete symlinks

v1.5.5.4 - 2024-3-23

23 Mar 12:27
f82afa1
Compare
Choose a tag to compare
v1.5.5.4 - 2024-3-23 Pre-release
Pre-release
  • Made externally passed parameters work not just when using skiptobutton=X

v1.5.5.3 - 2024-3-23

23 Mar 00:52
dfd118d
Compare
Choose a tag to compare
v1.5.5.3 - 2024-3-23 Pre-release
Pre-release
  1. Made settings file's embedding logic happen only after determining the working folder
  2. Added support for "-" and not just "/" for the command line parameter of simulate

v1.5.5.2 - 2024-3-19

18 Mar 23:01
4dab7fb
Compare
Choose a tag to compare
v1.5.5.2 - 2024-3-19 Pre-release
Pre-release
  • Added more simulation prompts

v1.5.5.1 - 2024-3-18

18 Mar 07:50
abdf84d
Compare
Choose a tag to compare
v1.5.5.1 - 2024-3-18 Pre-release
Pre-release
  1. Added support for associating the launcher to anything, not just filenames
  2. Added support for associations even if the launcher already has internal command line parameters (in that case, it will append to their end)

v1.5.4 - 2024-3-13

13 Mar 20:33
01412ca
Compare
Choose a tag to compare
  1. Added a blinktaskbarwhendone=1 feature that will blink the taskbar upon completion of the launched program
  2. Embedded the default settings file in case of a missing external file

v1.5.3.2 - 2024-3-8

08 Mar 20:36
f64651f
Compare
Choose a tag to compare
v1.5.3.2 - 2024-3-8 Pre-release
Pre-release
  • Embedded the default settings file in case of a missing external file