Skip to content

Releases: prose-im/prose-core-client

Version 0.1.99

09 Dec 20:23
0.1.99
ca86578
Compare
Choose a tag to compare
Version 0.1.99 Pre-release
Pre-release
  • Let API clients only deal with MessageIds by @nesium

Version 0.1.98

27 Nov 15:50
0.1.98
81dbc0f
Compare
Choose a tag to compare
Version 0.1.98 Pre-release
Pre-release
  • Added method to preview Markdown by @nesium

Version 0.1.97

17 Sep 13:12
0.1.97
4e90a73
Compare
Choose a tag to compare
Version 0.1.97 Pre-release
Pre-release
  • Log panics to a separate method in JSLogger by @nesium
  • Improve avatar lookup in DMs by @nesium
  • Parse message replies XEP-0461 (#99) by @nesium
  • Targeting messages were not loaded correctly (#89) by @nesium
  • Use internal ID for messages by @nesium in #98
  • Add method to send message to MUC that returns the echoed message by @nesium

Version 0.1.96

25 Aug 16:36
0.1.96
3910535
Compare
Choose a tag to compare
Version 0.1.96 Pre-release
Pre-release
  • Ignore MUC owners/admins/members without a node in their JID by @nesium
  • Add avatar to MessageSender by @nesium
  • Load avatar images in non-anonymous rooms by @nesium

Version 0.1.95

02 Aug 06:31
0.1.95
3be82c2
Compare
Choose a tag to compare
Version 0.1.95 Pre-release
Pre-release
  • Replace linebreaks with
    in HTML representation of non-Markdown message by @nesium
  • Keep room settings for MUC rooms too in case loading fails after reconnect by @nesium
  • Under certain circumstances the unread/mention count of a Direct Message was reset after reconnecting by @nesium

Version 0.1.94

29 Jul 16:25
078bd90
Compare
Choose a tag to compare
Version 0.1.94 Pre-release
Pre-release
  • Expose avatar on AccountInfo and Contact by @nesium

Version 0.1.93

29 Jul 15:31
0.1.93
a9dff76
Compare
Choose a tag to compare
Version 0.1.93 Pre-release
Pre-release
  • Add avatar to Contact and AccountInfo by @nesium
  • Attachments of sent messages were not stored (and thus not displayed) by @nesium

Version 0.1.92

26 Jul 11:48
0.1.92
61970d8
Compare
Choose a tag to compare
Version 0.1.92 Pre-release
Pre-release
  • Load vCard4 properly from PubSub by @nesium
  • Send Markdown content via XEP-0481 and convert body text to XEP-0393: Message Styling by @nesium

Version 0.1.91

18 Jul 08:17
0.1.91
eed74a2
Compare
Choose a tag to compare
Version 0.1.91 Pre-release
Pre-release
  • Prevent panic when reconnecting rooms after disconnect/reconnect cycle by @nesium
  • Use pretty nicknames in MUCs by @nesium
  • Include optional full name in Contact and UserPresenceInfo by @nesium
  • Publish nickname explicitly when saving profile by @nesium
  • Add id to Avatar by @nesium
  • Use proper key for AvatarRecord by @nesium
  • Refactor user info, nickname and avatar handling by @nesium
  • Add method to load vcard-temp by @nesium
  • Prevent roster from being loaded twice by @nesium
  • Include nickname in MUC presence by @nesium
  • Distinguish between presence and vCard name for participants by @nesium
  • Add client and caps on Participant by @nesium
  • Introduce Avatar struct to support vCard and PEP avatars by @nesium

Version 0.1.90

12 Jul 14:03
f6d8919
Compare
Choose a tag to compare
Version 0.1.90 Pre-release
Pre-release
  • Use pretty nicknames in MUCs
  • Include optional full name in Contact and UserPresenceInfo
  • Publish nickname explicitly when saving profile
  • Add id to Avatar
  • Use proper key for AvatarRecord
  • Refactor user info, nickname and avatar handling
  • Add method to load vcard-temp
  • Prevent roster from being loaded twice
  • Include nickname in MUC presence
  • Distinguish between presence and vCard name for participants
  • Add client and caps on Participant
  • Introduce Avatar struct to support vCard and PEP avatars