Releases: UWNetworksLab/uProxy-p2p
Releases · UWNetworksLab/uProxy-p2p
v0.8.35
New and notable:
- offline contacts are collapsed by default #2198
- add non-routable addresses (10.x.x.x, etc.) to the proxy bypass list, plus an advanced settings item (Chrome only) #2216
- fix for anonymous metrics #2228
Other changes:
- fix for invite parsing in certain cases #2222
Additionally, this is built against uproxy-lib 36.1.1 which includes a fix for proxying in Chrome 49+.
v0.8.33
v0.8.32
v0.8.31
v0.8.30
v0.8.29
New in uProxy/uProxy
- GitHub is now on the webstore build! Includes some UX changes like auto-expanding new contacts and a new confirmation screen before GitHub login
- Metrics opt-in now appears before network login
- Improved FAQ supports HTML
New in uproxy-lib:
- greatly improved error handling, logging, and line parsing for the cloud social provider and Zork#332
- cloud social provider now implements inviteUser #334
- cloud provisioning code is now written in TypeScript #331
- setup.cmd is a counterpart to setup.sh for developers running on Windows #243
- Updated instructions for developing with Sublime #330
v0.8.28
v0.8.27
New since the last release:
- Google Hangouts is no longer in the webstore build
- UX improvements for FAQ
- Changes for Mobile + Cloud (not yet on webstore)
Also includes uproxy-lib 34.1.0 with:
- prototype social provider for uProxy-on-cloud
- skeleton code for a node version of Zork (note: WebRTC isn't supported yet by freedom-for-node)
v0.8.26: Merge pull request #2025 from uProxy/linkfix
New in this release:
- Remove dependency on message versions in remote-instance.ts (enables testing with or without obfuscation, by changing version numbers in advanced settings)
- Begin changing WeChat to a private-mode social network
- Move FAQ into the popup (from our Grace Hopper contributors)
- Refresh GMail access tokens when necessary (which allows us to keep sending invites) (from freedom-social-firebase)
v0.8.25
From uProxy/uProxy:
- Fixed accepting invites for GMail + Facebook
- Changes from our Grace Hopper contributors! (logout confirmation, remove " has granted you access",
- Quiver support (disabled for dist build, but may result in some small CSS and icon changes)
- Changes for default avatar
from uProxy-lib 34.0.0:
- We've worked with the Firefox team to resolve several issues with WebRTC support in add-ons in the upcoming release. This means uProxy will continue to function in Firefox 42, scheduled to become the stable release during the first week of November. This is a huge vindication of our Docker-based testing infrastructure which alerted us to the problem well in advance.
- Throughput measurements (see detailed release notes, below) now factor in 150ms of simulated latency. This more closely models expected real-world proxying conditions and will help guard against future latency-related regressions.
- Code is now compiled with TypeScript 1.6. In addition to making the latest language features available to us, this exposed a number of previously hidden bugs.