summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-03-10 17:28:42 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-03-25 17:43:55 +0200
commit90ea7cc07b6aad4b954da43827e632eed66ae370 (patch)
treee140bf7a248c5cd5cd602f5916acad3288d56421
parent2b0cd8dd2050a239ff57bd4e9fe42057907c11b8 (diff)
Add post: imag 0.6.4
-rw-r--r--content/blog/2018-03-25-imag-0-6-4.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/content/blog/2018-03-25-imag-0-6-4.md b/content/blog/2018-03-25-imag-0-6-4.md
new file mode 100644
index 0000000..5a467c2
--- /dev/null
+++ b/content/blog/2018-03-25-imag-0-6-4.md
@@ -0,0 +1,18 @@
+---
+title: "imag 0.6.4"
+slug: "imag-0-6-4"
+date: "2018-03-25T18:03:06"
+tags: [ "linux", " open source", " programming", " rust", " software", " tools", " imag" ]
+---
+
+imag 0.6.4 is a bugfix release. From the changelog:
+
+* `libimagrt` produced the editor command without taking arguments into
+ account.
+* `imag-init` creates `~/.imag` but not `~/.imag/store`.
+* Fix editor setup in `libimagrt` to use /dev/tty as stdin for editor, so
+ terminal-editors do not trash the terminal
+
+These patches are already merged in `master`.
+
+