v1.2.0-rc.1
Pre-release
Pre-release
What's Changed
- New Groups support by @jagerman in #42
- Add missing group C wrappers for volatile convos by @jagerman in #52
- Fix plaintext size calculation by @jagerman in #53
- Fix issue with decryption of a still-pending key by @jagerman in #55
- feat: add make_dump() to ConfigBase and Keys classes by @Bilb in #56
- Add signing and verification to encrypt_message/decrypt_message by @jagerman in #59
- cmake & packaging improvements by @jagerman in #60
- Onion request helpers & new 25xxx SOGS blinding by @jagerman in #54
- Allow blind25_sign to take just the seed by @jagerman in #61
- Protobuf handling by @dr7ana in #51
- Return good hashes from merge() by @jagerman in #65
- Fixed incorrect lengths in subaccount_sign_binary by @mpretty-cyro in #68
- Fixed an issue where the auth_data wasn't getting cleared correctly by @mpretty-cyro in #69
- Added supplement flag to indicate invited member key rotation type by @mpretty-cyro in #70
- Add description to group info by @jagerman in #67
- Switch to oxen-encoding's signature helpers by @jagerman in #71
- Added the
removed_status
value and a way to retrieve the currentGROUP_KEYS
generation by @mpretty-cyro in #72 - Add group keys function for key promotion by @jagerman in #73
- Add Multi-encrypt functions by @jagerman in #74
- ConvoInfoVolatile: fix new group iteration by @jagerman in #76
- Simplify Android build logic by @jagerman in #77
- General encryption by @mpretty-cyro in #75
- Removed the default rekey from the Keys init by @mpretty-cyro in #81
- Added missing 'mute_until' setting between C/C++ contact types by @mpretty-cyro in #79
- Length checking values by @mpretty-cyro in #80
- chore: fetch protobuf as git submodule by @Bilb in #85
- Added code to handle unwrapping double-wrapped config messages by @mpretty-cyro in #86
- fix: build for msvc by @Bilb in #89
- Additional invite/promotion state and missing C functions by @mpretty-cyro in #92
- Added set name truncation function variants by @mpretty-cyro in #91
- feat: moved community url max length and qs_pubkey to the cpp header file by @yougotwill in #93
- allow protobuf to come from the system lib by @jagerman in #95
- Added functions for generating a blinded id for version check auth by @mpretty-cyro in #87
- Fix dirty() not setting _needs_dump when already dirty by @jagerman in #96
- feat: allow config wrappers to be extended by @Bilb in #97
- fix: make FULL_URL_MAX_LENGTH a constexpr and not such static const by @Bilb in #98
New Contributors
Full Changelog: v1.1.0...v1.2.0-rc.1