Skip to content

Releases: facelessuser/ScopeHunter

ST3 2.18.1

19 Mar 19:08
Compare
Choose a tag to compare

2.18.1

  • FIX: Scope backtrace fixes.

ST3 2.18.0

19 Feb 14:33
Compare
Choose a tag to compare

2.18.0

  • NEW: Refactor scope backtrace to be in the same way with Sublime's default implementation.

ST3 2.17.0

11 Feb 13:51
Compare
Choose a tag to compare

2.17.0

  • NEW: Update context backtrace to support changes to API in 4127.

ST3 2.16.2

05 Sep 23:03
72abf1d
Compare
Choose a tag to compare

2.16.2

  • FIX: Ensure ready for Package Control 4.0 (compatibility issues with latest mdpopups).

ST3 2.16.1

07 Apr 04:41
Compare
Choose a tag to compare

2.16.1

  • FIX: Fix issue with latest refactor where a variable was not always defined.

ST3 2.16.0

31 Mar 23:06
Compare
Choose a tag to compare

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's View.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 related selectors option has been removed.
  • FIX: Fix issue with Sublime 4095 auto light/dark color scheme resolution.
  • FIX: Reduce dependencies by relying on the coloraide in mdpopups which we already include.
  • FIX: Remove old tooltip_theme option that hasn't been used in quite some time.

ST3 2.15.2

18 Mar 13:42
Compare
Choose a tag to compare

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

13 Mar 18:51
Compare
Choose a tag to compare

2.15.1

  • FIX: Fix issue with support commands.

ST3 2.15.0

13 Mar 14:16
Compare
Choose a tag to compare

2.15.0

  • NEW: Format dialog a little more compact.
  • NEW: Require new coloraide dependency. With this dependency, schemes that use min-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

03 May 13:27
Compare
Choose a tag to compare

2.14.0

  • NEW: Add support for glow and underline styles.
  • FIX: Fix font style reporting in popups.