aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2020-01-25 14:15:50 +0100
committerDaniel Mueller <deso@posteo.net>2021-01-10 10:15:44 -0800
commitfadd56a14310aea6a3f2d86693aa8e1dd8c12b67 (patch)
treefc999401b1ff932a0f554b9558bbdda3e4ca35fa /CHANGELOG.md
parenta7668265d507a7214b312c5dce874f0185b7b09a (diff)
downloadnitrocli-fadd56a14310aea6a3f2d86693aa8e1dd8c12b67.tar.gz
nitrocli-fadd56a14310aea6a3f2d86693aa8e1dd8c12b67.tar.bz2
Use standard configuration file locations
This patch uses the directories crate to query the appropriate path for the configuration files. For Linux, paths according to the XDG Base Directory Specification are used. Note that directories does not yet support the XDG_CONFIG_DIRS variable for system-wide configuration files. Therefore we only use a user configuration file.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0915774..17b03a0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,13 @@
Unreleased
----------
- Added support for configuration files
+ - Added support for configuration files that can be used to set
+ default values for some arguments
- Added `toml` dependency in version `0.5.6`
- Added `serde` dependency in version `1.0.114`
- Added `envy` dependency in version `0.4.2`
- Added `merge` dependency in version `0.1.0`
+ - Added `directories` dependency in version `3.0.1`
0.3.4