-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
It's probably a good time for a minor release once the ActivityIndicator stuff is done.
Version 1.4.0
Enhancements
- Add
ActivityIndicator. (Add activity indicator. #119) - Add
HoverLocation,QueryContextOperator, andCompletionOptionsenums. (Implemented missing flags from sublime_plugin. #111)
Bug Fixes
- Fix bug in glob matching. (Fixed bug in glob matching. #117)
- Add missing default value of
-1for thesizeargument ofViewStream.read().
Internal changes
- Add comprehensive type declarations. (Add comprehensive type checks #116 )
- If a
pathlibis available, use that instead of the vendored version. (Use pathlib dependency if available. #113) - Improved performance of
ResourcePath.from_file_path(). (Better handling of resource roots. #112)