6643
v1.7.19
- Fixed some unnecessary work that was performed when starting the Lua engine (a tiny performance boost).
- Fixed
os.getcwd()
when the LongPathsEnabled regkey is set. - Fixed the application manifest for the
clink_*.exe
programs to mark them as longPathAware (this doesn't affect CMD; while Clink is injected in CMD, then CMD's manifest is what controls long path awareness). - Fixed the
oncommand
event when usingclink-popup-history
to select and execute a command from history. - Fixed #756; Clink could potentially think it wasn't elevated when running as
LOCAL_SYSTEM
or the builtinAdministrator
account. - Fixed #758; avoid crashing in a pathological case where something else abuses CMD by injecting background threads that actively garble input and output.
- Fixed the
info
command in the Lua debugger.