Add changelog for 0.7.1

This commit is contained in:
Matthias Beyer 2018-04-27 14:14:55 +02:00
parent eebe51b68e
commit 9efa4c715f
1 changed files with 14 additions and 0 deletions

View File

@ -22,6 +22,20 @@ This section contains the changelog from the last release to the next release.
* Minor changes
* Bugfixes
## 0.7.1
Bugfix release for fixing:
* `libimagdiary` did not return the youngest, but the oldest entry id on `::get_youngest_entry_id()`.
* `imag-view` should not always wrap the text, only if -w is passed
* `imag-log show` should order by date
* `imag` does not inherit stdout if detecting imag command versions.
* `imag-contact import` does only allow absolute pathes
* `imag-contact` has most fields optional now, only name is required
* `imag-contact` automatically creates UID
* `imag-contact` automatically generates/warns about missing file extension
## 0.7.0
* Major changes