Releases: facelessuser/ScopeHunter
Releases · facelessuser/ScopeHunter
ST3 2.18.3
2.18.3
- FIX: Add typing dependency.
ST3 2.18.2
2.18.2
-
**FIX**: Fix color API access failures.
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_colorsoption 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 relatedselectorsoption has been removed. - FIX: Fix issue with Sublime 4095
autolight/dark color scheme resolution. - FIX: Reduce dependencies by relying on the
coloraideinmdpopupswhich we already include. - FIX: Remove old
tooltip_themeoption that hasn't been used in quite some time.
ST3 2.15.2
2.15.2
- FIX: Better styling for popups.
- FIX:
tmThemesupport 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.