-
Notifications
You must be signed in to change notification settings - Fork 5
Sync Dev #999
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
+2,440
−1,610
Merged
Sync Dev #999
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
ab00a3c
Initial plan
Copilot 2f2e552
Fix: Wrap async init in IIFE to fix Violentmonkey SyntaxError for top…
Copilot d375406
3.5.1
github-actions[bot] 3be870f
Update version info to 3.5.1
github-actions[bot] 61a770c
Fix init flow bugs from review
Copilot d4a9349
Update description for PR 986 in Update.json
PythonSmall-Q e7f94d8
Update time and description of 3.5.1
github-actions[bot] 2993f85
Merge pull request #986 from XMOJ-Script-dev/copilot/fix-syntax-error…
PythonSmall-Q 94cab11
Bump actions/dependency-review-action from 4 to 5
dependabot[bot] 24e9133
Merge pull request #982 from XMOJ-Script-dev/dependabot/github_action…
PythonSmall-Q 1ca8d17
Use Monaco Editor and save code in submitpage.php when edit the conte…
def-WA2025 e0c2693
fix: eliminate dark mode flash in MonochromeUI / NewBootstrap
claude 8a064f5
refactor: remove redundant late skin CSS injection from Style element
claude f38b4aa
fix: handle @resource cache miss to prevent broken page on first install
claude 3c9fbfc
fix: restore link removal loop to guarantee old CSS is un-applied
claude 9b227de
fix: evict preload-scanned old CSS at DOMContentLoaded, not at IIFE time
claude d554e7d
fix: hide page at document-start to eliminate CLS from preload scanner
claude da0075c
fix: move FOUC reveal into IIFE to fix mandatory 3s wait
claude 258a31d
3.5.3
github-actions[bot] 8ba07e3
Update version info to 3.5.3
github-actions[bot] 366829b
Update time and description of 3.5.3
github-actions[bot] bd58527
Update time and description of 3.5.3
github-actions[bot] 6c5bbbc
Update time and description of 3.5.3
github-actions[bot] 63b2e69
Update time and description of 3.5.3
github-actions[bot] 74a6c07
fix: inject skin CSS on @resource cache miss
claude 69a65f5
Update time and description of 3.5.3
github-actions[bot] 2ff4536
Merge pull request #992 from XMOJ-Script-dev/claude/elegant-volta-u94vc7
PythonSmall-Q 0bf0ed5
fix: pin Monaco to 0.52.2 to stop intermittent load failures
boomzero 38738d3
3.5.4
github-actions[bot] f0a8826
Update version info to 3.5.4
github-actions[bot] 0da6227
Merge pull request #997 from XMOJ-Script-dev/fix/monaco-load-failure-991
boomzero 3155ea1
3.6.0
github-actions[bot] a8af10a
Update to release 3.6.0
github-actions[bot] a8e9df1
Merge pull request #1000 from XMOJ-Script-dev/actions/temp
github-actions[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because the production updater scans
Update.jsonfor the newest entry whosePrereleaseisfalse, leaving the new 3.5.4 entry marked as a prerelease means non-debug users on 3.5.0 will still consider 3.5.0 the latest production version and won't be prompted to install this release. For a master release, this entry needs to be published as a release (or accompanied by a newer non-prerelease entry) before the site is deployed.Useful? React with 👍 / 👎.