-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
15 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,30 @@ | ||
## 0.1.0-development.2 | ||
|
||
- pickup latest validation service updates | ||
|
||
## 0.1.0-development.1 | ||
|
||
- move from v2 to main branch on libxmtp | ||
- mls client creation | ||
- mls group creation/listing (no messaging yet) | ||
|
||
## 0.0.1-development.4 | ||
|
||
- use bundled artifacts in android CMakeLists build | ||
|
||
## 0.0.1-development.3 | ||
|
||
- expose `user_preferences_encrypt()` and `user_preferences_decrypt()` | ||
|
||
## 0.0.1-development.2 | ||
|
||
- introduce setup script for artifacts during install | ||
|
||
## 0.0.1-development.1 | ||
|
||
- include generated code in the published package | ||
|
||
## 0.0.1-development | ||
|
||
- initial packaging | ||
- expose topic generator for preference storage | ||
- expose topic generator for preference storage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# xmtp_proto | ||
|
||
This crate generates Rust definitions and methods for protobufs from https://github.com/xmtp/proto. | ||
This crate generates Rust definitions and methods for protobufs from <https://github.com/xmtp/proto>. | ||
|
||
Make sure to run `../dev/gen_protos.sh` and commit your changes whenever you need to consume new changes from the proto repo. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# XTMP Personal Private Portable Preferences | ||
|
||
A library for encrypting messages where the sender and recipient are the same (self-messaging). | ||
A library for encrypting messages where the sender and recipient are the same (self-messaging). |