You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,14 @@
3
3
4
4
## Releases from [chrisant996/clink](https://github.com/chrisant996/clink) fork
5
5
6
-
### Unreleased
6
+
### v1.1.8
7
7
8
8
- Fixed file match completions when an argmatcher only generates flag matches.
9
+
- Fixed automatic inferring whether Readline should use filename completion and/or display rules.
10
+
- Fixed backward compatibility for `clink.find_files()` and `clink.find_dirs()`.
11
+
- Ignore extra arguments after the first one (the performance improvement in v1.1.7 revealed that some scripts call `clink.find_files()` with extra invalid arguments; e.g. clink-completions/modules/matchers.lua).
12
+
- Don't append a trailing path separator on directory names returned by these functions (the new `os.globfiles()` and `os.globdirs()` functions do, but the old `clink.find_files()` and `clink.find_dirs()` functions should not).
13
+
- Fixed backward compatibility for coloring matches.
0 commit comments