aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-09-08 07:32:30 -0300
committerEuAndreh <eu@euandre.org>2021-09-08 07:32:30 -0300
commit6f4459bf7f7936ff8d61b5ffdc7a82bd8c5ac825 (patch)
tree3b399cfe647e803d2b46a57e0c24d5a01c6dbb84 /CHANGELOG.md
parentMakefile: Indent object file dependency (diff)
downloadremembering-6f4459bf7f7936ff8d61b5ffdc7a82bd8c5ac825.tar.gz
remembering-6f4459bf7f7936ff8d61b5ffdc7a82bd8c5ac825.tar.xz
src/remembering.in: Add trailing "/remembering" to the value defined in $XDG_DATA_HOME
Diffstat (limited to '')
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 27e4178..826d846 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,18 @@ Changelog for [remembering](https://euandreh.xyz/remembering/en/).
## Changed
+### Use of `$XDG_DATA_HOME`
+
+When the environment variable `$XDG_DATA_HOME` is defined, remembering now
+appends a trailing `/remembering` to it instead of start writing files to where
+the environment variable points to.
+
+This is in conformance with the [XDG Base Directory Specification][xdg].
+
+[xdg]: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
+
+### Exit code
+
When remembering encounters an unrecognized option, it now exits with 2 instead of ignoring it.