Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scriptscat/scriptcat
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.3
Choose a base ref
...
head repository: scriptscat/scriptcat
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.4
Choose a head ref
  • 11 commits
  • 48 files changed
  • 5 contributors

Commits on Dec 27, 2025

  1. Configuration menu
    Copy the full SHA
    d3ffedc View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2025

  1. 🐛 删除清理逻辑和优化checkuserscript逻辑 (#1113)

    * 删除清理逻辑和优化checkuserscript逻辑
    
    * 重新加载按钮
    
    * 代码调整
    
    * 处理warningMessageHTML
    
    * 代码调整
    
    * 代码调整
    
    * 代码调整
    
    * 代码调整
    
    * 根据作者要求退回
    
    * 根据作者要求退回
    
    * translation fix
    
    * 代码调整
    
    * Update index.tsx
    
    * Chrome "Allow User Scripts" 后自动重启
    
    ---------
    
    Co-authored-by: cyfung1031 <44498510+cyfung1031@users.noreply.github.com>
    CodFrm and cyfung1031 authored Dec 29, 2025
    Configuration menu
    Copy the full SHA
    e635911 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2026

  1. Configuration menu
    Copy the full SHA
    ad19de5 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2026

  1. Configuration menu
    Copy the full SHA
    bea0192 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2026

  1. 🐛 修复云同步问题 (#1133)

    * 优化同步逻辑
    
    * 文件系统操作限制速率
    
    * 修复同步状态同步问题
    
    * 修复排序顺序问题 #964
    
    * Update packages/filesystem/limiter.ts
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * Update packages/filesystem/limiter.ts
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * Update packages/filesystem/factory.ts
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * 对文件系统操作应用速率限制 Apply rate limiting to filesystem operations (#1134)
    
    * Initial plan
    
    * Apply rate limiting to open, openDir and create operations
    
    Co-authored-by: CodFrm <22783163+CodFrm@users.noreply.github.com>
    
    * Merge fix/cloud-sync and apply rate limiting to open() method
    
    Co-authored-by: CodFrm <22783163+CodFrm@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: CodFrm <22783163+CodFrm@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
    3 people authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    a9383d2 View commit details
    Browse the repository at this point in the history
  2. 📝 example 注释补充 (#1131)

    * example 注释补充
    
    * 加入 crontab example 定时脚本示例
    
    * Update example/crontab.js
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * 升级版本号和根据copilot意见修改
    
    ---------
    
    Co-authored-by: wangyizhi <i@xloli.top>
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    Co-authored-by: 王一之 <yz@ggnb.top>
    4 people authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    292549e View commit details
    Browse the repository at this point in the history
  3. 🏷️ typescript 修订 (#1127)

    * typescript 修订
    
    * 调整type
    
    ---------
    
    Co-authored-by: 王一之 <yz@ggnb.top>
    cyfung1031 and CodFrm authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    b455724 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2026

  1. Configuration menu
    Copy the full SHA
    6e8644a View commit details
    Browse the repository at this point in the history
  2. syncDelete should be disabled by default (#958)

    * Update config.ts
    
    * 添加提示
    
    * 添加提示
    
    ---------
    
    Co-authored-by: 王一之 <yz@ggnb.top>
    cyfung1031 and CodFrm authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    9c4c7dc View commit details
    Browse the repository at this point in the history
  3. 🐛 scriptcat.d.tpl & type 修正 (#1130)

    * 跟随 TM 使用 "tab" 和 "tabs" 作 parameter 命名
    
    * type 修正
    
    * type 修正
    cyfung1031 authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    dd22ef5 View commit details
    Browse the repository at this point in the history
  4. 🐛 修复同步翻页问题与增加重试逻辑 (#1137)

    * 修复同步翻页问题与增加重试逻辑
    
    * 修改type
    
    * Update packages/filesystem/onedrive/onedrive.ts
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * Update packages/filesystem/dropbox/dropbox.ts
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * Update packages/filesystem/baidu/baidu.ts
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * Update packages/filesystem/limiter.ts
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    * 整理代码
    
    * 整理代码
    
    ---------
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    CodFrm and Copilot authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    5d70786 View commit details
    Browse the repository at this point in the history
Loading