2.5 KiB
2.5 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased - ReleaseDate
2.0.0 - 2020-10-22
Breaking changed
- Behavior of
config_dir
on macOS ofProjectDirs
andBaseDirs
is changed. According to Apple guideline, configuration files should be placed in subdirectory ofLibrary/Application Support
. The old behavior ofconfig_dir
returnsLibrary/Preferences
, which is incorrect. As users should useCFPreferences
API to get and set preference values for their app instead.
1.0.3 - 2020-10-21
Fixed
- Fix compilation bug on wasm
1.0.2 - 2020-10-13
Changed
- Bump cfg-if version to v1
1.0.1
Fixed
- Relax pinning
cfg-if
at0.1.9
. Previously we inherited that from upstream repository when forking. The original author wanted to keep minimum Rust version at 1.13 which we don't anymore.
1.0.0 - 2020-05-17
This is the re-publish of directories
crate as is.