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.1 (2025-12-21)
Added
Changed
- ⚡ Move metadata out of chrome.storage.session (#1027) [9c81f6c] (by @cyfung1031)
- ⚡ Optimize next run time display #1093 [324ce51] (by @CodFrm)
Fixed
- 🐛 Fix popup page issues (#1100) [9c67e4a] (by @CodFrm)
- 🐛 Fix type error [f5a73c7] (by @CodFrm)
- 🐛 Fix English log containing full-width character issue (#1095) [a68b100] (by @cyfung1031)
- 🐛 Add UnoCSS prefix to resolve CSS conflicts, fix CSS layout (#1013) [723e64c] (by @cyfung1031)
- 🐛 Fix early script URL matching issue (#1096) [a77effb] (by @CodFrm)
- 🐛 Fix issue where update popup window displays for too short a time (#1088) [b2b2d5c] (by @cyfung1031)
- 🐛 Fix abnormal display issue when user script notifications are enabled (#1086) (959c4db)
- 🐛 responseHeaders:
TM compatibility: \r\n(#1085) [15232c8] (by @cyfung1031) - 🐛 Fix GM xhr issues (#1082) [3d987c3] (by @CodFrm)
- 🐛 Fix issue with frequent background sync (#1076) [45dc39b] (by @CodFrm)
- 🐛 Fix special tab handling issue #1066 (50904fb)
- 🐛 Fix script handling without match rules #1071 (560cdc0)
- 🐛 Fix CI packaging issue that removed background optional permissions [1f002f0] (by @CodFrm)
- 🐛 Fix ignore discarded tab (#1058) [6165bf4] (by @cyfung1031)
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)
Fixed
- 🐛 Clear existing Alarm when selecting irregular script update checks (#996) [8bb9a2d] (by @cyfung1031)
- 🐛 Remove extra whitespace at top of backup page (#995) (9c149ce)
- ✨ Installation without relying on external website access + installation page layout adjustment (#842) (80d342e)
- 🐛 Add UnoCSS prefix to resolve CSS conflicts, fix CSS layout (#1013) [723e64c] (by @cyfung1031)
- 🐛 Optimize systemconfig and fix i18n issues in SW (#976) [c50fcf7] (by @CodFrm)
- 🐛 Fix type errors (#975) [7d85856] (by @cyfung1031)