v30.1.0
New and notable:
- Firefox sample apps now use jpm. This is the latest and recommended development environment for Firefox add-ons and allows us apply our Docker-based testing infrastructure on upcoming releases of Firefox (though there remain some issues with canary at this time).
- The transformers interface and arraybuffers utility package have been extended to facilitate upcoming network traffic obfuscation improvements.
Tested: Simple SOCKS on Firefox and Chrome on Linux, Mac OS X and Windows
There is some weird issue with the latest Firefox canary on Docker...tracking at UWNetworksLab/uProxy-p2p#1840
release.py:
| * | chrome-stable | chrome-beta | chrome-canary | firefox-stable | firefox-beta | firefox-canary |
|---|---|---|---|---|---|---|
| chrome-stable | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ |
| chrome-beta | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ |
| chrome-canary | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ |
| firefox-stable | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ |
| firefox-beta | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ |
| firefox-canary | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
