Skip to content

Latest commit

 

History

History
78 lines (46 loc) · 2.4 KB

CHANGELOG.md

File metadata and controls

78 lines (46 loc) · 2.4 KB

Version 0.7.1

Released 17th March 2023

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

Version 0.7.0

Released 17th March 2023

  • Global preferences are now available as well as per-project preferences. A global preference will be used when it hasn't been set at the project level
  • Support Black's preview style

Version 0.6.0

Released 20th January 2023

  • Refactor for asynchronous saving (see #4)
  • Add per-project setting for setting maximum line length

Version 0.5.1

Released 1st June 2021

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

Version 0.5.0

Released 8th February 2021

  • 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)

Version 0.4.2

Released 27th September 2020

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

Version 0.4.1

Released 26th September 2020

  • Update installation instructions

Version 0.4.0

Released 26th September 2020

  • 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

Version 0.3.0

Released 22nd September 2020

  • 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

Version 0.2.0

Released 21st September 2020

  • 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

Version 0.1.0

Released 20th September 2020

Initial public release.