Merge pull request #1337 from matthiasbeyer/minor

Minor
This commit is contained in:
Matthias Beyer 2018-03-12 19:07:02 +01:00 committed by GitHub
commit 1bd91cfd0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -33,6 +33,12 @@ This section contains the changelog from the last release to the next release.
* `libimagentrylist` was removed. Its functionality was inconvenient to use * `libimagentrylist` was removed. Its functionality was inconvenient to use
and ugly to implement. Its API was cumbersome. and ugly to implement. Its API was cumbersome.
Listing of entries shall be implemented without it. Listing of entries shall be implemented without it.
* `libimagcontact` is now able to fetch all contacts from the store.
* `libimagcontact` takes the hash from the vcard object (UID) now.
* `imag-contact` got a `find` command, which matches in fullname, email and
address and either shows or lists the found contacts
* `imag-contact list` and `imag-contact find` is now able to print the
output as JSON.
* Minor changes * Minor changes
* A license-checker was included into the CI setup, which checks whether all * A license-checker was included into the CI setup, which checks whether all
".rs"-files have the license header at the top of the file ".rs"-files have the license header at the top of the file
@ -47,6 +53,7 @@ This section contains the changelog from the last release to the next release.
* `imag-* --version` shows `git describe` output if binary was compiled in * `imag-* --version` shows `git describe` output if binary was compiled in
"debug" mode. "debug" mode.
* `imag-diary` supports "daily" diaries now. * `imag-diary` supports "daily" diaries now.
* `imag-contact` joins multiple emails with "," now
* Bugfixes * Bugfixes
* imag does not panic anymore when piping and breaking that pipe, for * imag does not panic anymore when piping and breaking that pipe, for
example like with `imag store ids | head -n 1`. example like with `imag store ids | head -n 1`.