Release v0.7.0 — per-event notifications, UI rework, TriOS readiness - #7
Merged
Conversation
… deactivation; clamp duration; build fixes
…es, test_install, jars/Ramscoop.jar)
…using java.awt.Color constants
…ona notifications - Removed preset radio fields from LunaSettings.csv - Removed preset handling logic from ModPlugin.java and simplified color resolution to prefer LunaLib Color pickers and legacy hex fallbacks - Added colorsEqual helper and cleaned up preset-related code paths
- Grouped/cleaned Notification UI in LunaSettings.csv - Added per-event notification toggles - Defaulted notification colors to light gray - Gate notifications by runtime scoop toggle - Removed delayed blue floating-text scheduling - Minor CSV tooltip cleanup
- Add CHANGELOG and changelog.txt entries for v0.7.0 - Bump versions in mod_info.json, version.json, Ramscoop.version - Add docs/RELEASE_v0.7.0_SUMMARY.md - Tidy CSV tooltip text
…OS_COMPATIBILITY.md)
There was a problem hiding this comment.
Pull Request Overview
This PR prepares v0.7.0 of the Ramscoop mod, introducing per-event notifications, reworking the UI to use LunaLib color pickers, and ensuring TriOS compatibility. The changes enhance user control over notifications while simplifying the configuration interface.
Key changes:
- Added individual toggles for nebula/corona entry/exit notifications with HSV color picker support
- Removed legacy color preset radio buttons in favor of LunaLib's native color selection UI
- Updated default notification colors to light gray (#D3D3D3) and ensured notifications respect the master toggle
Reviewed Changes
Copilot reviewed 13 out of 17 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/ramscoop/Ramscoop.java | Added per-event notification logic with master toggle gating and state caching |
| src/ramscoop/ModPlugin.java | Implemented LunaLib color picker integration, color migration, and per-event toggle loading |
| data/config/LunaSettings.csv | Reorganized notification settings with HSV color pickers and per-event toggles |
| mod_info.json | Version bump to 0.7.0 with TriOS-compatible URLs |
| Ramscoop.version | Updated semantic versioning for TriOS compatibility |
| build.ps1, build.bat | Enhanced Starsector path detection for different environments |
| docs/TRIOS_COMPATIBILITY.md | New documentation for TriOS release requirements |
| README.md, CHANGELOG.md, changelog.txt | Updated documentation and version history |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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 prepares the project for a v0.7.0 release and includes the following changes:
README.md,CHANGELOG.md,changelog.txt, and addeddocs/TRIOS_COMPATIBILITY.mdand release summary.mod_info.json,version.json, andRamscoop.versionand added TriOS-friendly download/changelog URLs.jars/Ramscoop.jarproduced by the included build script.Files touched (representative)
Validation performed
build.ps1locally — build completed andjars/Ramscoop.jarwas created.Ramscoop.versioncontains numericmajor/minor/patchandchangelog.txtis plain text with "Version" headers.Notes for reviewer
v0.7.0and upload a release asset (e.g.Ramscoop-v0.7.0.zipcontaining the jar) to matchRamscoop.version.directDownloadURLif you want TriOS to fetch the ZIP directly.If anything should be split into smaller PRs (for code vs docs vs packaging), tell me and I’ll split accordingly.