mirror of
https://github.com/yggdrasil-network/yggdrasil-android.git
synced 2025-04-28 06:05:08 +03:00
Preparation for release 0.5.7 (#62)
* Updated DNS. * Removed tree info from main screen. * Added a link to public peers site. * Updated version and changelogs.
This commit is contained in:
parent
6a66960666
commit
060c096cdf
12 changed files with 90 additions and 52 deletions
14
fastlane/metadata/android/en-US/changelogs/18.txt
Normal file
14
fastlane/metadata/android/en-US/changelogs/18.txt
Normal file
|
@ -0,0 +1,14 @@
|
|||
Updated core library to 0.5.7, presenting these changes:
|
||||
|
||||
Added
|
||||
WebSocket support for peerings, by using the new ws:// scheme in Listen and Peers
|
||||
Additionally, the wss:// scheme can be used to connect to a WebSocket peer behind a HTTPS reverse proxy
|
||||
|
||||
Changed
|
||||
On Linux, the TUN adapter now uses vectorised reads/writes where possible, which should reduce the amount of CPU time spent on syscalls and potentially improve throughput
|
||||
Link error handling has been improved and various link error messages have been rewritten to be clearer
|
||||
Upgrade dependencies
|
||||
|
||||
Fixed
|
||||
Multiple multicast connections to the same remote machine should now work correctly
|
||||
You may get two connections in some cases, one inbound and one outbound, this is known and will not cause problems
|
Loading…
Add table
Add a link
Reference in a new issue