Released 17th March 2023
- Document the support for global preferences
- Document the new "Black preview style" preference
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
Released 20th January 2023
- Refactor for asynchronous saving (see #4)
- Add per-project setting for setting maximum line length
Released 1st June 2021
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
)
Released 27th September 2020
- Add the extension to the formatters category
- Clarify docs on using Flake8 plugins
Released 26th September 2020
- Update installation instructions
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
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
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
Released 20th September 2020
Initial public release.