Skip to content

Commit bea4ec9

Browse files
committed
Release 2.12.0
1 parent 500c6e1 commit bea4ec9

14 files changed

+584
-413
lines changed
37.7 KB
Loading

README.md

Lines changed: 153 additions & 59 deletions
Large diffs are not rendered by default.

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Only the latest major and minor version are supported.
66

77
| Version | Supported |
88
| ------- | ------------------ |
9-
| 2.9.x | :heavy_check_mark: |
10-
| < 2.9 | :x: |
9+
| 2.12.x | :heavy_check_mark: |
10+
| < 2.12 | :x: |
1111

1212
## Reporting a Vulnerability
1313

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
. /usr/local/bin/striptracks.sh :nld:dut:und :nld:dut
3+
. /usr/local/bin/striptracks.sh --audio :nld:dut:und --subs :nld:dut
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
. /usr/local/bin/striptracks.sh -d :eng:und :eng
3+
. /usr/local/bin/striptracks.sh -d --audio :eng:und:any+d --subs :eng:any+f
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
. /usr/local/bin/striptracks.sh :eng:fre:und :eng:fre
3+
. /usr/local/bin/striptracks.sh --audio :eng:fre:und --subs :eng:fre
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
. /usr/local/bin/striptracks.sh :eng:jpn:und :eng
3+
. /usr/local/bin/striptracks.sh --audio :eng:jpn:und --subs :eng
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
. /usr/local/bin/striptracks.sh :eng:und :eng
3+
. /usr/local/bin/striptracks.sh --audio :eng:und --subs :eng

root/usr/local/bin/striptracks-fre-debug.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
. /usr/local/bin/striptracks.sh :fre:fra:und :fre:fra
3+
. /usr/local/bin/striptracks.sh --audio :fre:fra:und --subs :fre:fra

0 commit comments

Comments
 (0)