Skip to content

v0.0.20-beta

Latest
Compare
Choose a tag to compare
@qlrd qlrd released this 28 Oct 22:06
· 6 commits to main since this release
f2ae4fe

Summary

Major update

Now user can, after download and verify an official firmware, select between:

  • to flash;
  • or make an airgapped update:
    • user will be requested to insert a SDCard on computer;
    • user can select among recognized removable drives;
    • both firmware.bin and firmware.bin.sig will be copied to sdcard;
    • after the copy, user will be requested to eject sdcard and insert it on device;
    • at same time, the firmware.bin's computed hash will appear to compare with the computed hash on device;

Minor updates

  • added support to de_DE locale;
  • added support to ja_JP locale;
  • fixes on Windows bug that didn't allow users to select a custom asset folder;

Installation

Please see our docs.

What's Changed

  • Bump poethepoet from 0.27.0 to 0.28.0 by @dependabot in #81
  • Bump cryptography from 43.0.0 to 43.0.1 by @dependabot in #83
  • Bump pylint from 3.2.6 to 3.3.1 by @dependabot in #91
  • [Enhancement] Allow unzip, verify and copy firmware.bin(.sig) for airgapped updates in #93
  • [Bugfix] no module named win32timezone #98 (kudos to @sandman21vs)
  • [Enhancement] support for de_DE in #99
  • [Enhancement] add ja_JP in #100 (kudos to @BitCoisas)
  • [Bugfix] uniform "boldness" on japanese glyphs in #102 (kudos to @odudex and @jdlcdl)
  • [Bugfix] Flash screen do not translated "PLEASE DO NOT UNPLUG DEVICE" in #103 (kudos to @tadeubas)

Full Changelog: v0.0.20-alpha-3...v0.0.20-beta

Thanks