Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-person committed Mar 17, 2022
1 parent c7df026 commit 51209b3
Show file tree
Hide file tree
Showing 12 changed files with 1,746 additions and 7,884 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
src/client/*.min.*
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
node_modules/

# don't commit generated builds or env files
src/client/rammerhead.min.js
src/client/*.min.*
.env

# don't commit session data
Expand Down
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
src/client/rammerhead.min.js
src/client/*.min.*
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v1.1.1

- fix uncatchable connection crash errors
- avoid shuffling percent encodings
- prevent forwarding localStorage endpoint to site by referrer
- fix (un)shuffle for location.hash and location.search

## v1.1.0

- handle ECONNRESET manually
Expand Down
Loading

0 comments on commit 51209b3

Please sign in to comment.