This repository has been archived by the owner on Apr 5, 2021. It is now read-only.
Releases: andybarron/app-dirs-rs
Releases · andybarron/app-dirs-rs
1.1.1
- Use
SHGetKnownFolderPath
on Windows - Add fallback platform implementation that always returns
AppDirsError::NotSupported
1.1.0
- Implement
std::error::Error
forAppDirsError
- Rename
AppDirsError
variantInvalidAppData
toInvalidAppInfo
. Technically a breaking change, but I doubt anybody's listening for this one specifically. (And the old name was so bad...)
1.0.1
- Allow periods in path components and directory names
1.0.0
- Finalize API for 1.0.0 release
- Improve docs and add examples