Skip to content

Commit c49123d

Browse files
[Chore] Update change log.
1 parent f93724f commit c49123d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4242
### Fixed
4343
- Fixed a situation where installing the package for the first time causes the `py33` file to be not detected by `sublime.find_resources` & settings returns `None`, thus forcing the user to restart inorder to let changes pick up
4444
properly (#4)
45+
46+
## [1.3.0] - 2021-11-24
47+
48+
### Fixed
49+
- Fixed a situation where `"all"` was considered an invalid option for `filter_plugin_commands_on_package` (But it continued to work because the default fallback was `"all"`).
50+
- Removed the trailing `, ` from command signature when <kbd>ctrl</kbd> (or the configured modifier key) is used to copy command signature to clipboard.
51+
52+
### Added
53+
- Added command palette and main menu entries for viewing documentation.
54+
- Added command palette entry for opening key bindings.

0 commit comments

Comments
 (0)