Releases: aziz/SublimeHyperClick
Releases · aziz/SublimeHyperClick
2.6.0
2.5.1
2.5.0
2.4.0
2.3.0
2.3
2.2.0
2.1.0
See also the release notes for 2.0.0
Added
- Support for Sass/SCSS modules #64
Breaking changes
- Replaced the
"selector"
setting with a"selectors"
list #69
Fixed
- Load the correct settings file (named
HyperClick.sublime-settings
in 2.0+) for annotations #68
2.0.0
Breaking changes
HyperClick has been rebuilt to be both simpler and more flexible: #60
- All file resolvers were consolidated into one.
- Language support is now managed via selectors, making it
easier to add languages and seamless to support alternative
packages for any language. - Settings were restructured to be easier to extend and modify.
This means you might need to update your (project-)settings.
Please read this explainer to help you do so:
https://github.com/aziz/SublimeHyperClick/blob/master/README.md#upgrading-settings-for-20
Fixed
- Match by scope, not syntax file #1
1.12.0
Breaking changes
- Context menu and command palette entries are now titled "Goto File" instead of "Jump To Source File", to be consistent with Sublime Text's native "Goto" functionality #59