Indicate new R4.3 features

Only for R4.3, do not merge in 4.2 branch
This commit is contained in:
parulin 2025-12-13 15:14:26 -05:00
parent fae4d224e8
commit e775e1f47f
No known key found for this signature in database
GPG key ID: 65099A5B0E31336C
3 changed files with 3 additions and 0 deletions

View file

@ -34,6 +34,7 @@ It is also possible to write rules that would allow creating disposables out of
Preloaded disposables
---------------------
.. versionadded:: R4.3
The user desires to circumvent any slow process, the creation of disposables fits into this category. Preloaded disposables enables fast retrieval of fresh disposables, so users don't have to get away from the computer or switch tasks when requesting disposables (or not requesting one at all because it was slow).

View file

@ -136,6 +136,7 @@ How to remove binds from bind-dirs.sh?
Custom persist feature
----------------------
.. versionadded:: R4.3
Custom persist is an optional advanced feature allowing the creation of minimal state AppVM. The purpose of such an AppVM is to avoid unwanted data to persist as much as possible by disabling the ability to configure persistence from the VM itself. When enabled, the following happens:

View file

@ -162,6 +162,7 @@ The same can be done from the command line, although more difficult:
Retrieve unnamed disposables faster (preloaded disposables)
-----------------------------------------------------------
.. versionadded:: R4.3
Disposable qubes can take some time to boot. It is possible to queue several unnamed disposables, guaranteeing a faster workflow.