Skip to content

Releases: flother/Blake.novaextension

v0.7.1

17 Mar 22:13

Choose a tag to compare

  • Document the support for global preferences
  • Document the new "Black preview style" preference

See the changelog for full details.

v0.7.0

17 Mar 21:47

Choose a tag to compare

  • Add support for global preferences
  • Add support for Black's preview style

See the changelog for full details.

v0.5.1

01 Jun 17:00

Choose a tag to compare

  • Bug fix: improve detection of Flake8 config (commit f1404e9c and PR #2)

See the changelog for full details.

v0.5.0

08 Feb 11:45

Choose a tag to compare

  • Bug fix: fail gracefully when the Black or Flake8 Python libraries aren't available (f35f2d27)
  • Improvement: document "Format Source Code with Black" menu item (7053ac08)

v0.4.2

27 Sep 08:38

Choose a tag to compare

  • Add the extension to the formatters category
  • Clarify docs on using Flake8 plugins

v0.4.1

26 Sep 17:33

Choose a tag to compare

  • Update installation instructions

v0.4.0

26 Sep 13:20

Choose a tag to compare

  • Remove trailing comma in extension manifest
  • Add instructions for installing from GitHub
  • Update GitHub URLs in extension manifest
  • Fix minor grammar error in extension description
  • Move extension code up to top level of repo

v0.3.0

22 Sep 14:51

Choose a tag to compare

  • Add support for using Black to format Python code
  • Log Flake8 stderr output as single console string
  • Move .gitignore to the root of the repo

v0.2.0

21 Sep 11:36

Choose a tag to compare

  • Explain in README how to use Flake8 plugins if you install it via Pipx
  • Fix bug where the last issue wasn't removed from the list after it was fixed
  • Remove unused code that streams from stdin

v0.1.0

20 Sep 14:24

Choose a tag to compare

Initial release.