Skip to content

Releases: magicdawn/clash-config-manager

v0.10.0

09 Jul 12:21
Compare
Choose a tag to compare

Changelog

v0.10.0 2022-07-09

  • 重构: 移除 easy-peasy / redux, 使用 valtio 作为全局状态管理
  • 重构: 移除 rxjs BehaviorSubject / recompose 等, 使用 valtio 全局组件
  • 重构: 开启 TypeScript strictNullChecks
  • 重构: UI 优化
  • react-router v6
  • feat: 订阅支持自动更新, 并因此更新配置

v0.9.0

02 Jul 15:36
Compare
Choose a tag to compare

Changelog

v0.9.0 2022-07-02

  • yarn -> pnpm
  • poi -> rollup / vite, 原因是 poi 对 ts 支持有限
  • increase AddRuleModal target length limit, from 10000 to 200000
  • clean up deps, use react@18
  • 订阅管理增加排除关键词支持, (excludeKeywords), 可以按节点名字匹配关键词忽略特定节点

v0.8.0

15 Mar 10:10
Compare
Choose a tag to compare

Changelog

v0.8.0

  • 支持 ssr:// 协议配置到 clash

v0.7.0

25 Jan 13:11
Compare
Choose a tag to compare

Changelog

v0.7.0

  • it's broken for electron-updater@latest, it's using fs/promises module, so upgrade
    • electron -> v16
    • electron-builder -> latest
    • electron-store -> latest
    • use @electron/remote

v0.6.1

25 Jan 12:09
Compare
Choose a tag to compare

Changelog

v0.6.1

  • chore: update electron-* especially electron-updater, because auto update is broken now(v0.6 / v0.5)

v0.6.0

25 Jan 11:45
Compare
Choose a tag to compare

Changelog

v0.6.0

  • clash vmess ws-path / ws-headers, 变成 ws-opts.path / ws-opts.headers 更改

v0.5.2

14 Aug 23:17
Compare
Choose a tag to compare

Changelog

v0.5.2

  • fix build

v0.5.1

14 Aug 23:02
Compare
Choose a tag to compare

Changelog

v0.5.1

  • fix 由于 monorepo 导致 meta userData 目录不正确的问题.

v0.5.0

14 Aug 22:40
Compare
Choose a tag to compare

Changelog

v0.5.0

  • monorepo
  • 首页 icon size 调整
  • auto-update 增加 catch

v0.4.0

01 Jan 09:57
Compare
Choose a tag to compare

Changelog

v0.4.0

  • TypeScript 重构前端部分
  • 使用 easy-peasy 代替 reamtch
  • 配置生成区分 forceUpdate 和 普通生成
  • 主页添加生成按钮和快速添加规则按钮