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
Fix regex issue where certain characters weren't escaped correctly (would make it so certain commands won't register for users) and make alternate command actually work
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,9 +58,7 @@ This app is open source and licensed under the BSD 3-Clause License. You can fin
58
58
NOTE: If you remove the app from your subreddit, it will delete all data and you will have to manually restore it to users.
59
59
60
60
## Version History
61
-
### 26.0.1
62
-
* Update mods when they are setting point commands to inform them that the command may only contain values found on a standard keyboard (32-126 (hex 20-7E))
63
-
### 26.0.0
61
+
### 26.1.0
64
62
* Fix regex issue where certain characters weren't escaped correctly (would make it so certain commands won't register for users)
0 commit comments