-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jack Cherng <[email protected]>
- Loading branch information
Showing
3 changed files
with
15 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"7.0.0": "messages/update_message.md", | ||
"7.0.1": "messages/update_message.md", | ||
"install": "README.md" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,10 @@ | ||
OpenUri has been updated. To see the changelog, visit | ||
Preferences » Package Settings » OpenUri » CHANGELOG | ||
|
||
## [7.0.0] - 2021-07-23 | ||
## [7.0.1] - 2021-07-24 | ||
|
||
- refactor: drop ST 3 support | ||
- refactor: default mouse binding has been removed | ||
- feat: check all foreground views for updating | ||
|
||
If you need the mouse binding, add | ||
|
||
```js | ||
[ | ||
// open URL via: alt + right click | ||
{ | ||
button: 'button2', | ||
modifiers: ['alt'], | ||
command: 'open_context_url', | ||
}, | ||
] | ||
``` | ||
Previously, OpenUri only checks the current activated view. | ||
Since OpenUri also checks whether the view is dirty before perform a update, | ||
I think this shouldn't be resource consuming. |