Beta Changelog
ScriptCat's version releases are divided into two main branches: stable releases and pre-release versions. For the stable release changelog, please see: Changelog
Pre-release versions are released before the official stable version. They are typically used to test new features. Pre-release version numbers contain a pre-release identifier, for example:
1.0.0-beta.1.
You can obtain pre-release versions from the Release page or from the extension store pages below:
Additionally, besides pre-releases, ScriptCat builds the extension on Github Action after each code commit is merged to the main branch. If you want to experience the latest features or fixes, you can download them from the Github Action page.
1.3.0-beta (2025-12-13)
Added
- ✨ New script installation logic (#842) (80d342e)
- ✨ Internationalize monaco editor hints and add
@require-csshint (#960) [51a6f94] (by @cyfung1031) - ✨ Fix
@grantconflict validation, add meta duplicate declaration error prompt (#902) [8fbd0f1] (by @cyfung1031) - ✨ Template preset
@noframesto prevent beginners from pitfalls (#900) [c9d5840] (by @cyfung1031) - ✨ Prevent script installation link from being misjudged as install instead of update when script name changes (#824) [5c7a5dd] (by @cyfung1031)
- ✨ Script run-at options (#895) [b0ea187] (by @CodFrm)
- ✨ Display gray icon when script functionality is disabled #897 (3e406dc)
- ✨ Optimize menu interaction logic when expandable items are 0 #868 (da24ac2)
Changed
- 🎨 Fix Typography reference (#984) [a70400c] (by @cyfung1031)
- ♻️ Firefox compatibility: GM_setClipboard (#928) [d1a5cb1] (by @cyfung1031)
- ♻️ Adjust userScripts / scripting API, enhance compatibility (redo #704) (#925) [43bc40f] (by @cyfung1031)
- ♻️ Refactor and optimize script icon loading (#893) (ab36c86)
- ⚡ parseMetadata code optimization (#903) [0efc648] (by @cyfung1031)
- 🎨 Change default extension icon number display to script count #989 [70f67b6] (by @CodFrm)
- 🐛 Import & Export - Fix issue not following script last modified date time (#951) (6e7272f)
- 🎨 Adjust sourceURL for easier debugging (#987) [ed741e7] (by @cyfung1031)
- ⬆️ Package version updates (#922) [9b1df8d] (by @cyfung1031)
- ⚡ Values-related common adjustments (#949) [b258fb2] (by @cyfung1031)
- ⚡ Commonize URL.createObjectURL, Firefox compatibility (#929) [54ad4de] (by @cyfung1031)
- ⚡ Store icons based on URL to avoid multiple scripts storing the same icon (#909) [c6e8efb] (by @cyfung1031)
- ♻️ Adjust updateIcon code (#908) [642e3b9] (by @cyfung1031)