Skip to content

Releases: magicdawn/clash-config-manager

v0.17.0

17 Nov 18:49
Compare
Choose a tag to compare

Changelog

v0.17.0 2022-11-17

  • b26f0bf tweak tooltip style
  • 11d8f3e feat: add duplicate line key-binding
  • 59561f2 feat: add monaco-editor custom keybinding
  • 4b31d88 feat: current-config add scroll bar
  • 0a84843 chore: tweak theme selector
  • 88b3353 feat: add monaco themes
  • cde1426 feat: rm runCommand
  • 42e431b feat: do not update not used items
  • 6b1773b feat: auto-update, do not update item not using or disabled
  • 58c14eb dep: update electron to latest
  • 16bb2b6 ci: build only
  • 6f57caa chore: electron-build.js tweak artifactName
  • a54562f fix: remove renderer fs sync calls

v0.16.0

15 Nov 13:56
Compare
Choose a tag to compare

Changelog

v0.16.0 2022-11-15

  • 订阅: 支持查看节点
  • 配置组装: 使用中的配置, 支持 toggle
  • 配置源: 支持 rule-provider 类型的远程规则, 为了使用 https://github.com/Loyalsoldier/clash-rules, 但是生成的配置文件非常大...

v0.15.0

03 Nov 13:35
Compare
Choose a tag to compare

Changelog

v0.15.0 2022-11-03

  • 订阅逻辑切换, 之前是使用自己 parse ss:// / vmess:// 协议, 改为
    使用 user-agent: ClashX,让机场返回 clash config yaml, 从 yaml 中摘取 proxies 字段
  • user-agent: ClashX 会返回 subscription-userinfo header, 反应了使用量, 可以在更新订阅后直观看到使用量

v0.14.0

03 Nov 07:54
Compare
Choose a tag to compare

Changelog

v0.14.0 2022-11-03

  • 修正订阅更新按钮改为从网络更新
  • 添加托盘图标, 关闭窗口后隐藏到托盘, 此时自动更新任务还会自动跑

v0.13.0

02 Sep 05:53
Compare
Choose a tag to compare

Changelog

v0.13.0 2022-09-02

  • chore: update deps
  • fix(ui): fix global Pacman Loading
  • chore: tweak style & fix edit partial config readonly mode
  • chore: add github actions config
  • feat: add hide icon for subscribe url
  • chore: update screenshots

v0.12.3

16 Aug 10:11
Compare
Choose a tag to compare

Changelog

v0.12.3 2022-08-16

  • chore: fix btn disabled conditions (12 days ago)
  • c3f60c1 - feat: impl button 添加纯规则配置 (12 days ago)
  • 411c95c - chore: tweak current-config page style (13 days ago)
  • aced774 - chore: rename pages & adjust table title style (13 days ago)
  • cbc9319 - chore(vite): fix dev (2 weeks ago)
  • 20f8c43 - chore: clean up deps (2 weeks ago)

v0.12.2

27 Jul 12:47
Compare
Choose a tag to compare

Changelog

v0.12.2 2022-07-27

  • fix: fix yaml usage error

v0.12.1

27 Jul 12:35
Compare
Choose a tag to compare

Changelog

v0.12.1 2022-07-27

  • fix: 在 renderer 使用 esm, 解决 monaco editor yaml syntax 使用 dynamic import 的问题, c34815c

v0.12.0

26 Jul 18:32
Compare
Choose a tag to compare

Changelog

v0.12.0 2022-07-27

  • fix: remove undefined in yaml, 7d5ea9b
  • fix: fix external link breaks app state, b8e45e2
  • chore: update lots of deps, 666df98
  • chore: fix monaco-editor usage, adba7fa

v0.11.0

12 Jul 02:46
Compare
Choose a tag to compare

Changelog

v0.11.0 2022-07-12

  • chore: 在 SelectExport 中去掉删除的遗留项
  • feat: add note for webdav service config
  • fix: use ?? insteadof || for boolean fields, 修复是否自动更新, 无法取消掉的问题
  • fix: fix RuleAddModal 使用 clipboard 读取 url 不好使的问题
  • chore: add m1 arch build
  • chore: clean up or update deps, @types/*, webdav etc