Changelog entries are classified using the following labels (from keep-a-changelog):
added
: for new featureschanged
: for changes in existing functionalitydeprecated
: for once-stable features removed in upcoming releasesremoved
: for deprecated features removed in this releasefixed
: for any bug fixesbumped
: updated dependencies, only minor or higher will be listed.
Fixed
- adds support for unclosed quotes
Added
- adds support for
options.noglobstar
Housekeeping updates. Adds documentation section about escaping, cleans up utils.
This release includes fixes for windows path edge cases and other improvements for stricter adherence to bash spec.
Fixed
- More windows path edge cases
Added
- Support for bash-like quoted strings for escaping sequences of characters, such as
foo/"**"/bar
where**
should be matched literally and not evaluated as special characters.
Added
- Support for windows path edge cases where backslashes are used in brackets or other unusual combinations.
Stable release.
First release.