From 343efc18ed2fc416ba7d9e4165bb85144dc7a0b1 Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Wed, 12 Nov 2025 06:19:28 +1100 Subject: [PATCH] feat: add external import with MD5 deduplication and drive detection - Import from folder or removable drive via File menu - MD5 checksum-based duplicate detection from audio content - Windows drive detection with removable/fixed type labels - Drive accessibility verification before listing - Import files copied to _Imports// folders - Comprehensive logging for import debugging --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a330e0..c04322f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "audio-sort", - "version": "0.4.0", + "version": "0.5.0", "description": "Electron audio sorting application with fuzzy search, tagging, library management, and advanced waveform editing with audio splitting capabilities for WAV files.", "author": "litruv", "main": "dist/main/main/index.js",