Skip to content

feat: cancel version downloads#113

Merged
LovelessCodes merged 2 commits intoreleasefrom
feat/cancel-download
Oct 28, 2025
Merged

feat: cancel version downloads#113
LovelessCodes merged 2 commits intoreleasefrom
feat/cancel-download

Conversation

@LovelessCodes
Copy link
Copy Markdown
Owner

Summary

  • Introduce a cancel version download.

Changes

  • Add the ability to cancel version downloads/extracts, which removes the download file & the destination path.

Related Issues

Checklist

  • I have linked related issues using #
  • I have updated documentation where appropriate
  • I have verified backward compatibility or noted breaking changes
  • I have run linters/formatters and addressed warnings

* Implemented cancellation functionality using `AtomicBool` to track cancellation state.
* Added event listener to handle cancellation requests from the UI.
* Emitted cancellation progress updates to the UI for better user feedback.
* Cleaned up temporary files and directories upon cancellation.
* Introduced a "Cancel" button to enhance user experience during downloads.
@LovelessCodes LovelessCodes merged commit 46bce0b into release Oct 28, 2025
1 check passed
@LovelessCodes LovelessCodes deleted the feat/cancel-download branch October 28, 2025 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ability to cancel version downloads

1 participant