Skip to content

Releases: gkdr/carbons

v0.2.3

25 Dec 15:22
Compare
Choose a tag to compare

(from CHANGELOG.md)

Added

  • This file.
  • LICENSE file to make GitHub happy (#39).
  • The implemented XEP version to the README (#41).
  • A carbons_internal.h file declaring internal functions (#33) (needed and added by @shtrom :) )

Fixed

  • AppVeyor will now only push tagged builds to GitHub releases.
  • Set rpath for regular build instead of just for tests (#38) (thanks, @wladmis!).
  • Stop leaking the retrieved message body (#42) (thanks, @henry-nicolas!).
  • Preserve CPPFLAGS and LDFLAGS from env (#43) (thanks, @henry-nicolas!).

v0.2.2

21 Apr 21:41
Compare
Choose a tag to compare

Merged two pull requests, wrote tests and achieved good coverage, and set up a CI pipeline on AppVeyor to run the tests, push coverage to codecov, and create the binaries as build artifacts.

v0.2.1

14 Oct 19:48
Compare
Choose a tag to compare

Adds a missing null check and deletes some unused constants.

v0.2.0

03 Oct 13:45
Compare
Choose a tag to compare

Got rid of the commands, the plugin now sends a feature discovery request to the server and activates message carbons if they are supported by the server.

v0.1.6

23 Sep 14:28
Compare
Choose a tag to compare

Cleaned up the code a bit.

v0.1.5

28 Apr 22:09
Compare
Choose a tag to compare

Fixes interpreting the <body> if there is also an (OMEMO) <encrypted> element in the incoming carbon copy of a sent message.