Skip to content

Releases: jfcherng-sublime/ST-OpenUri

4105-7.1.2

07 Mar 06:09
890c7c9
Compare
Choose a tag to compare
  • fix: modules should be reloaded when update plugin
  • fix: RuntimeError: dictionary changed size during iteration
  • refactor: tweak directory structure

4105-7.1.1

01 Mar 14:13
134d3f0
Compare
Choose a tag to compare
  • fix: wrong result if selected region's .b > .a
  • chore: improve type annotations

4105-7.1.0

01 Mar 07:46
87c50c7
Compare
Choose a tag to compare
  • feat: add commands to copy URIs
  • feat: copy/select URIs from context menu
    image

4105-7.0.2

23 Feb 07:47
0581131
Compare
Choose a tag to compare
  • 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

24 Jul 04:09
afd0e58
Compare
Choose a tag to compare
  • 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

23 Jul 03:06
e7ef43c
Compare
Choose a tag to compare

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

23 Jul 03:08
84c6d73
Compare
Choose a tag to compare

Very likely the last release for ST 3 since it has been so long that no one reports a bug.