xmoj-script 1.6.1 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Update.json +11 -0
- package/XMOJ.user.js +1 -1
- package/package.json +1 -1
package/Update.json
CHANGED
@@ -2840,6 +2840,17 @@
|
|
2840
2840
|
}
|
2841
2841
|
],
|
2842
2842
|
"Notes": "No release notes were provided for this release."
|
2843
|
+
},
|
2844
|
+
"1.7.0": {
|
2845
|
+
"UpdateDate": 1748873286643,
|
2846
|
+
"Prerelease": false,
|
2847
|
+
"UpdateContents": [
|
2848
|
+
{
|
2849
|
+
"PR": 802,
|
2850
|
+
"Description": "Fix page flashes in dark mode"
|
2851
|
+
}
|
2852
|
+
],
|
2853
|
+
"Notes": "No release notes were provided for this release."
|
2843
2854
|
}
|
2844
2855
|
}
|
2845
2856
|
}
|
package/XMOJ.user.js
CHANGED