Skip to content

Latest commit

 

History

History
53 lines (26 loc) · 2.92 KB

CHANGELOG.md

File metadata and controls

53 lines (26 loc) · 2.92 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.2.1 (2021-05-24)

Bug Fixes

  • pyenv: provide project root to shell command for .pyenv(/shims/) paths (9b4377f), closes #4

1.2.0 (2021-04-30)

Features

  • formatter: allow formatters relative to file path and merge local & global configs into one (99b7d37)

Bug Fixes

  • formatter: fix is path absolute logic (ec6698b)
  • status: fix format/save order in status bar (8483b26)

1.1.2 (2021-01-11)

Bug Fixes

  • add quotes around file path (72fde6e)
  • remove old console.log (264c80c)

1.1.1 (2020-12-16)

Bug Fixes

  • black: don't use --fast by default (5e078e2)

1.1.0 (2020-12-01)

Features

  • busysignal: add another signal for total format time (1b906a3)
  • statusbar: show cmd args for current file (24012c4)

Bug Fixes

  • formatonsave: don't mess with cursor position (df605a4)
  • formatonsave: fix on editor grammar change (2838e29)
  • fs.exists: use fs.accessSync for file mode check (b4b95b5)