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.
config_dir
on macOS is changed. According to Apple guideline, configuration files should be placed in subdirectory of Library/Application Support
. The old behavior of config_dir
returns Library/Preferences
, which is incorrect. As users should use CFPreferences
API to get and set preference values for their app instead.cfg-if
at 0.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.This is the re-publish of dirs
crate as is.