summaryrefslogtreecommitdiffstats
path: root/content/blog/2018-04-27-imag-0-7-1.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/blog/2018-04-27-imag-0-7-1.md')
-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`.
+