Skip to content

Tags: oustn/cookie-sharer

Tags

v1.3.6

Toggle v1.3.6's commit message

Verified

This commit was signed with the committer’s verified signature.
fix(sync-cookie): 修复 cookie path 不匹配时静默失败的问题,新增重写路径配置

- 修复 syncCookieByUrl 中 cookie path 与目标 URL 不匹配时静默失败的问题
  - 未开启重写路径时,自动将 set url 调整为 origin + cookiePath,保留 cookie 原始 path
  - 使用 Promise.allSettled 替代 Promise.all,对失败的 cookie 通过 console.error 明确报错

- 新增「重写 Cookie 路径为 /」配置项
  - Config 类型新增 rewritePath?: boolean 字段
  - syncCookieByUrl / syncCookieBySources 新增 SyncCookieOptions 参数
  - Runtime 新增 setRewritePath action,reaction 中同步监听 rewritePath 变化
  - Popup 底部新增开关 UI,支持 Tooltip 说明,配置持久化到 chrome.storage.sync

v1.3.5

Toggle v1.3.5's commit message

Verified

This commit was signed with the committer’s verified signature.
fix: 修复 http cookie 同步 secure + sameSite 错误

v1.3.4

Toggle v1.3.4's commit message

Verified

This commit was signed with the committer’s verified signature.
fix: 修复获取指定 path 路径 cookie

v1.3.4-alpha.1

Toggle v1.3.4-alpha.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): update dependency mobx-react-lite to v4.1.1 (#33)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v1.3.3

Toggle v1.3.3's commit message
fix: 使用密钥打包 ctx,支持直接更新

v1.3.3-alpha.1

Toggle v1.3.3-alpha.1's commit message
fix: 使用密钥打包 ctx,支持直接更新

v1.3.2

Toggle v1.3.2's commit message
fix: 修复无 schema 的配置无法注入

v1.3.1

Toggle v1.3.1's commit message
fix: 修复 host 注入 content 错误

v1.3.0

Toggle v1.3.0's commit message
feat: 支持同步 storages

v1.2.5

Toggle v1.2.5's commit message
fix: 优化性能