Skip to content

Releases: SublimeLinter/SublimeLinter

4.25.0

19 May 18:42
Compare
Choose a tag to compare

--- @WZ-Tong implemented the setting show_panel_on_save.ignored_error_types to suppress the automatic panel popup for certain error types.

You could set it to ["info", "hint"] for example.

That's it, sincerely,
💕

4.24.3

02 May 21:59
b85ac7f
Compare
Choose a tag to compare
  • Redo the hot-fix applied to 4.24.2
  • Never choose the user's HOME directory as the project root only because it has some configuration files in it.
  • Fix edge-case in the squiggles code. Apparently sometimes Sublime can't compute a foreground color for a given scope; just fallback in those cases.

4.24.2

30 Apr 23:29
754f55e
Compare
Choose a tag to compare

Reloading always threw a RuntimeError. That doesn't have to be so. (#1937)

4.24.1

16 Apr 17:49
10968e7
Compare
Choose a tag to compare

The current stable version of Sublime Text, build 4169, has a bug requiring a
restart after a fresh and clean install of SublimeLinter.
This release just adds an installation note about that.

4.24.0

15 Apr 20:51
b83d0c7
Compare
Choose a tag to compare

That's it: we say Goodbye to Sublime Text 3 and run on the Python 3.8 host.
You may want to restart.

How is this implemented? On Sublime's startup and when you install/remove
packages using Package Control we automatically lift all SL adapters/addons
to the 3.8 host. This is necessary as it is impossible to get cooperation
in a single step and limited timeline for 100+ repos. Over time these helper
packages may eventually update and Sublime Linter will remove the "lifts".

During that period it may or may not be necessary to restart Sublime Text
after upgrades of such plugins. This is currently unknown as I (and we) don't
have much experience in these processes. This is a novel approach after all.
That being said, on my machine installing and uninstalling is seamless and
just works™️.

Sincerely,
💕

Yes, I do enjoy coffee: https://paypal.me/herrkaste

4.23.5

22 Mar 20:02
93ace4d
Compare
Choose a tag to compare

I ridiculously screwed the 4.23.4 tag. (That was not installable 😬.) So we ship a new one.

4.23.4

21 Mar 19:20
c43c5e2
Compare
Choose a tag to compare

Prepare for the python 3.8 plugin host.

4.23.3

10 Feb 13:17
61849c6
Compare
Choose a tag to compare
  • Recover BrokenPipe errors on Windows by backporting python's Popen._communicate from recent python versions

4.23.2

26 Jan 20:09
cec37da
Compare
Choose a tag to compare

Fix 4.23.1 which pointed to the wrong commit. 🤷

4.23.1

26 Jan 20:08
Compare
Choose a tag to compare

Maintenance release with no intended behavioral changes.