Skip to content

Releases: munkybutt/sublack

v4.1.1

15 Mar 20:51
Compare
Choose a tag to compare

Added .gitattributes and updated .gitignore to remove unneeded files from releases

v4.1.0

15 Mar 20:29
5ced538
Compare
Choose a tag to compare
  • black is now bundled with sublack, so no need to install separately.
    • Can still point to an external black process if required.
  • black all now runs using sublack settings.
  • Now uses python38.
  • Updated unit tests and resolved outstanding issues.

Sublack for Sublime Text 4

13 Aug 22:16
Compare
Choose a tag to compare

Made compatible with Sublime 4:

  • Blackd server now starts up in a cleanly in a background thread without blocking the ui
  • Removed the need for the watcher as ST4 now supports on_exit event
  • Added more verbose and cleaner to read logging
  • Formatted code with black

Still runs on Py3.3 until Py3.8 dependencies are working