Update clink to v0.4.9

This commit is contained in:
vsailev
2018-09-16 11:05:40 +01:00
parent 275791517b
commit 975d4d62ef
6 changed files with 9 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
### Changes ### Changes
##### v0.4.9
- Fixed broken Doskey on Win10 (#438, #451)
##### v0.4.8 ##### v0.4.8
- Environment variable 'clink_profile' overrides Clink's profile path (#390). - Environment variable 'clink_profile' overrides Clink's profile path (#390).

View File

@@ -136,7 +136,7 @@ h6 { font-size: 1.00em; }
<!-- ----------------------------------------------------- --> <!-- ----------------------------------------------------- -->
<body onload="go();"> <body onload="go();">
<div id="header"> <div id="header">
<div id="title">Clink v0.4.8</div> <div id="title">Clink v0.4.9</div>
<div id="url"> <div id="url">
<a href="http://github.com/mridgers/clink"> <a href="http://github.com/mridgers/clink">
http://github.com/mridgers/clink http://github.com/mridgers/clink
@@ -697,6 +697,10 @@ The current cursor position within the line buffer.
### Changes ### Changes
##### v0.4.9
- Fixed broken Doskey on Win10 (#438, #451)
##### v0.4.8 ##### v0.4.8
- Environment variable 'clink_profile' overrides Clink's profile path (#390). - Environment variable 'clink_profile' overrides Clink's profile path (#390).

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.