Skip to content

v9.1.0 (2023-11-27)

Compare
Choose a tag to compare
@yajo yajo released this 27 Nov 10:24
· 151 commits to master since this release
eb1c781

Feat

  • Conflicts on updates now appear as git merge conflicts, also on VSCode
  • choices: support questionary checkbox for multiple choices using
    multiselect: true.

Fix

  • mark package as typed
  • Normalize paths obtained from Git commands output
  • don't crash when update replaces file with symlink (or vice versa) (#1409)
  • keep git-ignored files on update (#1373)
  • address deprecation warning in shutil.rmtree(onerror=...) (#1401)