feat: To-Do list bug fixes and release prep#7
Merged
mogglemoss merged 2 commits intomasterfrom Feb 28, 2026
Merged
Conversation
This commit addresses several items from the to-do list:
1. **Wormhole Config Screen - Save without closing:**
- Modified :
- The 'Save' button in the Wormhole Sources Configuration dialog now saves settings without closing the window.
- A new method handles the saving logic and emits a signal.
- The method now only closes the dialog after calling .
2. **Automatic Version Number Updates:**
- Modified :
- The build workflow now directly updates the string in with the GitHub release tag () or a version for non-tag builds.
- This ensures the application's title bar accurately reflects the version.
3. **Rename 'Map Sources' to 'Wormhole Sources' (partial):**
- Modified :
- Changed the window title from 'Map Sources Configuration' to 'Wormhole Sources Configuration'.
- Modified :
- Updated text in and from 'Map Sources' to 'Wormhole Sources'.
4. **AUR Packaging - Linux .tar.gz:**
- Modified :
- Added a step to the job to create a archive of the PyInstaller output.
- This artifact is now uploaded alongside the to GitHub Releases, providing a suitable source for AUR packages.
This commit addresses task #5: - The 'Download now' button in the update dialog was unresponsive on Linux AppImage builds because failed to launch the default browser due to bundled library conflicts. - Replaced the call with and cleared (similar to the EvE login fix) to ensure the release URL opens correctly. - Also fixed a minor indentation issue in .
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
This PR implements all 5 items requested in the to-do list:
v2.1.9-rc.1) into__init__.pyduring the build. This ensures the correct version is always displayed in the application title bar.ShortCircuit-Linux-x86_64.tar.gzfile and attaches it to the GitHub Release. This provides a clean source for Linux users buildingshortcircuit-binvia the AUR.xdg-openenvironment clearing fix used by the SSO Login button.