- Suffix release tag support: folder name ending in -TAG
prepends [TAG] to output filenames
- Show name injection from parent folder for episode-only
filenames (e.g. S01E01-Name.mkv)
- Queue and logs display predicted output filename
- Run button label reflects rename when applicable
- Gray out main UI while strip/rename is in progress
- Unify audio/subtitle selection: single-select, auto-default,
cross-file propagation by exact name
- Show file size in queue, group divider and reordered columns in
track table, drop accent highlight on row selection
- Add cumulative progress bar (files finished, MB copied) to the
stripping window
- Add Windows toast notifications on stripping completion/cancel/error
- Restart the app after settings are changed; Cancel no longer
clears the queue, only closes the window
- Add ConfigureAwait(false) throughout MkvService so concurrent
strips don't starve the UI thread
- Hardcode scan/strip concurrency (10/5) instead of exposing it in
Settings