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
{{ message }}
This repository was archived by the owner on Jan 30, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: changelog.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,17 @@
1
+
# v3.3.1
2
+
3
+
**Bugfixes**
4
+
5
+
- fix incompatibility with older `sudo` versions where `--preserve-env` doesn't support passing a list of variables, [#47](https://github.com/jsamr/bootiso/issues/47)
6
+
1
7
# v3.3.0
2
8
3
9
**Features**
4
10
5
-
- check ISO hash automatically, #16
6
-
- disable automatic ISO hash check with `-H, --no-hash-check` flag
7
-
- exit when hash fails with `--force-hash-check` flag
8
-
- explicitly set a hash file with `--hash-file <file>` flag
11
+
- check ISO hash automatically, #16, (@SibrenVasse)
12
+
- disable automatic ISO hash check with `-H, --no-hash-check` flag (@SibrenVasse)
13
+
- exit when hash fails with `--force-hash-check` flag (@SibrenVasse)
14
+
- explicitly set a hash file with `--hash-file <file>` flag (@SibrenVasse)
0 commit comments