Add missing changelog entries
This commit is contained in:
parent
c7e1842000
commit
f852e4e464
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue