Skip to content

v0.8.1

Compare
Choose a tag to compare
@meliache meliache released this 14 Nov 11:43
· 93 commits to main since this release
33e74b8

Fixed

  • gbasf2: Fix ioctl error in gb2_proxy_init by reading in password via b2luigi and then supplying password to that command directly, instead of letting gb2_proxy_init handle the password prompt. #172 @Bilokin

Added

  • gbasf2: Add gbasf2_proxy_group and gbasf2_project_lpn_path parameters to switch between gbasf2 groups. #175 @Bilokin
  • add automatic "needs changelog" PR labeller as github workflow #166

Changed

  • Update pre-commit hooks. Most notably for the developers, update the flake8 syntax and style-checker to version 5.0.4, which might change slightly what style is accepted. This should also fix an issue with the old flake8 version not being compatible with the latest version of importlib_meta, which the pre-commit flake8 hook in the github actions to fail. In the process also migrated the pre-commit config format to the new layout.

You can also find the changelog in the CHANGELOG.md.

For all commits between releases see: v0.7.6...v0.8.1.