Skip to content

Commit 05c4738

Browse files
committed
Update CHANGES.
1 parent f031c7e commit 05c4738

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGES

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@
33

44
## Releases from [chrisant996/clink](https://github.com/chrisant996/clink) fork
55

6-
### Unreleased
6+
### v1.1.8
77

88
- 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.
914

1015
### v1.1.7
1116

0 commit comments

Comments
 (0)