You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Major update introducing privacy-focused deletion features and enhanced settings.
21
+
22
+
### 🔥 New Features
23
+
- **🛡️ Secure Delete**:
24
+
- Added "Secure Delete" modes in Settings: **1-pass zeros** and **1-pass random data**.
25
+
- **Best Effort**: Attempts to overwrite file content before deletion.
26
+
- **Payload Protection**: Strictly wipes only files within `$Recycle.Bin` matching specific patterns (`$R...`), ensuring safety of other data.
27
+
- **Feedback**: Detailed notifications about how many files were successfully overwritten and if any were locked.
28
+
- **Improved UX**:
29
+
- **Confirmation Dialogs**: Now clearly state which mode is active (Normal vs Secure) and warn about disk load.
30
+
- **Warnings**: One-time warning when enabling secure mode about SSD wear and limitations.
31
+
32
+
### 🛠️ Improvements
33
+
- **Tests**: Added unit tests for secure deletion logic and settings normalization.
34
+
- **I18n**: Fully localized (RU/EN) for all new dialogs and menus.
25
35
26
36
### 📝 Notes
27
-
- Release to ensure users have the best updater experience out-of-the-box.
37
+
- **SSD Users**: Please note that due to hardware wear leveling, absolute secure deletion cannot be guaranteed on modern SSDs/NVMe drives without full disk encryption/sanitization. Binity does its best to overwrite data at the OS level.
"confirm_dialog_message": "Удалить все элементы из корзины без возможности восстановления?",
63
+
"confirm_dialog_message_secure_zero": "Выполнить безопасную очистку корзины (1-pass нулями)?\n\nЭто замедлит операцию и увеличит нагрузку на диск.",
64
+
"confirm_dialog_message_secure_random": "Выполнить безопасную очистку корзины (1-pass случайными данными)?\n\nЭто самая тяжелая нагрузка на диск среди режимов очистки.",
0 commit comments