We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b53b673 commit 1111eb0Copy full SHA for 1111eb0
1 file changed
CHANGES
@@ -1,6 +1,19 @@
1
2
### Changelog
3
4
+##### v0.4.2
5
+
6
+- Prompt colouring no longer requires third party ANSI code utility.
7
+- Override settings with environment variables prefixed with "clink."
8
+- Ctrl-PgUp goes up a directory.
9
+- Updated Go completions (by matrixik).
10
+- Arguments to clink.arg.new_parser() now initialise parser's flags/args (from vladimir-kotikov).
11
+- New clink.arg.add_flags() and clink.arg.add_arguments() functions.
12
+- Removed footer and Alt-H tip for more succinct stdout output.
13
+- Bug fixes;
14
+ - Windows XP works again.
15
+ - Fixed race condition in lua_execute().
16
17
##### v0.4.1
18
19
- Bug fixes;
0 commit comments