Skip to content

Releases: 0x5a17ed/uefi

v0.7.0

14 Jan 16:07
v0.7.0
647b9a8
Compare
Choose a tag to compare

This project follows the semver rules of versioning.

What's changed

✨ New Features and Updates

  • Dependency Updates:
    Updated all dependencies to their latest versions, introducing new features while remaining fully backwards compatible.

🩹 Bug Fixes

  • efivario / Windows:
    Fixed a bug in the efivario.(Context).VariableNames() iterator, leading to a panic. See #4.

💥 Compatibility

  • This release introduces no breaking changes, ensuring a smooth upgrade experience.

Closing words

  • Many thanks to @jclab-joseph for reporting #4 and also providing a workaround in #5. 🤗

Full Changelog is available here: v0.6.1...v0.7.0

That's it! And thank you very much for your continued patronage.

v0.6.1

08 Mar 19:39
Compare
Choose a tag to compare

v0.6.1

This project follows the semver rules of versioning for a release that only introduces backwards compatible bug fixes.

What's changed

🩹 Patches

  • Fixed a possible crash in EncodeBigEndian when a zero sized byte slice was provided. Thanks to @ecks who reported the problem and provided a fix.
  • Fixed missing marshaller for the BootOrder UEFI variable preventing the value from being written to. Thanks to @mheese who reported the problem and provided a fix.

New Contributors

  • @ecks made their first contribution in #2
  • @mheese made their first contribution in #3

Full Changelog: v0.6.0...v0.6.1

v0.5.0

25 Oct 05:21
Compare
Choose a tag to compare
  • breaking: updating itkit to v0.5.0 and reflecting breaking changes in itkit.

v0.4.0

07 Jul 15:42
Compare
Choose a tag to compare
  • breaking: moving module from iterkit to itkit

v0.3.0

08 May 16:14
Compare
Choose a tag to compare
  • breaking: major API refactoring
  • New: support for deleting EFI variables
  • New: changing protected EFI variables
  • New: BootOrder EFI variable

Full Changelog: v0.2.0...v0.3.0