| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| SmartCopy-2.0.1-linux-x64.tar.gz | 2026-03-15 | 50.2 MB | |
| SmartCopy-2.0.1-win-x64.zip | 2026-03-15 | 56.7 MB | |
| SmartCopy-2.0.1-osx-arm64.tar.gz | 2026-03-15 | 47.5 MB | |
| README.md | 2026-03-15 | 7.5 kB | |
| v2.0.1 source code.tar.gz | 2026-03-15 | 686.4 kB | |
| v2.0.1 source code.zip | 2026-03-15 | 861.6 kB | |
| Totals: 6 Items | 155.9 MB | 0 | |
This is the first proper release of SmartCopy 2[026] - it is now good, you should use it!
Various improvements to stability and usability since v2.0.0, and (hopefully) an initial release via homebrew.
Feedback welcomed. If you encounter any problems, or miss some functionality from SmartCopyTool that isn't replicated, or think of some new functionality that would make the app more useful, create an Issue and I'll see what I can do.
New Contributors
- @machinewrapped made their first contribution in https://github.com/machinewrapped/SmartCopy2026/pull/1
Full Changelog: https://github.com/machinewrapped/SmartCopy2026/commits/v2.0.1
What's Changed
- Implement phase-1 core foundation and memory-backed UI wiring by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/1
- Various UX improvements by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/2
- Testing infrastructure by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/3
- Implement composable filter system with full UI by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/4
- Wired up the source path by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/5
- Complete Phase 1 pipeline implementation and UI integration by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/6
- Fix MirrorFilter/FilterChain propagating exclusion to partially-mirro… by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/7
- Bugfix and polish by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/8
- Workflow presets by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/9
- Selection management by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/10
- Step 9: Shell observability, status feedback, and log panel by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/11
- Persistent option for show excluded nodes with temporary override by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/12
- Step 10: Keyboard navigation baseline + Source ComboBox UX by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/13
- UI/UX polish by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/14
- Rationalise path separators by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/15
- Phase 1 step 11 by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/16
- Refactor: move pipeline validation contracts into ITransformStep by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/17
- Add SelectAll, InvertSelection, ClearSelection pipeline steps by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/18
- Refactor PipelineRunner to step-first dual-list loop by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/19
- Delete preview confirmation by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/21
- Fixes for Move and Delete operations by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/20
- Integrate DirectoryScanner into DirectoryTreeViewModel by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/22
- Fix preview and reporting by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/23
- Massive refactor by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/24
- TransformResult returns SourceNode by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/26
- Pipeline refactor by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/25
- Phase 2.1 Implemented by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/27
- Fix mirror filter across filesystems by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/29
- Implement Phase 2.2 source acquisition UX by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/28
- Fix selection stats by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/30
- Miscellaneous cleanup by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/31
- Changed some static methods to extension methods by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/32
- Pause and resume by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/33
- Filterchain presets by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/34
- Pipeline preset UI consistency by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/35
- feat: Add Drag & Drop for source and destination paths by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/36
- Fix directory tree erasure by workflow preset by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/37
- Refactor step display by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/39
- Introduce IAppContext, IAppDataStore, IPathResolver; require explicit paths for stores by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/41
- Implemented FileSystem Watcher by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/43
- UX polish and cleanup by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/44
- feat: Phase 5.2.7 — Capability gates and cross-filesystem hardening by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/45
- feat: Phase 5.2.8 — UI State Locking (scan + execution) by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/46
- Implement Phase 5.2.9 by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/47
- Free space validation by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/51
- Swap source and destination paths (Phase 5.2.11) by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/52
- Launch readiness by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/53
- Error tolerance by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/55
- Release validation by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/54
- Standardise colour palette by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/56
- Systemise pipeline step serialisation; fix OverwriteMode not restored on load by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/58
- Better validation of Extension Filter edits by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/57
- Worktree log panel rethink by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/61
- Suppress stack traces and binding noise in log panel by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/62
- Structured logging + real-time virtualized log panel by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/63
- Route logging through AppLog service locator by @machinewrapped in https://github.com/machinewrapped/SmartCopy2026/pull/64
New Contributors
- @machinewrapped made their first contribution in https://github.com/machinewrapped/SmartCopy2026/pull/1
Full Changelog: https://github.com/machinewrapped/SmartCopy2026/commits/v2.0.1