Skip to content

Releases: chrisant996/clink

v1.1.37

11 Mar 06:00
Compare
Choose a tag to compare
v1.1.37 Pre-release
Pre-release

This is a release candidate build.

This release candidate build seems to be working very well for me, even when copied into an existing Cmder\vendor\clink directory. Be sure to make a backup copy of your Cmder installation before copying Clink into an existing Cmder installation!

If this release candidate survives for 1 week without needing to be updated, the version number will be updated and it will become an official release version.

v1.1.37

  • Fixed copy to clipboard (it never cleared the clipboard!).
  • Fixed #82; added two new clink.paste_crlf modes: ampersand replaces newlines with ampersands, and crlf pastes newlines as-is and executes any commands ending in a newline.
  • Fixed #69; space in the prompt disappears after enter echo: added support for CJK codepages.

v1.1.36

03 Mar 21:47
Compare
Choose a tag to compare
v1.1.36 Pre-release
Pre-release

This is a release candidate build.

This release candidate build seems to be working very well for me, even when copied into an existing Cmder\vendor\clink directory. Be sure to make a backup copy of your Cmder installation before copying Clink into an existing Cmder installation!

If this release candidate survives for 1 week without needing to be updated, the version number will be updated and it will become an official release version.

v1.1.36

  • Fixed #79; Issue with United States - international keyboard layout (regression introduced in v1.1.0).
  • Fixed #78; crash when history file contains a line longer than 8192 characters (regression introduced in v1.1.2-alpha).

v1.1.35

28 Feb 11:52
Compare
Choose a tag to compare
v1.1.35 Pre-release
Pre-release

This is a release candidate build.

This release candidate build seems to be working very well for me, even when copied into an existing Cmder\vendor\clink directory. Be sure to make a backup copy of your Cmder installation before copying Clink into an existing Cmder installation!

If this release candidate survives for 1 week without needing to be updated, the version number will be updated and it will become an official release version.

v1.1.35

  • Fixed when the mark-directories inputrc variable is off (regression introduced in v1.1.1-alpha).
  • Fixed Lua reading from stdin, especially in the Lua debugger (regression introduced in v1.1.25).
  • Fixed exponential cost performance bug in Readline when removing duplicate matches.

v1.1.34

24 Feb 02:34
Compare
Choose a tag to compare
v1.1.34 Pre-release
Pre-release

This is a release candidate build.

This release candidate build seems to be working very well for me, even when copied into an existing Cmder\vendor\clink directory. Be sure to make a backup copy of your Cmder installation before copying Clink into an existing Cmder installation!

If this release candidate survives for 1 week without needing to be updated, the version number will be updated and it will become an official release version.

v1.1.34

  • Fixed copying to clipboard (CF_UNICODETEXT was put on the clipboard correctly, but CF_TEXT was empty and should have been omitted to let Windows automatically convert it from the Unicode text).

v1.1.33 (which was published just minutes before 1.1.34, so I've included its changes here for convenience)

  • Make the "replacing arglink" warning message a little more informative, and write a lua traceback to the Clink log file.
  • Fixed #77; with ConsoleZ scrolling does not always work.
  • Fixed #76; cannot cd up multiple directories normally.

v1.1.33

24 Feb 02:11
Compare
Choose a tag to compare
v1.1.33 Pre-release
Pre-release

This is a release candidate build.

This release candidate build seems to be working very well for me, even when copied into an existing Cmder\vendor\clink directory. Be sure to make a backup copy of your Cmder installation before copying Clink into an existing Cmder installation!

If this release candidate survives for 1 week without needing to be updated, the version number will be updated and it will become an official release version.

v1.1.33

  • Make the "replacing arglink" warning message a little more informative, and write a lua traceback to the Clink log file.
  • Fixed #77; with ConsoleZ scrolling does not always work.
  • Fixed #76; cannot cd up multiple directories normally.

v1.1.32

21 Feb 08:33
Compare
Choose a tag to compare
v1.1.32 Pre-release
Pre-release

This is a release candidate build.

This release candidate build seems to be working very well for me, even when copied into an existing Cmder\vendor\clink directory. Be sure to make a backup copy of your Cmder installation before copying Clink into an existing Cmder installation!

If this release candidate survives for 1 week without needing to be updated, the version number will be updated and it will become an official release version.

v1.1.32

  • Added support for non-standard escape codes to set the window title or print environment variables. Depending on the terminal.emulation setting, the behavior is slightly different. When emulate Clink processes the escape codes. When native with ConEmu (and Clink) the escape codes are passed to ConEmu, except that Clink processes the environment variable codes in prompt strings. When native with other terminals, Clink preprocesses the title and environment variable escape codes in prompt strings, but passes the escape codes to the terminal outside of prompt strings.
  • Fixed #67; AutoRun interferes with Cmder.

v1.1.31

18 Feb 23:23
Compare
Choose a tag to compare
v1.1.31 Pre-release
Pre-release

This is a release candidate build.

This release candidate build seems to be working very well for me, even when copied into an existing Cmder\vendor\clink directory. Be sure to make a backup copy of your Cmder installation before copying Clink into an existing Cmder installation!

If this release candidate survives for 1 week without needing to be updated, the version number will be updated and it will become an official release version.

v1.1.31

  • Fixed #74; clink gets confused by non-standard ConEmu escape codes.
  • Fixed #73; exec.space_prefix and other settings defined in Lua scripts don't take effect until second input line (regression introduced in v1.1.4).

v1.1.30

15 Feb 22:50
Compare
Choose a tag to compare
v1.1.30 Pre-release
Pre-release

This is a release candidate build.

This release candidate build seems to be working very well for me, even when copied into an existing Cmder\vendor\clink directory. Be sure to make a backup copy of your Cmder installation before copying Clink into an existing Cmder installation!

If this release candidate survives for 1 week without needing to be updated, the version number will be updated and it will become an official release version.

So, moving forward, releases will include the installer as well.

v1.1.30

  • Fixed history compacting on x86 (regression introduced in v1.1.2-alpha).

v1.1.29

14 Feb 23:06
Compare
Choose a tag to compare
v1.1.29 Pre-release
Pre-release

This is a release candidate build.

This release candidate build seems to be working very well for me, even when copied into an existing Cmder\vendor\clink directory. Be sure to make a backup copy of your Cmder installation before copying Clink into an existing Cmder installation!

v1.1.29

  • Added clink installscripts and clink uninstallscripts to make it easy for package managers like Scoop to install/uninstall script packages for use with Clink. The installed script paths are stored in the registry for the current user.
  • Fixed bold vs bright colors to more accurately follow generally accepted ANSI escape code conventions:
    • Renamed dim to nobold for clarity (though dim is still recognized for backward compatibility).
    • bold adds intensity to a non-intense color (e.g. cyan which is 36).
    • nobold removes intensity added by bold (e.g. 1;36 becomes 36), but does not remove intensity from an explicit intense color (such as bright cyan which is 96).
  • Fixed support for --file= flags in argmatchers.
  • Fixed match display filtering on the first try for a word (regression introduced in v1.1.19).
  • Fixed the clink --profile flag (regression introduced in v1.1.10).
  • Fixed clink info to accurately report the script dirs (it didn't account for the clink.path setting correctly).

v1.1.28

12 Feb 21:07
Compare
Choose a tag to compare
v1.1.28 Pre-release
Pre-release

This is a release candidate build.

This release candidate build seems to be working very well for me, even when copied into an existing Cmder\vendor\clink directory. Be sure to make a backup copy of your Cmder installation before copying Clink into an existing Cmder installation!

v1.1.28

  • Renamed the log.rl_terminal setting to debug.log_terminal; it has already been repeatedly very useful in multiple was since it was added, so it stays.
  • Fixed #70; ctrl+c not working (regression introduced in v1.1.25).