VeraCrypt
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-08-20Translations: fix wrong name in an entry id in Ukrainian translation.Mounir IDRASSI1-1/+1
2024-08-20Added some translations to Ukrainian (#1402)Marius Kjærstad1-325/+325
2024-08-17Add newly added HTML documentation page to the CHM documentationMounir IDRASSI3-0/+5
2024-08-17Add missing entry in the Release NotesMounir IDRASSI1-0/+1
2024-08-17Update Release Notes. Set release date to August 17th.Mounir IDRASSI4-3/+5
2024-08-17Documentation: Add conversion guide for deprecated features. Mention hidden ↵Mounir IDRASSI6-1/+200
volumes in TrueCrypt conversion
2024-08-17Translations: Fix encoding issue in Japanese XML fileMounir IDRASSI1-1/+1
2024-08-17Translations: Fix XML issues in Thai language fileMounir IDRASSI1-3/+3
2024-08-17Added some translations to Thai (#1401)Marius Kjærstad1-1630/+1630
2024-08-14Windows: better handling of reading EFI variable to display help error ↵Mounir IDRASSI1-4/+44
messages in case of failure. Now we accept the possibility of BootOrder EFI variable to be empty in order to try to solve issues on some PCs.
2024-08-13Update Finnish translation and few xml errors (#1400)Jertzukka3-43/+43
2024-08-13Windows: fix build failure for x86/x64 with newer Visual Studio that use ↵Mounir IDRASSI1-1/+7
Windows 10/11 SDK We set Windows 8 as minimum API support fir Visual Studio 2015 and newer. Closes #1398
2024-08-13Translations: update Korean translation fileMounir IDRASSI1-6/+6
2024-08-13Translations: Update Turkish translation.Mounir IDRASSI1-3/+3
2024-08-11Fix another typo of "CPLC" is language files including English one.Mounir IDRASSI41-42/+42
2024-08-11Translations: update Italian translationMounir IDRASSI1-72/+72
2024-08-11Revert changes mistakenly included in previous commitMounir IDRASSI2-1/+2
2024-08-11Fix typo of "CPLC" is language files including English one.Mounir IDRASSI43-44/+43
2024-08-11Update Corsican translation on 2024-08 (2nd) (#1396)Patriccollu1-8/+8
2024-08-10Update Language.sv.xml (#1395)Jonatan1-1/+1
2024-08-10Translations: Update Spanish translationMounir IDRASSI1-102/+102
2024-08-10Translations: Update Japanese translationMounir IDRASSI1-343/+343
2024-08-09Update Language.sv.xml (#1394)Jonatan1-3/+3
2024-08-06Update German translation (#1391)Ettore Atalan1-6/+6
2024-08-06Update Language.zh-cn.xml (#1390)nkh04721-6/+6
for commit 715380afbbe3d2fe0e880c4b8b708bce04e456ad
2024-08-05Update mount failure error messages to mention removal of TrueCrypt support ↵Mounir IDRASSI8-49/+49
and old algorithms.
2024-08-05Windows: disable dropdown split button in volume expander (#1389)lollolong1-0/+4
2024-08-05Undeclared identifier for IDR_LANG_NB fixed (#1388)Marius Kjærstad6-1/+6
2024-08-04Update Release Notes. Set release date to August 4th.Mounir IDRASSI3-5/+13
2024-08-04Windows: Fix rare cases being stuck in Secure Desktop after it is used for ↵Mounir IDRASSI1-18/+38
password entry Cause seems to be IME as documented in KeePass project (https://keepass.info/help/kb/sec_desk.html#ime). We use the same approach as KeePass to disable IME in Secure Desktop. This commit also add few changes: - we switch to secure desktop only if SetThreadDesktop succeeds - we call SwitchDesktop to switch to original desktop only if we actually succeeded in displaying secure desktop
2024-08-04Translations: Fix typo in Norwegian translationMounir IDRASSI1-1/+1
2024-08-03Update Language.nl.xml (#1387)Thomas De Rocker1-7/+7
2024-08-03Add missing translated entries to Norwegian language file. (#1386)chatgptdev1-0/+3
Translation was done using gpt-4o (multi-shot) and validated with Claude Sonnet 3.5 and Google Gemini 1.5 Pro Experimental 0801 Co-authored-by: Mounir IDRASSI <mounir.idrassi@idrix.fr>
2024-08-03Add Norwegian Bokmål translation (#1382)Marius Kjærstad3-0/+1686
* Add Norwegian Bokmål translation * Fix Norwegian Bokmål translation
2024-08-03Update Polish translation (#1383)Matthaiks1-3/+3
2024-08-03Update Corsican translation on 2024-08 (#1384)Patriccollu1-32/+33
2024-08-03Update Language.zh-cn.xml (#1385)风之暇想1-4/+4
翻译
2024-08-02Increment version to 1.26.13. Update release notes. Update signed Windows ↵Mounir IDRASSI89-100/+102
drivers.
2024-08-02Translations: Add newly added string for XTS vulnerability detectionMounir IDRASSI41-2/+125
2024-08-02Implement detection of volumes with vulnerable XTS master key.Mounir IDRASSI24-7/+186
If vulnerability detected, a warning message is displayed during mount or backup/restore header, and changing the password is disallowed since it will not change the master key.
2024-07-27Windows: fix failure of PowerShell script to create container from a large ↵Mounir IDRASSI1-5/+33
directory we now add a safety factor and extra space to better account for exfat filesystem overhead.
2024-07-26Tests: refactor test batch script, clear and better code.Mounir IDRASSI1-357/+57
2024-07-25Tests: remove RIPEMD160 test container, add blake2s one. Enhance batch ↵Mounir IDRASSI7-10/+70
script. Harmonize test containers.
2024-07-24Update CHM documentation. Use correct date of 1.26.12 in header.Mounir IDRASSI2-2/+2
2024-07-24Windows: Update WiX and SDK paths in build bat filesMounir IDRASSI2-9/+11
2024-07-21Updated pt-br translation. (#1379)Daniel Dias Rodrigues1-84/+84
2024-07-13Linux: fix linker type confusion that was causing crash.Mounir IDRASSI3-32/+32
The class AdminPasswordRequestHandler was defined in several places in the same namespace and the linker was picking up one definition for constructor and the other one when calling virtual method. Now we use different named for different implementations.
2024-07-11Documentation: Update QR codes and logos (#1376)Marius Kjærstad22-17/+17
* Documentation: Update QR codes and logos * Add QR codes in 200x200 resolution
2024-07-10Linux: fix typoMounir IDRASSI1-1/+1
2024-07-10Linux: fix crash when displaying Admin password dialog. Fix failure of ↵Mounir IDRASSI2-28/+27
Github action by using builtin GITHUB_TOKEN