Releases: mridgers/clink
Releases Β· mridgers/clink
Clink v1.0.0a5
Version bump
Clink v1.0.0a4
Blank space tidy
Clink v1.0.0a1
Fixed 'history delete #' not quite working.
Clink v1.0.0a0
Small tweak to version semantics.
Clink v0.4.9
Clink v0.4.8
Clink v0.4.7
Clink v0.4.6
- Readline can be initialised with .inputrc and _inputrc files too (#258).
- HOME is only set if it is currently unset.
- Bug fixes;
- Executable completion;
- Paths from PATH were checked twice.
- Incorrect results were returned for words ending in '.' or '-'.
- Directories . and .. were incorrectly displayed.
- Fixed a crash if .bat script's stdout is redirected (#366).
- Occasional crash when injecting Clink (#351).
- Display errors;
- Doskey emulation (#344).
- Improved 'clink autorun' help (#348).
- Fixed launching Clink when clink.bat is renamed (#357).
- Executable completion;
Clink v0.4.5
- Improved "clink autorun". It now defaults to the Current User registry hive.
- "clink set" gives more details for enumeration-type settings.
- Tab completion for p4vc.
- New settings "history_expand_mode" to control history expansion in quotes (#317).
- Bug fixes;
- Use full width of the terminal (#337).
- Fixed MinGW compile error (#335).
- Autorun now defaults to the current user's hive (#332).
- Creating clink.html no longer needs Pandoc, plus it looks a bit better (#331).
- Added settings to control history expansion (#326).
- Correct fallback when 'use_altgr_substitute' is off (#325).
- Load history prior to saving it on shutdown (#318).
- Added Shift-Tab documentation and menu completion example (#190).
- Added shim for backwards menu completion (#190).
- Input handling now outputs '\e`Z' for Shift-Tab (#190).
- Updated Readme with current Premake info (#310).
- Guard against there being no buffer to read from (#304).
- Fixed artefacts when resizing conhost's buffer (#139).
- Clear remaining characters if scroll window was too small (#301)
- Escape % characters when expanding aliases (#280).
- Fixed leaking exception filters.
- Clearing the screen doesn't leave artefacts behind.
Clink v0.4.4
- Completing .. behaves more like Bash (closes #277).
- Escape from yes/no question when Ctrl+C is pressed.
- Valid XP executables (fixes #278, #289).
- Fixed n-th argument yank not working as expected (issue #254).
- Fixed prompt colours sometimes not working (issues #279, #286).
- Fixed '!0' causing Clink to crash.