2020-07-19
Pre-release
Pre-release
·
5 commits
to e1dd0cd1d0a6ee19d916ec05d94582a001d5ea72
since this release
Release Notes
Latest HeliPort Changes
- Update french localization (#112)
Fix accents and error
- Update italian, fix localization files. (#113)
- Sort and Update Localizable.strings
for file (./HeliPort/Appearance/**/*.strings) {
echo "$(cat $file | sort)" > $file
}
Latest itlwm Changes
- itlwm: enable background scan when connected. correct noise value.
- able to disconnect. fix some possible panic conditions.
- fix warm reboot issue(#131). when reboot from linux/Windows, they will use MSI-X interrupt mode default, but macOS currently just support MSI mode, and they can not coexist, so reset them on probe state, doing this can also avoid unnecessary interrupts from init state.