Changes: document new shellprocess possibilities
This commit is contained in:
parent
461f011521
commit
48554cf310
@ -21,8 +21,11 @@ This release contains contributions from (alphabetically by first name):
|
|||||||
## Core ##
|
## Core ##
|
||||||
- Updated clang-formatting
|
- Updated clang-formatting
|
||||||
- Some C++20 future-proofing (thanks Vladislav)
|
- Some C++20 future-proofing (thanks Vladislav)
|
||||||
|
- CommandList (used by *contextualprocess* and *shellprocess*) now supports
|
||||||
|
globalstorage keys as substitutable variables.
|
||||||
|
|
||||||
## Modules ##
|
## Modules ##
|
||||||
|
- *contextualprocess* see *shellprocess*.
|
||||||
- *fstab* module does not add an encryption keyfile if it does
|
- *fstab* module does not add an encryption keyfile if it does
|
||||||
not exist. (thanks Eugene)
|
not exist. (thanks Eugene)
|
||||||
- *keyboard* module handles Persian (fa) layout better. (thanks Sohrab)
|
- *keyboard* module handles Persian (fa) layout better. (thanks Sohrab)
|
||||||
@ -31,6 +34,10 @@ This release contains contributions from (alphabetically by first name):
|
|||||||
they were not written, either, so no net change.
|
they were not written, either, so no net change.
|
||||||
- *partition* module now has a configurable default check-state
|
- *partition* module now has a configurable default check-state
|
||||||
for the encryption checkbox. (thanks Vincent)
|
for the encryption checkbox. (thanks Vincent)
|
||||||
|
- *shellprocess* commands now support globalstorage variables, which
|
||||||
|
are written as `${gs[key]}`, where `key` is a dotted string that
|
||||||
|
selects the globalstorage key to use (like in *contextualprocess*
|
||||||
|
variable-selectors) and `${gs[` and `]}` are literal characters.
|
||||||
|
|
||||||
|
|
||||||
# 3.3.6 (2024-04-16)
|
# 3.3.6 (2024-04-16)
|
||||||
|
Loading…
Reference in New Issue
Block a user