From 3570ff7b37b692499976c7e8782a793aba5f5d8ab56cc4a5a092d3537c960c28 Mon Sep 17 00:00:00 2001 From: koxt2 Date: Sun, 30 Nov 2025 21:44:02 +0000 Subject: [PATCH 1/4] Update to v0.2.0 --- datarecovery.spec | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/datarecovery.spec b/datarecovery.spec index 0c95f21..cf7519f 100644 --- a/datarecovery.spec +++ b/datarecovery.spec @@ -79,3 +79,14 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/datarecovery.desktop %{_datadir}/polkit-1/actions/datarecovery.policy %changelog +* Sun Nov 30 2025 koxt2 - 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) -- 2.51.1 From 820b3d106100c4a59961a44d197451a898302d65915f3b67256b3be1c9c886b8 Mon Sep 17 00:00:00 2001 From: koxt2 Date: Sun, 30 Nov 2025 23:37:10 +0000 Subject: [PATCH 2/4] Fix missing version entry in spec file --- datarecovery.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datarecovery.spec b/datarecovery.spec index cf7519f..549cfbc 100644 --- a/datarecovery.spec +++ b/datarecovery.spec @@ -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 -- 2.51.1 From ea1dc852e3a723a30626a7d69a15141155f4ccaa286767ae83176d36aa047f28 Mon Sep 17 00:00:00 2001 From: koxt2 Date: Fri, 19 Dec 2025 22:43:52 +0000 Subject: [PATCH 3/4] Update to v0.3.0 --- datarecovery.changes | 12 ++++++++++++ datarecovery.spec | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/datarecovery.changes b/datarecovery.changes index 7139740..4beb7bb 100644 --- a/datarecovery.changes +++ b/datarecovery.changes @@ -1,4 +1,16 @@ ------------------------------------------------------------------- +Fri Dec 19 22:33:00 UTC 2025 - koxt2 + +- Update to release 0.3.0 + * Custom signature dialog for defining PhotoRec file signatures + * Support for adding, viewing, and deleting custom signatures + * Custom signatures integrated into file types dialog + * Uses ~/.photorec.sig for storing custom file signatures + * Uses ~/.photorec.cfg for PhotoRec configuration + * Reorganized file types dialog + * File type uses PhotoRec family keys instead of extensions + +------------------------------------------------------------------ Sun Nov 30 23:37:00 UTC 2025 - koxt2 - Update to release 0.2.0 diff --git a/datarecovery.spec b/datarecovery.spec index 375ade6..bb0cced 100644 --- a/datarecovery.spec +++ b/datarecovery.spec @@ -17,7 +17,7 @@ Name: datarecovery -Version: 0.2.0 +Version: 0.3.0 Release: 0 Summary: GTK4/Libadwaita application for data recovery License: GPL-2.0-or-later -- 2.51.1 From 0aa94ac0f071fde3d103a983e6a4303aeb1938f2442c8d05972f6fa20b7bb997 Mon Sep 17 00:00:00 2001 From: koxt2 Date: Fri, 19 Dec 2025 22:48:49 +0000 Subject: [PATCH 4/4] Update to v0.3.0 --- datarecovery.spec | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/datarecovery.spec b/datarecovery.spec index bb0cced..dbd417e 100644 --- a/datarecovery.spec +++ b/datarecovery.spec @@ -78,15 +78,4 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/datarecovery.desktop %{_datadir}/metainfo/com.github.koxt2.datarecovery.metainfo.xml %{_datadir}/polkit-1/actions/datarecovery.policy -%changelog -* Sun Nov 30 2025 koxt2 - 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) +%changelog \ No newline at end of file -- 2.51.1