You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
# 3.2.7
2
+
3
+
- This version of Ultraviolet updates the XOR and Base64 codecs to be more efficient and fast by removing unneccesary code.
4
+
- This version of Ultraviolet upgrades [bare-mux](https://www.npmjs.com/package/@mercuryworkshop/bare-mux). This update allows remote transports to be set (transports that run in the window).
5
+
1
6
# 3.2.6
2
7
3
8
- This version of Ultraviolet fixes an issue with the `Content-Type` header not being rewritten properly.
Copy file name to clipboardExpand all lines: package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@titaniumnetwork-dev/ultraviolet",
3
-
"version": "3.2.6",
3
+
"version": "3.2.7",
4
4
"description": "Highly sophisticated proxy used for evading internet censorship or accessing websites in a controlled sandbox using the power of service-workers and more!",
0 commit comments