aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: 826d846e1f853ed7430cf3f8e4d01ebb2f169c09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!-- Entry template: -->
<!--
# Unreleased
## Added
## Changed
## Deprecated
## Removed
## Fixed
## Security
-->

Changelog for [remembering](https://euandreh.xyz/remembering/en/).


# Unreleased

## 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.


# [0.2.1](https://git.euandreh.xyz/remembering/commit/?id=v0.2.1) - 2021-02-23

## Removed

Revert to plain `Makefile` over `./configure` + `Makefile.in`.


# [0.2.0](https://git.euandreh.xyz/remembering/commit/?id=v0.2.0) - 2021-02-21

## Added

Add trivial `./configure` script.

## Changed

Assume standard input is already sorted for faster processing.


# [0.1.2](https://git.euandreh.xyz/remembering/commit/?id=v0.1.2) - 2021-01-26

## Fixed

Replace usage of GNU Coreutils' specific `tac` utility with `sed`.


# [0.1.1](https://git.euandreh.xyz/remembering/commit/?id=v0.1.1) - 2021-01-26

## Fixed

Allow names with spaces.


# [0.1.0](https://git.euandreh.xyz/remembering/commit/?id=v0.1.0) - 2021-01-26

## Added

Initial public release.