Skip to content

v0.7.0

Compare
Choose a tag to compare
@gkdr gkdr released this 03 Dec 08:23
· 29 commits to master since this release

(taken from CHANGELOG.md)

Added

  • This file.
  • Makefile target for building a shared library. (#30) (thanks, @fortysixandtwo!)
  • .vscode dir to .gitignore

Changed

  • The build now includes debug symbols.
  • Generated IVs for outgoing messages are now 12 bytes long. This should help compatibility with Monal. (#24) (thanks, everyone!)

Fixed

  • omemo_message_create() error handling (#22) (thanks, @msantos!)
  • Wrongly expecting <key> and <iv> elements to be in a certain order. This should help compatibility with Dino.
  • The link to gcovr in the README. (#29) (thanks, @alucaes!)