Update Language.ro.xml (#1636) * Update Language.ro.xml * Update Language.ro edited.xml
Recent Commits to VeraCrypt:master (5)
-
Update Language.ro.xml (#1636)
-
Fix erroneous 2 TiB limit for hidden file containers in GUI wizard (#…
Fix erroneous 2 TiB limit for hidden file containers in GUI wizard (#1672)
-
Fix ghost drive letter after CLI dismount (GH #337, GH #1426) (#1658)
Fix ghost drive letter after CLI dismount (GH #337, GH #1426) (#1658) When dismounting via CLI (/d /q /s), SHChangeNotify is called without SHCNF_FLUSH flag, making it asynchronous. The process exits before Explorer processes the notification, leaving a phantom drive letter visible in Explorer as an inaccessible Local Disk until reboot. Add SHCNF_FLUSH in Silent (CLI) mode to force synchronous shell notification processing in both single-volume (UnmountVolumeBase) and dismount-all (DismountAll) code paths. The flush is only added in CLI mode to avoid adding latency to interactive GUI operations. Co-authored-by: Contributor <contributor@example.com>
-
Fix: Incorrect tooltip on mouseover due to bad translation key (fix #…
Fix: Incorrect tooltip on mouseover due to bad translation key (fix #1635) (#1637) The commit 9ea5ccc4aa35dc3d11863571fe9419f2950c7eef introduced this bug by creating a translation key named "DISABLE_SCREEN_PROTECTION_WARNING" but used the key "DISABLE_SCREEN_PROTECTION_HELP" into the installation wizard.
-
Fix links to documentation in README.md (#1617)
Fix links to documentation in README.md (#1617)