Update to v0.2.0 #1

Manually merged
jengelh merged 2 commits from koxt2/datarecovery:master into master 2025-12-01 01:16:30 +01:00

View File

@@ -17,7 +17,7 @@
Name: datarecovery
Version: 0.1.2+git0.1022653
Version: 0.2.0+git0.1022653
Release: 0
Summary: GTK4/Libadwaita application for data recovery
License: GPL-2.0-or-later
@@ -79,3 +79,14 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/datarecovery.desktop
%{_datadir}/polkit-1/actions/datarecovery.policy
%changelog
* Sun Nov 30 2025 koxt2 <koxt2@protonmail.com> - 0.2.0
- File type selection dialog with more categories
- Expandable category rows with individual switches
- Category-level switches to enable/disable all file types in a category at once
- Search functionality to filter file types
- Select All / Unselect All buttons for quick selection changes
- Smart PhotoRec command generation (exclude mode when >50% selected, include mode when <50%) - needs testing
- Reorganized file types
- Moved FILE_TYPES configuration to config.py
- Empty `no_extension` directory no longer created when no files without extensions exist
- PhotoRec `report.xml` file excluded from being moved to destination (content duplicated in photorec logs)