- Fix: panic with too short vec for MultiString (thanks @PyPylia)
- Improvement: fix docs and code samples
- Fix: reading integer values
- Added high level
Error
type for convenience in implementing crates - Improved debug output for
Data
type - Fixed potential undefined behaviour in internal handling of byte arrays
- Fixed extra empty string in
MultiString
lists - Fixed incorrect path for display value of
RegKey
paths when usingopen
orcreate
- Fixed
value::Error::BufferSize
occurring instead ofvalue::Error::NotFound
- Deprecated
value::Error::BufferSize
andvalue::Error::InvalidBufferSize
as they are not used.
- Added
Hive::load_file
to load application hive files usingRegLoadAppKeyW
- Added two examples of application hive usage (thanks @ZoeyR)
- First release