VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/doc/chm/VeraCrypt.hhc
AgeCommit message (Collapse)AuthorFilesLines
23 hoursrefactor: use the term unmount instead of dismount (#1478)HEADmasterHelmut K. C. Tessarek1-2/+2
* refactor: use UNMOUNT instead of DISMOUNT in code This change updates the term DISMOUNT in constants to UNMOUNT. Other occurrences (e.g. variable names) are left alone for now. * refactor(ui): use unmount instead of dismount This change updates the GUI text and replaces dismount with unmount. * docs: update term dismount -> unmount * refactor(cmdline): add unmount This change adds an argument 'unmount' for command line usage, while trying to deprecate the old disnount argument. The current dismount argument/flag will still work to not introduce a breaking change. * docs: mention that /dismount is deprecated This change fixes the shorthand version of the argument /unmount It also adds back the info for /dismount and that it is deprecated.
2024-08-17Add newly added HTML documentation page to the CHM documentationMounir IDRASSI1-0/+4
2023-09-30Documentation: Add documentation for RAM EncryptionMounir IDRASSI1-0/+4
2023-09-24Windows: Add tooltip message and help button for new option to disable ↵Mounir IDRASSI1-0/+4
memory protection Also a dedicated page in the documentation was added for it.
2023-09-06Windows: remove recommendation of keyfiles files extensions and update ↵Mounir IDRASSI1-0/+8
documentation to mention risks of third-party file extensions. This commit also adds red color to the warning text about keyfiles in keyfiles dialogs.
2022-12-11Documentation: remove usage of CSS collapsible to avoid breaking CHM ↵Mounir IDRASSI1-0/+14
generation. Add new entries to CHM. Remove example script file since its content is described inline in the documentation We need to generate CHM from the same HTML files as the documentation and so we are limited by CHM compatibility
2022-03-22Update release notes for 1.26.0 and set its date to March 21st 2022Mounir IDRASSI1-2/+2
2017-06-05Documentation: Add chm file containing the documentation and scripts needed ↵Mounir IDRASSI1-0/+415
to generate it using Microsoft HTML Workshop.