summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-04-27 14:23:02 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-04-27 16:02:36 +0200
commit94b4e537a94e636a8c0300719619e3df3a05ac8a (patch)
tree610d2449a5f2f1ff8d49341c0b334da2c4f5a30a
parent79efc2f7114e8688aa068376cee9382f83e50310 (diff)
Add post: imag 0.7.1
-rw-r--r--content/blog/2018-04-27-imag-0-7-1.md20
1 files changed, 20 insertions, 0 deletions
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`.
+