Skip to content

Releases: magicdawn/clash-config-manager

v0.20.0

30 Jul 15:03
v0.20.0
588e860
Compare
Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.19.4

11 Jun 13:55
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.19.3

11 Jun 13:29
Compare
Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.19.2

17 Jul 09:10
Compare
Choose a tag to compare

Changelog

v0.19.2 2023-07-17

  • fix: 包含 filter 的 proxy-group, proxies filter 结果为空时, clashx 报错的问题. (移除该 proxy-group)
  • feat: ClashX.Meta 配置文件迁移到了 ~/.config/clash.meta/ 文件夹了, 该工具支持 Clash.Meta 勾选

详细:

  • deps change in several commits
  • 78bd471 updated at 2023-06-08 16:17 by mc git-up
  • 2f02e9f feat: migrate to data router
  • 86d9fe2 feat: only skip write when content unchanged & mtime is today

v0.19.1

19 May 18:53
Compare
Choose a tag to compare

Changelog

v0.19.1 2023-05-20

  • 添加规则弹窗打开时, 窗口置顶. 方便从浏览器或其他地方复制 url.
  • 升级依赖

更多更改:

  • cbdb23b chore: none ncu-safe deps
  • 58fd67d chore: ncu-safe -r
  • 9c5723f feat: set window top most when AddRuleModal show
  • 5c9854f feat: use antd.App & antd.App.useApp
  • f2985c8 chore: tweak
  • 290bcd5 chore: add timeout limit to ci.yml
  • b83109f chore: ci only on main branch
  • 076311b chore: use ts-reset

v0.19.0

27 Mar 17:05
Compare
Choose a tag to compare

Changelog

v0.19.0 2023-03-28

  • 升级 ant-design 到 v5, v5 UI 非常好看 👍
  • 深色模式

更多更改:

  • 80253ee feat: dark mode
  • 8074a58 chore: use ky insteads of umi-request
  • 3f35b52 feat: organize imports for source code
  • 28a717d feat: 配置无变化时不再写入文件
  • 03eb92c chore: use rollup v3
  • 637d2a8 chore: update more deps
  • 3390341 chore: ncu-safe
  • a274463 feat: clean up tray menu
  • ff0f449 chore: update deps & update antd v5
  • 3182029 chore: fix nodefree urls
  • 5b0035d chore: tweak

v0.18.3

07 Jan 17:15
Compare
Choose a tag to compare

Changelog

v0.18.3 2023-01-08

  • 5385e3c feat: 支持 proxy-group.filter, 示例 {name: 🇯🇵JPN, type: select, proxies: [], filter: JPN}
  • d1a8b54 feat: make ALL group & sub-name group 可配置
  • 6a875dc chore: 缩减 monaco editor 使用
  • 2071b8d feat: 规范 cache / temp dir 的使用

v0.18.2

14 Dec 06:42
Compare
Choose a tag to compare

Changelog

v0.18.2 2022-12-14

  • fix export / import json logic

v0.18.1

13 Dec 19:00
Compare
Choose a tag to compare

Changelog

v0.18.1 2022-12-13

  • fix config merge in generate logic

v0.18.0

13 Dec 15:21
Compare
Choose a tag to compare

Changelog

v0.18.0 2022-12-13

  • feat: 支持多个订阅, 每个订阅会生成 <订阅> / <订阅>-最快 / <订阅>-可用 / <订阅>-手选 分组, 分别对应 url-test / fallback / select 类型的分组
  • feat: 支持添加特殊订阅 nodefree
  • feat: 将 remote / remote-rule-provider 内容移出 electron-store, 解决因此导致的卡顿