summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-04-18 20:25:38 +0200
committerGitHub <noreply@github.com>2018-04-18 20:25:38 +0200
commitc27a5ac7a846a8862b7bf2429b3b7ff06587b730 (patch)
tree80c549b45de5c4bcdd979d7d0ffaf0256552c241
parent659f95981674ce12a03df0eea16b4c268ff333d4 (diff)
parent00affd2056a084e822128acb58a2964a3662014d (diff)
Merge pull request #1410 from matthiasbeyer/prepare-0.7.0
Prepare 0.7.0 release
-rw-r--r--doc/src/00000.md2
-rw-r--r--doc/src/09020-changelog.md17
2 files changed, 18 insertions, 1 deletions
diff --git a/doc/src/00000.md b/doc/src/00000.md
index a3b465ec..5b552fdc 100644
--- a/doc/src/00000.md
+++ b/doc/src/00000.md
@@ -1,7 +1,7 @@
---
title: imag User Documentation
version: 0.7.0
-date: February 2018
+date: April 2018
listings: true
codeBlockCaptions: true
figureTitle: "Figure"
diff --git a/doc/src/09020-changelog.md b/doc/src/09020-changelog.md
index be26b39d..ce024d31 100644
--- a/doc/src/09020-changelog.md
+++ b/doc/src/09020-changelog.md
@@ -19,6 +19,12 @@ Version 0.y.z and thus we can break the API like we want and need to.
This section contains the changelog from the last release to the next release.
* Major changes
+* Minor changes
+* Bugfixes
+
+## 0.7.0
+
+* Major changes
* `imag-timetrack list --from/--to` now have `kairos` support - that means
that complex `--from/--to` arguments (like `yesterday` or `today-2weeks`)
are now possible
@@ -123,6 +129,17 @@ This section contains the changelog from the last release to the next release.
"--verbose" was passed, but the value of "--verbose" was not even checked.
+## 0.6.4
+
+Bugfix release for fixing:
+
+* `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
+
+
## 0.6.3
Bugfix release for fixing: