Release Gloss 1.0.5 with legacy extension migration - #19
Merged
Conversation
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
.gloss-managedmarkerRoot cause
Older unpacked extension directories could exist at Gloss's managed Application Support path without the management marker. When bundled extension contents changed, Gloss rejected that directory as unmanaged before it could refresh the copy, so Show Extension displayed an error.
User impact
Existing installations can open and refresh a verified legacy extension directory without deleting or reinstalling it manually. Unrelated or modified directories remain protected from overwrite.
Validation
swift test— 226 XCTest tests and 70 Swift Testing tests passed; expected live smoke tests skippedswift format lint --strict Sources/Gloss/BrowserExtensionFiles.swift Tests/GlossAppTests/BrowserExtensionFilesTests.swiftplutil -lint Resources/Info.plistgit diff --check