Skip to content

Releases: facelessuser/ScopeHunter

ST3 2.18.3

14 Oct 18:57

Choose a tag to compare

2.18.3

  • FIX: Add typing dependency.

ST3 2.18.2

10 Oct 15:13

Choose a tag to compare

2.18.2

  • **FIX**: Fix color API access failures.
    

ST3 2.18.1

19 Mar 19:08

Choose a tag to compare

2.18.1

  • FIX: Scope backtrace fixes.

ST3 2.18.0

19 Feb 14:33

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

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

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

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

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

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

Choose a tag to compare

2.15.1

  • FIX: Fix issue with support commands.