feat: undo/redo, real-time progress, app icon#9
Merged
Wintersta7e merged 10 commits intomainfrom Mar 6, 2026
Merged
Conversation
Co-Authored-By: Rooty
Co-Authored-By: Rooty
Co-Authored-By: Rooty
Co-Authored-By: Rooty
Co-Authored-By: Rooty
Co-Authored-By: Rooty
Co-Authored-By: Rooty
Co-Authored-By: Rooty
- Fix SemaphoreSlim disposal race in PipelineRunner - Fix command loss on exception in UndoRedoManager - Fix IsConnected recalculation in RemoveNodesCommand - Add PushOrCoalesce for config field keystroke coalescing - Add CompositeCommand for batch undo operations - Add execution log 5000-entry cap - Add CLI progress thread safety (lock) - Restore selection state on undo of node deletion - Refresh properties panel on undo/redo via StateChanged - Report PhaseChanged(Complete) only on success - Add 66 new tests (309 total) - Update README, USER_GUIDE, CHANGELOG for v1.3.0 Co-Authored-By: Rooty
- Add icon.png as Avalonia window icon (title bar + taskbar) - Add icon.ico as Windows executable icon (Explorer + pinned taskbar) - Multi-resolution ICO: 16, 32, 48, 64, 128, 256px Co-Authored-By: Rooty
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
PipelineProgressEventdiscriminated union with phased progress (Enumerating → Processing → Complete), live file discovery count, and per-file status in both UI and CLIKey additions
UndoRedoManagerwith linked-list stack, 25-entry cap,PushOrCoalescefor config keystroke coalescingAddNodeCommand,RemoveNodesCommand,MoveNodeCommand,ConnectCommand,DisconnectCommand,ChangeConfigCommand+CompositeCommandPipelineProgressEventtypes:PhaseChanged,FilesDiscovered,FileProcessed