Commit Graph

22 Commits

Author SHA1 Message Date
acf4b8d8b7 chore: add author website 2025-11-12 06:43:48 +11:00
fe38e7e8f2 fix: add author email and disable snap publishing 2025-11-12 06:42:57 +11:00
e16abd7370 fix: add PNG icon for Linux builds 2025-11-12 06:38:44 +11:00
7ecb65153c fix: use icon.ico for Linux builds 2025-11-12 06:35:18 +11:00
e16b069ddd chore: bump version to 0.5.2 2025-11-12 06:28:24 +11:00
947a510646 linux building 2025-11-12 06:27:39 +11:00
343efc18ed 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/<date>/ folders
- Comprehensive logging for import debugging
2025-11-12 06:19:28 +11:00
69d98c1f1a 0.4.0 2025-11-12 04:13:18 +11:00
ed3d9b60df chore: refresh app icon metadata 2025-11-12 04:12:50 +11:00
18a2d3ee26 0.3.2 2025-11-12 04:06:18 +11:00
3569a46ebb 0.3.1 2025-11-12 02:46:33 +11:00
b4bfbd3ef6 chore: update dependencies and add patch-package for better-sqlite3
feat: implement just-split category filter and enhance metadata parsing
fix: improve type imports and variable handling in services
2025-11-12 02:45:07 +11:00
c33371b206 fix: update dependencies 2025-11-12 00:02:15 +11:00
4639494b9d chore: bump version to 0.3.0 2025-11-11 23:59:12 +11:00
5b2090c102 feat: add fade in/out functionality for audio segments with UI controls 2025-11-11 23:46:26 +11:00
e9c679dfaf - Updated package.json to include the UCS.csv file under the 'data' directory instead of the root.
- Modified MainApp.ts to resolve the path for UCS.csv from the 'data' directory.
- Deleted the unused test.wav file to clean up the repository.
2025-11-11 11:01:43 +11:00
d0f7b0fe18 chore: remove failing test harness 2025-11-11 10:56:41 +11:00
f18fd4155e chore: bump version to 0.2.0 with audio splitting and waveform editing features 2025-11-11 10:35:52 +11:00
6515a30a0e feat: enhance waveform editor with playback controls and segment interaction
- Added onPlayFromCursor and playbackCursorMs props to WaveformEditorCanvas for playback control.
- Implemented visual feedback for segment selection and hover states, including color adjustments and labels.
- Introduced smooth cursor animation for better user experience during interaction.
- Enhanced segment metadata handling in types and IPC for better integration with the library.
- Added focusOnFile method in LibraryStore to manage file selection and refresh.
- Updated styles for edit mode, including new classes for waveform and playback controls.
- Introduced new IPC channel for splitting audio files and updated related interfaces.
- Added parentFileId to AudioFileSummary for tracking source files.
- Implemented tests for tagging service to ensure metadata integrity and tag preservation.
- Created scrubWorklet and assets type definitions for future audio processing features.
2025-11-11 08:19:19 +11:00
bb7d31e748 version tap 2025-11-06 05:25:00 +11:00
64b8152e30 Enhance project configuration and cleanup
- Updated .gitignore to include additional files and directories for better exclusion.
- Modified package.json to add new build scripts and electron-builder configuration.
- Refactored MainApp.ts for improved IPC handler management and code formatting.
- Cleaned up LibraryService.ts by removing unnecessary logging and comments.
- Adjusted App.tsx and FileList.tsx for code clarity and consistency.
- Removed redundant console logs in TagEditor.tsx and CategoryUIState.ts.
- Updated tsconfig files for module resolution consistency.
2025-11-06 02:45:29 +11:00
e5d558fd98 Initial 2025-11-06 02:27:46 +11:00