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: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,3 +42,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
42
42
### Fixed
43
43
- 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
44
44
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