Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-07-23 | XML Language files: remove \r from new entries as it is automatically added ↵ | Mounir IDRASSI | 1 | -7/+7 | |
by code | |||||
2023-07-23 | Translations: Add new entries. update Russian XML file by Dmitry Yerokhin. ↵ | Mounir IDRASSI | 1 | -1/+9 | |
Increment version to 1.26.4 | |||||
2023-07-01 | Windows: Fix formatting issue during volume creation by using /Y for ↵ | Mounir IDRASSI | 1 | -0/+2 | |
format.com and specifying removal parameter in FormatEx The usage of /Y parameter in format.com simplifies the logic and makes the code robust since we don't need to send \n to the format.com process. Specifying RemovableMedia parameter to FormatEx fixes its failure in Windows 10 and later to perform quick format. This is also more adequate since we are mounting the volume as removable media for the formatting process. We also add better error management in order to display adequate error message to the user in case of failure | |||||
2023-06-30 | Increment version to 1.26.3 in XML language files | Mounir IDRASSI | 1 | -1/+1 | |
2023-06-29 | Translations: Add new messages related to EMV to XML files | Mounir IDRASSI | 1 | -0/+13 | |
2023-06-28 | Windows: Add comboxbox to Format wizard to choose ↵ | Mounir IDRASSI | 1 | -0/+3 | |
QuickFormat/FastCreate/FullFormat This required changes to internal logic and addition of new UI strings | |||||
2023-06-27 | Translations: Add new messages to XML files where it was missing | Mounir IDRASSI | 1 | -0/+1 | |
2023-06-25 | Update language XML files with new Expander entries | Mounir IDRASSI | 1 | -0/+31 | |
2023-06-25 | Windows: Better language localization support for Expander. | Mounir IDRASSI | 1 | -0/+2 | |
More work is needed to localize remaining string resources | |||||
2023-06-20 | Windows: Allow selecting size unit (KB/MB/GB) for generated keyfiles | Mounir IDRASSI | 1 | -2/+2 | |
This change also makes it possible to generate keyfiles larger than 1 MiB although only the first 1 MiB will be taken into account by VeraCrypt. Update strings in XML files | |||||
2023-06-04 | Increment version to 1.26.2. Update Release Notes | Mounir IDRASSI | 1 | -1/+1 | |
2023-06-02 | Windows: Add dropdown menu to Mount button to allow mounting without cache | Mounir IDRASSI | 1 | -0/+1 | |
2023-06-01 | Fix issues launching fsck via terminal on Linux (#1086) | Jertzukka | 1 | -1/+2 | |
Currently on a system without xterm or konsole (like fresh Ubuntu install) the fsck check will not launch. Added gnome-terminal as an alternative and fixed an issue where konsole will always error out as --title and --caption are no longer valid arguments. Previously the error message was simply "xterm not found", so new LangString LINUX_EX2MSG_TERMINALNOTFOUND was added to let the user knows which programs they need to get the feature working. | |||||
2023-05-18 | Add a new LangString 'LINUX_VOL_MOUNTED' to show when volume mounted. Fixes ↵ | Jertzukka | 1 | -0/+1 | |
(#1029) the issue of 'LINUX_VOL_DISMOUNTED' being shown even when not dismounting. | |||||
2022-03-21 | Language XML files: Add newly added entry to the XML files of supported ↵ | Mounir IDRASSI | 1 | -0/+1 | |
languages | |||||
2022-03-21 | Increment version to 1.26 and update windows driver and MBR bootloader files | Mounir IDRASSI | 1 | -1/+1 | |
2022-02-19 | Increment version to 1.25.9 and update Release Notes. | Mounir IDRASSI | 1 | -1/+1 | |
2022-02-10 | Update Turkish translation (FabSec; By Fabriel) | Mounir IDRASSI | 1 | -1002/+1002 | |
2022-02-05 | Increment version to 1.25.8 | Mounir IDRASSI | 1 | -1/+1 | |
2022-01-07 | Increment version to 1.25.7 and update Release Notes | Mounir IDRASSI | 1 | -1/+1 | |
2021-12-27 | Increment version to 1.25.6. Update Release Notes and add signed Windows driver. | Mounir IDRASSI | 1 | -1/+1 | |
2021-12-20 | Increment version to 1.25.5 and update release notes | Mounir IDRASSI | 1 | -1/+1 | |
2021-11-30 | Increment version to 1.25.4 and set release date to December 3rd 2021 | Mounir IDRASSI | 1 | -1/+1 | |
2021-11-28 | Language XML files: Fix wrong reference to VeraCrypt 6.0 which actually ↵ | Mounir IDRASSI | 1 | -1/+1 | |
should be TrueCrypt 6.0 | |||||
2021-11-28 | Increment version to 1.25 (1.25.3) | Mounir IDRASSI | 1 | -1/+1 | |
2021-11-21 | Increment version to 1.25-RC2 and update release notes | Mounir IDRASSI | 1 | -1/+1 | |
2021-09-21 | Linux/macOS: Add CLI switch (--size=max) and UI option to give a file ↵ | Mounir IDRASSI | 1 | -0/+1 | |
container all available free space. This commit also makes --size switch accept KiB/MiB/GiB/TiB prefixes and adds TiB choice in UI. | |||||
2021-09-05 | Increment version to 1.25-RC1 | Mounir IDRASSI | 1 | -1/+1 | |
2021-09-05 | Windows: Block installation with exe installer if VeraCrypt was already ↵ | Mounir IDRASSI | 1 | -0/+1 | |
installed using MSI package | |||||
2021-09-04 | Minor cleanup of the repo (#822) | a1346054 | 1 | -1/+1 | |
* *: source files should not be executable * *: make sure files have final newline * *: remove BOM from text files * translations: unify headers * *: fix typos * *: trim excess whitespace | |||||
2021-08-30 | Increment version to 1.25 | Mounir IDRASSI | 1 | -1/+1 | |
2021-08-21 | Language XML files: remove duplicated entry and fix MOUNT_POINT entry | Mounir IDRASSI | 1 | -2/+1 | |
2021-08-16 | Increment version to 1.24-Update9-Beta-21-08-15 | Mounir IDRASSI | 1 | -1/+1 | |
2021-08-15 | Windows: Increment version to 1.24.25.3 and update signed Windows driver | Mounir IDRASSI | 1 | -1/+1 | |
2021-02-28 | Adding more Turkish translations (#744) | Özgür Pekçağlıyan | 1 | -29/+29 | |
* Adding more Turkish translations This change is translating some still English lines to Turkish * Fixing typo Co-authored-by: Özgür Pekçağlıyan <zgrw@users.noreply.github.com> | |||||
2021-02-21 | interface: add keyboard shortcut to "TrueCrypt mode" in the mount dialog (#729) | alt3r 3go | 1 | -1/+1 | |
I've also updated all the relevant language files. Closes #95. Signed-off-by: alt3r 3go <alt3r.3go@protonmail.com> | |||||
2021-01-02 | Increment version to 1.24-Update9 | Mounir IDRASSI | 1 | -1/+1 | |
2020-12-13 | replicate change of "processors" with "logical processors" | Mounir IDRASSI | 1 | -1/+1 | |
2020-12-13 | Language Translations: fix invalid escape sequence in untranslated entry in ↵ | Mounir IDRASSI | 1 | -1/+1 | |
XML files | |||||
2020-12-13 | Language Translations: fix invalid escape sequence in XML files | Mounir IDRASSI | 1 | -1/+1 | |
2020-12-11 | Language translations: Add newly added Linux entries to the XML files of ↵ | Mounir IDRASSI | 1 | -0/+120 | |
supported languages | |||||
2020-11-29 | Increment version to 1.24-Update8 | Mounir IDRASSI | 1 | -1/+1 | |
2020-11-25 | Some untranslated fields have been translated (#685) | Mehmet Keçeci | 1 | -9/+9 | |
2020-08-06 | Windows: Display warning message with correct maximum length value when ↵ | Mounir IDRASSI | 1 | -3/+3 | |
password is truncated | |||||
2020-07-21 | Language translations: Add newly added entries to the XML files of supported ↵ | Mounir IDRASSI | 1 | -0/+2 | |
languages | |||||
2020-07-08 | Language translations: Add newly added entries to the XML files of supported ↵ | Mounir IDRASSI | 1 | -0/+4 | |
languages | |||||
2020-07-02 | Language translations: Add newly added entry to the XML files of supported ↵ | Mounir IDRASSI | 1 | -0/+1 | |
languages | |||||
2020-06-26 | Language translations: Add newly added entry to the XML files of supported ↵ | Mounir IDRASSI | 1 | -0/+1 | |
languages | |||||
2020-06-23 | Increment version to 1.24-Update7 | Mounir IDRASSI | 1 | -1/+1 | |
2020-03-10 | Increment version to 1.24-Update6 | Mounir IDRASSI | 1 | -1/+1 | |