Skip to content
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.

Releases: andybarron/app-dirs-rs

1.1.1

29 Oct 09:01
Compare
Choose a tag to compare
  • Use SHGetKnownFolderPath on Windows
  • Add fallback platform implementation that always returns AppDirsError::NotSupported

1.1.0

28 Oct 09:45
Compare
Choose a tag to compare
  • Implement std::error::Error for AppDirsError
  • Rename AppDirsError variant InvalidAppData to InvalidAppInfo. Technically a breaking change, but I doubt anybody's listening for this one specifically. (And the old name was so bad...)

1.0.1

28 Oct 09:46
Compare
Choose a tag to compare
  • Allow periods in path components and directory names

1.0.0

24 Oct 04:01
Compare
Choose a tag to compare
  • Finalize API for 1.0.0 release
  • Improve docs and add examples