prettier
This commit is contained in:
parent
a3321228f3
commit
ec0066effa
2 changed files with 29 additions and 27 deletions
|
|
@ -5,17 +5,18 @@
|
||||||
See the release on [GitHub](https://github.com/titaniumnetwork-dev/Ultraviolet/releases/tag/v1.0.4-beta) for more details.
|
See the release on [GitHub](https://github.com/titaniumnetwork-dev/Ultraviolet/releases/tag/v1.0.4-beta) for more details.
|
||||||
|
|
||||||
# v1.0.4-beta.x
|
# v1.0.4-beta.x
|
||||||
|
|
||||||
- Provide randomly chosen bare server URL & refactor (bare server load balancing)
|
- Provide randomly chosen bare server URL & refactor (bare server load balancing)
|
||||||
|
|
||||||
|
|
||||||
# v1.0.4-beta.6
|
# v1.0.4-beta.6
|
||||||
|
|
||||||
Fixes:
|
Fixes:
|
||||||
|
|
||||||
- Cookies not being set (fixes Recaptcha, Google sign-in)
|
- Cookies not being set (fixes Recaptcha, Google sign-in)
|
||||||
- Source map errors (webpack)
|
- Source map errors (webpack)
|
||||||
|
|
||||||
|
|
||||||
# v1.0.4-beta
|
# v1.0.4-beta
|
||||||
|
|
||||||
Experimental Bare Server v2 support
|
Experimental Bare Server v2 support
|
||||||
|
|
||||||
- Accomplished by using @tomphttp/bare-client
|
- Accomplished by using @tomphttp/bare-client
|
||||||
|
|
@ -30,8 +31,8 @@ Experimental Bare Server v2 support
|
||||||
|
|
||||||
<img src="https://cdn.discordapp.com/attachments/959140616149794816/1048364779787530330/image.png">
|
<img src="https://cdn.discordapp.com/attachments/959140616149794816/1048364779787530330/image.png">
|
||||||
|
|
||||||
|
|
||||||
# v1.0.3
|
# v1.0.3
|
||||||
|
|
||||||
Stable release.
|
Stable release.
|
||||||
|
|
||||||
# v1.0.2
|
# v1.0.2
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ A highly advanced web proxy used for evading internet censorship or accessing we
|
||||||
Ultraviolet works by intercepting HTTP requests with a service worker script that follows the [TompHTTP specifications](https://github.com/tomphttp) and is the lead for innovative web proxy technologies.
|
Ultraviolet works by intercepting HTTP requests with a service worker script that follows the [TompHTTP specifications](https://github.com/tomphttp) and is the lead for innovative web proxy technologies.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- CAPTCHA support along with hCAPTCHA support
|
- CAPTCHA support along with hCAPTCHA support
|
||||||
- URL encoding settings to further hide activity when using Ultraviolet
|
- URL encoding settings to further hide activity when using Ultraviolet
|
||||||
- Configuration all done on the client-side via service-workers
|
- Configuration all done on the client-side via service-workers
|
||||||
|
|
@ -19,8 +20,8 @@ Ultraviolet works by intercepting HTTP requests with a service worker script tha
|
||||||
- Bare server load balancing and performance significantly increased
|
- Bare server load balancing and performance significantly increased
|
||||||
- Improved resource usage and speed (allows for improved setups with seperation of the bare server on a dedicated instance)
|
- Improved resource usage and speed (allows for improved setups with seperation of the bare server on a dedicated instance)
|
||||||
|
|
||||||
|
|
||||||
## Supported Sites
|
## Supported Sites
|
||||||
|
|
||||||
- [Google Services](https://google.com)
|
- [Google Services](https://google.com)
|
||||||
- [CAPTCHA/hCAPTCHA](https://www.captcha.net)
|
- [CAPTCHA/hCAPTCHA](https://www.captcha.net)
|
||||||
- [Youtube](https://www.youtube.com)
|
- [Youtube](https://www.youtube.com)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue