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
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,13 +20,20 @@ and simply didn't have the time to go back and retroactively create one.
20
20
- echo 'This is my ip: 127.0.0.1. My email is [email protected]. My favorite secret link is github.com' | prk
21
21
- Added docker support to run the app from docker.
22
22
23
+
## [1.0.0] - 2022-08-11
24
+
25
+
- Added in redaction support from linux piped input.
26
+
-`echo 'This is my ip: 127.0.0.1. My email is [email protected]. My favorite secret link is github.com' | prk`
27
+
- Added docker support to run the app from docker.
28
+
-`docker run -v "$(pwd):/home/nonroot/workdir" brootware/pyredactkit 'This is my ip: 127.0.0.1. My email is [email protected]. My favorite secret link is github.com'`
29
+
23
30
## [0.4.0] - 2022-07-27
24
31
25
32
Making sure only sensitive string is in the api detection
26
33
27
34
### Changed
28
35
29
-
-FMaking sure only sensitive string is in the api detection
36
+
-Making sure only sensitive string is in the api detection
0 commit comments