Releases: facelessuser/ScopeHunter
Releases · facelessuser/ScopeHunter
ST3 2.18.1
2.18.1
- FIX: Scope backtrace fixes.
ST3 2.18.0
2.18.0
- NEW: Refactor scope backtrace to be in the same way with Sublime's default implementation.
ST3 2.17.0
2.17.0
- NEW: Update context backtrace to support changes to API in 4127.
ST3 2.16.2
2.16.2
- FIX: Ensure ready for Package Control 4.0 (compatibility issues with latest
mdpopups
).
ST3 2.16.1
2.16.1
- FIX: Fix issue with latest refactor where a variable was not always defined.
ST3 2.16.0
2.16
- NEW: Due to Sublime schemes ever evolving, there were a few things (like "forward fill" scopes) that we didn't
have support for. These implementation details are hard to reverse engineer, so to make support easier moving forward,
we now use Sublime'sView.style()
to get the style at a given point instead of manually parsing the scheme
ourselves. This means we no longer provide the original defined colors from the scheme file, but instead only the end
result after overlaying transparent colors etc. Because of this,
show_simulated_alpha_colors
option has been removed. - NEW: Because we are no longer parsing the scheme files ourselves anymore, we can no longer provide contributing
scopes to individual style components. The relatedselectors
option has been removed. - FIX: Fix issue with Sublime 4095
auto
light/dark color scheme resolution. - FIX: Reduce dependencies by relying on the
coloraide
inmdpopups
which we already include. - FIX: Remove old
tooltip_theme
option that hasn't been used in quite some time.
ST3 2.15.2
2.15.2
- FIX: Better styling for popups.
- FIX:
tmTheme
support compressed hex; therefore, ScopeHunter must account for these colors. - FIX: Fix false positive on hashed foreground colors.
ST3 2.15.1
2.15.1
- FIX: Fix issue with support commands.
ST3 2.15.0
2.15.0
- NEW: Format dialog a little more compact.
- NEW: Require new
coloraide
dependency. With this dependency, schemes that usemin-contrast
should work now. - NEW: ScopeHunter now only shows information in tooltip. Showing info in separate panel and console has been dropped as tooltip functionality is available on all latest Sublime versions.
- NEW: Backtrace info available in Sublime Text build 4087.
- NEW: Add
image_border_color
option. - FIX: Fix bug with copying color scheme name.
- FIX: Fix some issues related to schemes (Celeste theme) using invalid colors, such as
"none"
to reset background colors etc.
ST3 2.14.0
2.14.0
- NEW: Add support for
glow
andunderline
styles. - FIX: Fix font style reporting in popups.