Releases: iTrooz/efivar-rs
Releases · iTrooz/efivar-rs
Big CLI + API additions
This release adds a lot of stuff to the API/CLI, for example:
- import/export of EFI variable
- parsing boot entries
- enabling/disabling boot entries
- Helper to add boot entries (relatively) safely from the CLI
v1.4.0
1.4.0 (2023-08-11)
Features
- efiboot: add
efiboot dump
and efiboot import
(#64) (7773ce4)
v1.3.0
1.3.0 (2023-08-10)
Features
- add boot subcommands to read boot entries (#57) (1c083ae)
- efiboot: make opinionated change to
efiboot read
to make it easier to use (#59) (2d71676)
v1.2.0
1.2.0 (2023-08-09)
Features
- add
efiboot delete
and efivar implementation (cf034bf)
v1.1.3
1.1.3 (2023-07-31)
Bug Fixes
- deps: update rust crate uuid to 1.4.1 (785d77b)
v1.1.2
1.1.2 (2023-07-24)
Bug Fixes
- deps: update rust crate itertools to 0.11.0 (52bf93c)
v1.1.1
1.1.1 (2023-07-24)
Bug Fixes
- deps: update rust crate toml to 0.7.6 (37067b7)
v1.1.0
1.1.0 (2023-07-15)
Features
- efiboot/list: allow to show a single namespace (#44) (9741953)
v1.0.14
1.0.14 (2023-07-10)
Bug Fixes
- deps: update rust crate serde to 1.0.171 (1e073b2)
v1.0.13
1.0.13 (2023-07-10)
Bug Fixes
- deps: update rust crate bitflags to 2.3.3 (eb1aa50)