Skip to content

4.2.0_2

Choose a tag to compare

@hymkor hymkor released this 13 Jun 06:29
· 2972 commits to master since this release
  • Fix the problem that lnk . ~ failed.
  • Fix the problem executables on the folder symbolic-linked to network one and to be elevated are unable to be called. (ShellExecute with physical path)
  • Fix: readline: isearch: BACKSPACE-KEY did not redraw a found commandline
  • Fix: crash that index out of range occurs when an empty string in the global variable in Lua exists and pipeline was used. (#232)

  • lnk . ~が失敗する不具合を修正
  • ネットワークフォルダーにシンボリックリンクされていて、UAC昇格が必要な実行ファイルを呼び出せない問題を修正 (ShellExecute に物理パスを渡すようにした)
  • 一行入力のインクリメンタルサーチ中、BACKSPACE で行が更新されなかった不具合を修正
  • Lua で空文字のグローバル変数があると、pipeを使った時に落ちる不具合を修正(#232)