- + Menu User: Added tweak to hide those categories without contents. By default they are shown but disabled.
[Settings]
HideEmptyUserMenus=1 - ! Portable Openwith Menu: The predefined item that comes with fresh nstallations did not work correctly because of missing quotes:
+"Append modified date" \;*>::rename b, *-<datem yyyymmdd>
The right syntax is:
+"Append modified date" \;*>::rename "b", "*-<datem yyyymmdd>"
Fixed.