v0.8.1
Fixed
- gbasf2: Fix
ioctl
error ingb2_proxy_init
by reading in password viab2luigi
and then supplying password to that command directly, instead of lettinggb2_proxy_init
handle the password prompt. #172 @Bilokin
Added
- gbasf2: Add
gbasf2_proxy_group
andgbasf2_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 theflake8
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 ofimportlib_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.