updated version

This commit is contained in:
Armin Briegel
2022-02-08 10:50:55 +01:00
parent 1d405de70a
commit cd6b1397c8
2 changed files with 7 additions and 3 deletions

View File

@@ -1,4 +1,8 @@
## v9?
## v10
-
## v9
- We have moved the root check to the beginning of the script, and improved DEBUG handling with two different modes. `DEBUG=0` is still for production, and `1` is still for the DEBUG we previously knew downloading to the directory it is running from, but `2` will download to temporary folder, will detect updates, but will not install anything, but it will notify the user (almost as running the script without root before).
- Added option to not interrupt Do Not Disturb full screen apps like Keynote or Zoom with `INTERRUPT_DND="no"`. Default is `"yes"` which is how it has worked until now.

View File

@@ -1 +1 @@
9.0
10.0