From 94b4e537a94e636a8c0300719619e3df3a05ac8a Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 27 Apr 2018 14:23:02 +0200 Subject: Add post: imag 0.7.1 --- content/blog/2018-04-27-imag-0-7-1.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 content/blog/2018-04-27-imag-0-7-1.md diff --git a/content/blog/2018-04-27-imag-0-7-1.md b/content/blog/2018-04-27-imag-0-7-1.md new file mode 100644 index 0000000..463d637 --- /dev/null +++ b/content/blog/2018-04-27-imag-0-7-1.md @@ -0,0 +1,20 @@ +--- +title: "imag 0.7.1" +slug: "imag-0-7-1" +date: "2018-04-27T16:22:06" +tags: [ "linux", " open source", " programming", " rust", " software", " tools", " imag" ] +--- + +imag 0.7.1 is a bugfix release. From the changelog: + +* `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 + +These patches are already merged in `master`. + -- cgit v1.2.3