v0.9.0
New and notable:
- all code that was in uproxy-lib has moved to the uproxy repo #2450 (and several followups: working sublime config #2454; package.json updates #2456; dist target refactoring #2462; tslint #2448)
- all random number generation requiring cryptographic security is now made via Node.js-style core.getRandomBytes calls and is actually secure #2461
- v1-style invites now use fragments, so less data is shared with uproxy.org #2453
Other changes:
- use correct name in cloud invites, fixing links issued from the SHARE ACCESS tab https://github.com/uProxy/uproxy/pull/2446/files
- fix language selection dropdown #2466
- remove the AES-based network traffic transformer #2455
- a new message passing component for the background context, in preparation for moving to Polymer 1.0 #2452
WebRTC compatibility (getters are rows, givers columns):
* | chrome-stable | chrome-beta | chrome-canary | firefox-stable | firefox-beta | firefox-canary |
---|---|---|---|---|---|---|
chrome-stable | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
chrome-beta | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
chrome-canary | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
firefox-stable | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
firefox-beta | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
firefox-canary | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |