Merge pull request #1261 from matthiasbeyer/missing-changelog-bugfix-entries

Add missing changelog entries
This commit is contained in:
Matthias Beyer 2018-02-07 09:04:47 +01:00 committed by GitHub
commit 56cb21e81a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,11 +43,19 @@ This section contains the changelog from the last release to the next release.
* `ResultExt::map_err_trace_exit()` was removed in favour of * `ResultExt::map_err_trace_exit()` was removed in favour of
`ResultExt::map_err_trace_exit_unwrap()`. `ResultExt::map_err_trace_exit_unwrap()`.
* `imag-view` shows content by default now. Use `-C` to hide the content. * `imag-view` shows content by default now. Use `-C` to hide the content.
* `kairos` dependency was updated to 0.1.0
* Bugfixes * Bugfixes
* `libimagbookmark` contained a type which wrapped a `FileLockEntry` from * `libimagbookmark` contained a type which wrapped a `FileLockEntry` from
`libimagstore`. This was considered a bug and was fixed. `libimagstore`. This was considered a bug and was fixed.
* We depended on a crate which was licensed as GPLv2, which would yield imag * We depended on a crate which was licensed as GPLv2, which would yield imag
GPL as well. The dependency was removed. GPL as well. The dependency was removed.
* The `imag` crate prints the "command filed" error message to stderr now.
It also prefixes the subcommand with `imag-<command>` for better user
experience.
* `libimagnotes` did not set the note name in the header of the note.
* `imag-mv` automatically fixes links when moving an entry in the store.
* `imag-log` listed non-log entries (normal diary entries) before, was
changed to only list `log` entries.
## 0.5.0 ## 0.5.0