github chrisant996/clink v1.3.11

latest releases: v1.6.12, v1.6.11, v1.6.10...
2 years ago

Important: Updating to v1.3.10 or higher is recommended in a timely manner: v1.3.1 through v1.3.9 have a memory corruption issue that can eventually lead to a malfunction or crash the more often you use completion.

Changes in v1.3.11

  • Updated the list of recognized CMD command names.
  • Better support for ( and ) when expanding doskey macros (e.g. now ( macro foo ) & ( macro bar ) works).
  • Fixed word break characters during completion. Only = ; had ever worked before, and now the normal CMD completion word break characters work (including , ! + ( and many others).
  • Fixed match display to not force a single column unless there are descriptions present.
  • Fixed backward compatibility for _argmatcher:add_arguments() and _argmatcher:set_arguments() (they were mistakenly adding all the arguments into the first argument position).
  • Fixed backward compatibility for merging argmatchers.
    • Merging argmatchers works again. It is still a simple merge similar to v0.4.9, but it should be sufficient for common cases.
    • Fixed some bugs in how Clink v0.4.9 merged argmatchers (the unit tests for merging fail in v0.4.9).
    • Added support for some merging cases that weren't implemented yet in v0.4.9.
  • And other obscure minor backward compatibility fixes.

Don't miss a new clink release

NewReleases is sending notifications on new releases.