GpsFolders: bump pin to v1.6.4 (fixes GPS-description crash) - #153
Merged
Conversation
Picks up 'v1.6.4: Fix crash on changing gps desc then selecting a folder row'. The hub still pinned 15cbe11 (v1.6.3), so clients cannot receive the fix.
Owner
|
oops, I forgot to update the pluginhub xml. will merge |
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.
Bumps the
GpsFolderspin from15cbe11(v1.6.3, 2026-05-26) to1376a89(v1.6.4, 2026-07-31).v1.6.4 is "Fix crash on changing gps desc then selecting a folder row", but the hub still points at
v1.6.3, so no client can receive it.
The crash it fixes
Reproduced three times on Pulsar v2.3.1 / SE 1.210.12. Adding a GPS folder after touching a GPS
description hard-crashes the client. Identical stack every time:
It's a draw-time exception, so there's no recovery — the client dies immediately. The folder write
itself succeeds first, so the change is present after restarting, which makes it look intermittent.
Clearing the Pulsar plugin cache doesn't help, since the re-download resolves to the pinned commit.
Verification
1376a89f3e1d86659e272ff35c43edb207e5138fis the current tip ofmasteronStarCpt/SE-GpsFolders.No other field changed.