Releases: jfcherng-sublime/ST-OpenUri
Releases · jfcherng-sublime/ST-OpenUri
4152-8.0.2
4152-8.0.1
Package Control v4 is required due to the use of more-itertools
py38 dependency.
- refactor: tidy codes
- chore: add
more-itertools
as a dependency
4152-8.0.0
This release has no functionality change but bumps the minimum required ST version to 4152 with some code cleaning.
ST 4152 is the latest stable build, which is free for trail, so I just assume everyone can upgrade to it.
- refactor: tidy codes (ST>=4152)
4105-7.2.3
- refactor: add
NO_UNDO
flag toview.add_regions
- refactor: sort merged regex by scheme length DESC
- refactor: use py38 syntax
- chore: format
pyproject.toml
with taplo
4105-7.2.2
- refactor: tidy codes
4105-7.2.1
- fix: occasionally startup exception
4105-7.2.0
- feat: capture URLs starting with "www" without a scheme (#12)
4105-7.1.5
- fix: wrong link in "Copy ..." context menu (#10)
4105-7.1.4
- refactor: use
view.expand_to_scope
API for ST >= 4132
since sublimehq/sublime_text#5333 has been fixed in 4132.
4105-7.1.3
- refactor: simplify
boot.py