Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Releases: SukkaW/Koolshare-Clash

0.17.9-beta

24 Nov 07:38
Compare
Choose a tag to compare
0.17.9-beta Pre-release
Pre-release

从 0.17.8-beta 版本开始,KoolClash 开始跟进 Clash 弃用 config.yml 文件名、使用 config.yaml
如果你当前安装的是早于 0.17.8-beta 版本的 KoolClash,请在安装此版本后,重新上传一次配置文件、或更新一次托管订阅!

新特性

这个版本没有新特性。

Bug 修复

  • ip.skk.moe 旧 API 关闭,KoolClash 接入使用新 API 接口

其它改动

这个版本没有其它改动。


From 0.17.8-beta, KoolClash is now using the Clash latest configuration filename - config.yaml.
Re-upload configuration or update your clash hosted subscription is needed if you update KoolClash from version before 0.17.8-beta!

Features

There were no more features added in this version.

Bugs Fixed

  • fix(web): ip.skk.moe api endpoint

Changes

There were no more changes added in this version.

0.17.8-beta

01 Nov 14:27
Compare
Choose a tag to compare
0.17.8-beta Pre-release
Pre-release

从 0.17.8-beta 版本开始,KoolClash 开始跟进 Clash 弃用 config.yml 文件名、使用 config.yaml
如果你当前安装的是早于 0.17.8-beta 版本的 KoolClash,请在安装此版本后,重新上传一次配置文件、或更新一次托管订阅!

新特性

这个版本没有新特性。

Bug 修复

  • 修复面板上的 IP 检查、将淘宝 IP 接口更换为搜狐 IP 接口
  • 使用新的方法获取 LAN IP,试图适配 OpenWrt 新版 网络接口 配置

其它改动

  • 使用 Clash 新的配置文件路径 config.yaml
  • 升级 Clash 二进制到自编译的最新 Dev 分支(0.16.0)
  • 更新到最新的 clash-dashboard
  • 更新 GeoLite IP 数据库到 20191029 版本

From 0.17.8-beta, KoolClash is now using the Clash latest configuration filename - config.yaml.
Re-upload configuration or update your clash hosted subscription is needed if you update KoolClash from version before 0.17.8-beta!

Features

There were no more features added in this version.

Bugs Fixed

  • fix(web): ip.skk.moe
  • refactor: a new way to get lan_ip

Changes

  • refactor: replace config.yml to config.yaml

Housekeeping.

  • util: update clash bin & ipdb & dashboard

0.17.7-beta

21 Sep 11:36
Compare
Choose a tag to compare
0.17.7-beta Pre-release
Pre-release

新特性

这个版本没有新特性。

Bug 修复

这个版本没有修复 Bug。

其它改动

  • 升级 Clash 二进制到自编译的最新 Dev 分支
    • 已经包括 Fake-IP lru cache、DNS 双栈处理、url-test 的修复
  • 更新 GeoLite IP 数据库到 20190917 版本

Features

There were no more features added in this version.

Bugs Fixed

There were no more bugs fixed in this version.

Changes

Housekeeping.

  • Update Clash to latest dev, with lru cache included, dns dual stack & url-test fixed.
  • Update GeoLite to 20190917

0.17.6-beta

15 Sep 06:45
Compare
Choose a tag to compare
0.17.6-beta Pre-release
Pre-release

新特性

这个版本没有新特性。

Bug 修复

这个版本没有修复 Bug。

其它改动

  • 升级 clash-dashboard 到最新版
    • 支持根据延时对节点排序
  • 升级 Clash 二进制到自编译的最新 Dev 分支
    • 已经包括 Fake-IP lru cache
  • 更新 GeoLite IP 数据库到 20190903 版本

Please read documentation carefully before using it! Any questions please submit a new issue.
Uninstall current version and then install this version if you have one before 0.17.0-beta!
Reupload the Clash config file after updating if you are using 0.17.1-beta!

Features

There were no more features added in this version.

Bugs Fixed

There were no more bugs fixed in this version.

Changes

Housekeeping.

  • Update Clash to latest dev
  • Update clash-dashboard to latest
  • Update GeoLite to 20190903

0.17.5-beta

11 Jul 15:17
Compare
Choose a tag to compare
0.17.5-beta Pre-release
Pre-release

在下载安装之前请仔细阅读 使用文档 使用中的任何问题都可以 提交 issue
如果你当前安装的是早于 0.17.0-beta 版本的 KoolClash,请先卸载再重新安装!
如果你当前安装的是 0.17.1-beta 版本,请在更新后重新上传 Clash 配置文件!

新特性

  • 如果 IP 数据库下载失败将会中止更新 #34
  • 调试信息新增输出 Clash 运行目录下的文件列表

Bug 修复

  • 修改 IP 数据库更新完成后的提示语
  • 修复 SSH 无法被代理的问题 #38

其它改动

  • 改善文档关于 DNS 配置部分
  • 文档新增延伸阅读部分
  • 修改了 Clash 开关的日志输出
  • 去除打包时的 upx 压缩
  • 升级 clash-dashboard 到最新版
  • 升级 Clash 二进制到自编译的 0.15.0

修改 Fake IP 内部 DNS TTL 为 3600,可能可以缓解 #36

  • 更新 GeoLite IP 数据库到 20190709 版本
  • 更新 yq 到 2.4.0
  • 文档新增 进阶使用 部分
  • 重构「访问 Clash 面板」按钮打开 dashboard 的方式

Please read documentation carefully before using it! Any questions please submit a new issue.
Uninstall current version and then install this version if you have one before 0.17.0-beta!
Reupload the Clash config file after updating if you are using 0.17.1-beta!

Features

  • feat(ipdb): exit when ipdb download failed
  • refactor(debug): show dir

Bugs Fixed

  • fix(ipdb): update log typo
  • fix(control): only free 22 within lan ip #38

Changes

  • docs: update dns & add referrer
  • fix/docs(usage): dns config
  • refactor(control): update log output
  • chore: remove upx during pack
  • util(dashboard): update to latest
  • util(bin): clash update to custom build 0.15.0 (Adjust inside ttl to 3600)
  • util(ipdb): update geolite to 20190709
  • util(bin): update yq to 2.4.0
  • docs: bring up advanced usage & update dns
  • refactor(web): set dashboard url with a new way

0.17.4-beta

11 Jul 15:25
Compare
Choose a tag to compare
0.17.4-beta Pre-release
Pre-release

在下载安装之前请仔细阅读 使用文档 使用中的任何问题都可以 提交 issue
如果你当前安装的是早于 0.17.0-beta 版本的 KoolClash,请先卸载再重新安装!
如果你当前安装的是 0.17.1-beta 版本,请在更新后重新上传 Clash 配置文件!

新特性

  • 完善 Clash 启动检查和相关日志输出

Bug 修复

  • 修复了手动设置了外部控制监听 IP 以后调试工具无法使用的问题

其它改动

  • 重写了插件页面的操作日志、刷新倒计时、Tab 切换的逻辑
  • 更新 Clash 到最新 dev 分支(自编译)

可能修复了一些 Clash DNS 问题

  • 修改 iptables 链向 PREROUTING 中的添加顺序
  • 减少了 iptables 链 koolclash_dns 的影响范围

Please read documentation carefully before using it! Any questions please submit a new issue.
Uninstall current version and then install this version if you have one before 0.17.0-beta!
Reupload the Clash config file after updating if you are using 0.17.1-beta!

Features

  • feat(control): better log & better check

Bugs Fixed

  • fix(web): bug, api host variable

Changes

  • refactor(web): t minus logic
  • refactor(web): selectTab logic
  • util(clash): update with latest dev branch
  • fix(control): iptables chain
  • refactor(control): limit koolclash_dns chain

0.17.3-beta

15 May 11:06
Compare
Choose a tag to compare
0.17.3-beta Pre-release
Pre-release

在下载安装之前请仔细阅读 使用文档 使用中的任何问题都可以 提交 issue
如果你当前安装的是早于 0.17.0-beta 版本的 KoolClash,请先卸载再重新安装!
如果你当前安装的是 0.17.1-beta 版本,请在更新后重新上传 Clash 配置文件!

新特性

这个版本没有新增特性。

Bug 修复

这个版本没有修复 Bug。

其它改动

  • 更新 Clash 到最新 Dev,更新 clash-dashboard 到最新版本

Clash dev 和 clash-dashboard 已经实现按照配置文件中的代理列表的顺序进行排序

  • 升级 GeoLite2 IP 解析库到 20190514

Please read documentation carefully before using it! Any questions please submit a new issue.
Uninstall current version and then install this version if you have one before 0.17.0-beta!
Reupload the Clash config file after updating if you are using 0.17.1-beta currently!

Features

There were no more features added in this version.

Bugs Fixed

There were no more bugs fixed in this version.

Changes

  • util(bin): update clash to latest dev
  • util(ipdb): update to 20190514

0.17.2-beta

14 May 14:06
Compare
Choose a tag to compare
0.17.2-beta Pre-release
Pre-release

在下载安装之前请仔细阅读 使用文档 使用中的任何问题都可以 提交 issue
如果你当前安装的是早于 0.17.0-beta 版本的 KoolClash,请先卸载再重新安装!
如果你当前安装的是 0.17.1-beta 版本,请在更新后重新上传 Clash 配置文件!

新特性

这个版本没有新增特性。

Bug 修复

  • 修复 Clash 控制面板 404

其它改动

这个版本没有其他改动。


Please read documentation carefully before using it! Any questions please submit a new issue.
Uninstall current version and then install this version if you have one before 0.17.0-beta!
Reupload the Clash config file after updating if you are using 0.17.1-beta currently!

Features

There were no more features added in this version.

Bugs Fixed

  • fix: external-ui config caused 404

Changes

There were no more changes in this version.

0.17.1-beta

13 May 11:14
Compare
Choose a tag to compare
0.17.1-beta Pre-release
Pre-release

在下载安装之前请仔细阅读 使用文档 使用中的任何问题都可以 提交 issue
如果你当前安装的是早于 0.17.0-beta 版本的 KoolClash,请先卸载再重新安装!
如果你当前安装的是 0.17.0-beta 版本,请在更新后重新上传 Clash 配置文件!

新特性

这个版本没有新增特性。

Bug 修复

这个版本没有修复 Bug。

其它改动

  • 使用自编译的 Clash (0d4a999707da2ec0c989aa3fe2b8faff5950340c in dev)

这个版本缓解了 Clash 在重启或停止以后浏览器 DNS 缓存导致的无法联网的问题


Please read documentation carefully before using it! Any questions please submit a new issue.
Uninstall current version and then install this version if you have one before 0.17.0-beta!
Reupload the Clash config file after updating if you have one before 0.17.0-beta!

Features

There were no more features added in this version.

Bugs Fixed

There were no more bugs fixed in this version.

Changes

  • util(bin): update clash to self-built version (0d4a999707da2ec0c989aa3fe2b8faff5950340c in dev)
  • refactor(dnsmasq): remove dnsmasq forward

0.17.0-beta

11 May 08:52
aff518a
Compare
Choose a tag to compare
0.17.0-beta Pre-release
Pre-release

在下载安装之前请仔细阅读 使用文档 使用中的任何问题都可以 提交 issue
如果你当前安装的是早于 0.17.0-beta 版本的 KoolClash,请先卸载再重新安装!
访问控制中的端口控制将会失效,下个版本将会移除这个功能。

新特性

  • Fake-IP & Fake-DNS

Bug 修复

这个版本没有修复 Bug。

其它改动

  • 去除 Chromecast(DNS 劫持)功能
  • 去除 dnsmasq 转发

Please read documentation carefully before using it! Any questions please submit a new issue.
Uninstall current version and then install this version if you have one before 0.17.0-beta!
The port control in access control will become useless and will be remove in next version.

Features

  • feat(fake-dns): add 198.19.0.0/24 as fake-dns
  • feat(fake-ip): replace redir-host

Bugs Fixed

There were no more bugs fixed in this version.

Changes

  • refactor: remove chromecast
  • refactor(dnsmasq): remove dnsmasq forward