Releases: jfcherng-sublime/ST-OpenUri
Releases · jfcherng-sublime/ST-OpenUri
4105-7.1.2
- fix: modules should be reloaded when update plugin
- fix:
RuntimeError: dictionary changed size during iteration
- refactor: tweak directory structure
4105-7.1.1
- fix: wrong result if selected region's
.b > .a
- chore: improve type annotations
4105-7.1.0
4105-7.0.2
-
fix: URI ends with
.
in markdown image/link context (#8)This fix also introduces a new setting:
expand_uri_regions_selectors
4105-7.0.1
-
feat: check all foreground views for updating (5c9e741)
Previously, OpenUri only checks the current activated view.
Since OpenUri also checks whether the view is dirty before performing a update,
I think this shouldn't be resource consuming.
4105-7.0.0
This is more of a clean up version without functional changes.
-
refactor: drop ST 3 support
-
refactor: default mouse binding has been removed
If you need the mouse binding, add
[ // open URL via: alt + right click { button: 'button2', modifiers: ['alt'], command: 'open_context_url', }, ]
3118-6.4.1
Very likely the last release for ST 3 since it has been so long that no one reports a bug.