Skip to content

Commit

Permalink
release: 7.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <[email protected]>
  • Loading branch information
jfcherng committed Jul 25, 2021
1 parent d17f142 commit afd0e58
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 18 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file.

## [7.0.1] - 2021-07-24

- feat: check all foreground views for updating

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.

## [7.0.0] - 2021-07-23

- refactor: drop ST 3 support
Expand All @@ -17,10 +25,9 @@ All notable changes to this project will be documented in this file.
modifiers: ['alt'],
command: 'open_context_url',
},
];
]
```


## [6.4.1] - 2021-06-18

- refactor: tidy codes
Expand Down
2 changes: 1 addition & 1 deletion messages.json
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"
}
20 changes: 5 additions & 15 deletions messages/update_message.md
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.

0 comments on commit afd0e58

Please sign in to comment.