- 修复导入订阅没有自动重载(不显示节点)的问题
- 英语状态下修复 Windows 工具栏提示文本超过限制的问题
- Clash Verge Rev 目前已进入稳定周期,日后更新将着重于 bug 修复与内核常规升级
- Meta(mihomo)内核升级 1.18.7
- 界面细节调整
- 优化服务模式安装逻辑
- 移除无用的 console log
- 能自动选择第一个订阅
- 修复服务模式安装问题
- 修复 Mac 下的代理绕过 CIDR 写法过滤
- 修复 32 位升级 URL
- 修复不同分组 URL 测试地址配置无效的问题
- 修复 Web UI 下的一处 hostname 参数
- 展示局域网 IP 地址信息
- 在设置页面直接复制环境变量
- 优化服务模式安装逻辑
- 优化切换订阅速度
- 优化更改端口速度
- 调整 MacOS 托盘图标大小
- Trojan URI 解析错误
- 卡片拖动显示层级错误
- 代理绕过格式检查错误
- MacOS 下编辑器最大化失败
- MacOS 服务安装失败
- 更改窗口大小导致闪退的问题
- 支持可视化编辑订阅代理组
- 支持可视化编辑订阅节点
- 支持可视化编辑订阅规则
- 扩展脚本支持订阅名称参数
function main(config, profileName)
- 代理绕过格式检查错误
- 更新后请务必重新导入所有订阅,包括 Remote 和 Local
- 此版本重构了 Merge/Script,更新前请先备份好自定义 Merge 和 Script(更新并不会删除配置文件,但是旧版 Merge 和 Script 在更新后无法从前端访问,备份以防万一)
- Merge 改名为
扩展配置
,分为全局扩展配置
和订阅扩展配置
,全局扩展配置对所有订阅生效,订阅扩展配置只对关联的订阅生效 - Script 改名为
扩展脚本
,同样分为全局扩展脚本
和订阅扩展脚本
- 订阅扩展配置在订阅右键菜单里进入
- 执行优先级为: 全局扩展配置 -> 全局扩展脚本 -> 订阅扩展配置 ->订阅扩展脚本
- 扩展配置删除了
prepend/append
能力,请使用 右键订阅 ->编辑规则
/编辑节点
/编辑代理组
来代替 - MacOS 用户更新后请重新安装服务模式
- 升级内核到 1.18.6
- 移除内核授权,改为服务模式实现
- 自动填充本地订阅名称
- 添加重大更新处理逻辑
- 订阅单独指定扩展配置/脚本(需要重新导入订阅)
- 添加可视化规则编辑器(需要重新导入订阅)
- 编辑器新增工具栏按钮(格式化、最大化/最小化)
- WEBUI 使用最新版 metacubex,并解决无法自动登陆问问题
- 禁用部分 Webview2 快捷键
- 热键配置新增连接符 + 号
- 新增部分悬浮提示按钮,用于解释说明
- 当日志等级为
Debug
时(更改需重启软件生效),支持点击内存主动内存回收(绿色文字) - 设置页面右上角新增 TG 频道链接
- 各种细节优化和界面性能优化
- 修复代理绕过格式检查
- 通过进程名称关闭进程
- 退出软件时恢复 DNS 设置
- 修复创建本地订阅时更新间隔无法保存
- 连接页面列宽无法调整
- 更新后请务必重新导入所有订阅,包括 Remote 和 Local
- 此版本重构了 Merge/Script,更新前请先备份好自定义 Merge 和 Script(更新并不会删除配置文件,但是旧版 Merge 和 Script 在更新后无法从前端访问,备份以防万一)
- Merge 改名为
扩展配置
,分为全局扩展配置
和订阅扩展配置
,全局扩展配置对所有订阅生效,订阅扩展配置只对关联的订阅生效 - Script 改名为
扩展脚本
,同样分为全局扩展脚本
和订阅扩展脚本
- 订阅扩展配置在订阅右键菜单里进入
- 执行优先级为: 全局扩展配置 -> 全局扩展脚本 -> 订阅扩展配置 ->订阅扩展脚本
- 扩展配置删除了
prepend/append
能力,请使用 右键订阅 ->编辑规则
/编辑节点
/编辑代理组
来代替 - MacOS 用户更新后请重新安装服务模式
- 升级内核到 1.18.6
- 移除内核授权,改为服务模式实现
- 自动填充本地订阅名称
- 添加重大更新处理逻辑
- 订阅单独指定扩展配置/脚本(需要重新导入订阅)
- 添加可视化规则编辑器(需要重新导入订阅)
- 编辑器新增工具栏按钮(格式化、最大化/最小化)
- WEBUI 使用最新版 metacubex,并解决无法自动登陆问问题
- 禁用部分 Webview2 快捷键
- 热键配置新增连接符 + 号
- 新增部分悬浮提示按钮,用于解释说明
- 当日志等级为
Debug
时(更改需重启软件生效),支持点击内存主动内存回收(绿色文字) - 设置页面右上角新增 TG 频道链接
- 各种细节优化和界面性能优化
- 修复代理绕过格式检查
- 通过进程名称关闭进程
- 退出软件时恢复 DNS 设置
- 修复创建本地订阅时更新间隔无法保存
- 连接页面列宽无法调整
- 此版本重构了 Merge/Script,更新前请先备份好自定义 Merge 和 Script(更新并不会删除配置文件,但是旧版 Merge 和 Script 在更新后无法从前端访问,备份以防万一)
- Merge 改名为
扩展配置
,分为全局扩展配置
和订阅扩展配置
,全局扩展配置对所有订阅生效,订阅扩展配置只对关联的订阅生效 - Script 改名为
扩展脚本
,同样分为全局扩展脚本
和订阅扩展脚本
- 执行优先级为: 全局扩展配置 -> 全局扩展脚本 -> 订阅扩展配置 ->订阅扩展脚本
- MacOS 用户更新后请重新安装服务模式
- 移除内核授权,改为服务模式实现
- 自动填充本地订阅名称
- 添加重大更新处理逻辑
- 订阅单独指定扩展配置/脚本(需要重新导入订阅)
- 添加可视化规则编辑器(需要重新导入订阅)
- 编辑器新增工具栏按钮(格式化、最大化/最小化)
- WEBUI 使用最新版 metacubex,并解决无法自动登陆问问题
- 禁用部分 Webview2 快捷键
- 热键配置新增连接符 + 号
- 新增部分悬浮提示按钮,用于解释说明
- 当日志等级为
Debug
时(更改需重启软件生效),支持点击内存主动内存回收(绿色文字) - 设置页面右上角新增 TG 频道链接
- 修复代理绕过格式检查
- 通过进程名称关闭进程
- 退出软件时恢复 DNS 设置
- 修复创建本地订阅时更新间隔无法保存
- 连接页面列宽无法调整
- MacOS 应用签名
- 删除 AppImage
- 应用更新对话框添加下载按钮
- 设置系统代理绕过时保留默认值
- 系统代理绕过设置输入格式检查
- MacOS 代理组图标无法显示
- RPM 包依赖缺失
- 添加 RPM 包支持
- 优化细节
- MacOS 10.15 编辑器空白的问题
- MacOS 低版本启动白屏的问题
- 系统代理支持 PAC 模式
- 允许关闭不使用的端口
- 使用新的应用图标
- MacOS 支持切换托盘图标单色/彩色模式
- CSS 注入支持通过编辑器编辑
- 优化代理组列表性能
- 优化流量图显性能
- 支持波斯语
- Kill 内核后 Tun 开启缓慢的问题
- 代理绕过为空时使用默认值
- 无法读取剪切板内容
- Windows 下覆盖安装无法内核占用问题
- 支持本地文件拖拽导入
- 重新支持 32 位 CPU
- 新增内置 Webview2 版本
- 优化 Merge 逻辑,支持深度合并
- 删除 Merge 配置中的 append/prepend-provider 字段
- 支持更新稳定版内核
- MacOS DNS 还原失败
- CMD 环境变量格式错误
- Linux 下与 N 卡的兼容性问题
- 修改 Tun 设置不立即生效
- 修复 Linux KDE 环境下系统代理无法开启的问题
- 窗口最大化图标调整 #924
- 修改 MacOS 托盘点击行为(左键菜单,右键点击事件)
- 修复 MacOS 服务模式安装失败的问题
- Meta(mihomo)内核回退 1.18.1(当前新版内核 hy2 协议有 bug,等修复后更新)
- 多处界面细节调整 #724 #799 #900 #901
- Linux 下新增服务模式
- 新增订阅卡片右键可以打开机场首页
- url-test 支持手动选择、节点组 fixed 节点使用角标展示 #840
- Clash 配置、Merge 配置提供 JSON Schema 语法支持、连接界面调整 #887
- 修改 Merge 配置文件默认内容 #889
- 修改 tun 模式默认 mtu 为 1500,老版本升级,需在 tun 模式设置下“重置为默认值”。
- 使用 npm 安装 meta-json-schema #895
- 更新部分翻译 #904
- 支持 ico 格式的任务栏图标
- 修复 Linux KDE 环境下系统代理无法开启的问题
- 修复延迟检测动画问题
- 窗口最大化图标调整 #816
- 修复 Windows 某些情况下无法安装服务模式 #822
- UI 细节修复 #821
- 修复使用默认编辑器打开配置文件
- 修复内核文件在特定目录也可以更新的问题 #857
- 修复服务模式的安装目录问题
- 修复删除配置文件的“更新间隔”出现的问题 #907
- MacOS M 芯片下服务模式无法安装;临时解决方案:在内核 ⚙️ 下,手动授权,再打开 tun 模式。
- MacOS 下如果删除过网络配置,会导致无法正常打开系统代理;临时解决方案:使用浏览器代理插件或手动配置系统代理。
- Window 拨号连接下无法正确识别并打开系统代理;临时解决方案:使用浏览器代理插件或使用 tun 模式。
- Meta(mihomo)内核更新 1.18.2
- 升级图标无法点击的问题
- 卸载时检查安装目录是否为空
- 代理界面图标重合的问题
- 优化 Linux 托盘菜单显示
- 添加透明代理端口设置
- 删除订阅前确认
- 删除 MacOS 程序坞图标
- Windows 下 service 日志没有清理
- MacOS 无法开启系统代理
- 缓存代理组图标
- 使用
boa_engine
代替rquickjs
- 支持 Linux armv7
- Windows 首次安装无法点击
- Windows 触摸屏无法拖动
- 规则列表
REJECT-DROP
颜色 - MacOS Dock 栏不显示图标
- MacOS 自定义字体无效
- 避免使用空 UA 拉取订阅
- 优化 UI 细节
- Linux 绘制窗口圆角
- 开放 DevTools
- 修复 MacOS 下开启 Tun 内核崩溃的问题
- 优化 UI 各种细节
- 提供菜单栏图标样式切换选项(单色/彩色/禁用)
- 添加自动检查更新开关
- MacOS 开启 Tun 模式自动修改 DNS
- 调整可拖动区域(尝试修复触摸屏无法拖动的问题)
- 全新专属 Verge rev UI 界面 (by @Amnesiash) 及细节调整
- 提供允许无效证书的开关
- 删除不必要的快捷键
- Provider 更新添加动画
- Merge 支持 Provider
- 更换订阅框的粘贴按钮,删除默认的"Remote File" Profile 名称
- 链接菜单添加节点显示
- Linux 下图片显示错误
- 支持自定义托盘图标
- 支持禁用代理组图标
- 代理组显示当前代理
- 修改
打开面板
快捷键为打开/关闭面板
- Tun 设置添加重置按钮
- Tun 设置项显示错误的问题
- 修改一些默认值
- 启动时不更改启动项设置
- 支持自定义延迟测试超时时间
- 优化 Tun 相关设置
- Merge 操作出错
- 安装后重启服务
- 修复管理员权限启动时开机启动失效的问题
- 保存窗口最大化状态
- Proxy Provider 显示数量
- 不再提供 32 位安装包(因为 32 位经常出现各种奇怪问题,比如 tun 模式无法开启;现在系统也几乎没有 32 位了)
- 优化设置项名称
- 自定义 GLOBAL 代理组时代理组显示错误的问题
- 删除 Clash 字段过滤功能
- 添加 socks 端口和 http 端口设置
- 升级内核到 1.18.1
- 修复 32 位版本无法显示流量信息的问题
- 此版本更改了 Windows 安装包安装模式,需要卸载后手动安装,否则无法安装到正确位置
- 优化了系统代理开启的代码,解决了稀有场景下代理开启卡顿的问题
- 添加 MacOS 下的 debug 日志,以便日后调试稀有场景下 MacOS 下无法开启系统代理的问题
- MacOS 关闭 GUI 时同步杀除后台 GUI #306
- 解决自动更新时文件占用问题
- 解决稀有场景下系统代理开启失败的问题
- 删除冗余内核代码
- 设置中添加退出按钮
- 支持自定义软件启动页
- 在 Proxy Provider 页面展示订阅信息
- 优化 Provider 支持
- 更改端口时立即重设系统代理
- 网站测试超时错误
- 支持启动时运行脚本
- 支持代理组显示图标
- 新增测试页面
- 连接页面时间排序错误
- 连接页面表格宽度优化
- 连接页面总流量显示
- 连接页面数据排序错误
- 新建订阅时设置更新间隔无效
- Windows 拨号网络无法设置系统代理
- Windows 开启/关闭系统代理延迟(使用注册表即可)
- 删除无效的背景模糊选项
- Windows 便携版禁用应用内更新
- 支持代理组 Hidden 选项
- 支持 URL Scheme(MacOS & Linux)
- 更新 Clash Meta(mihomo) 内核到 v1.18.0
- 支持 URL Scheme(暂时仅支持 Windows)
- 添加窗口置顶按钮
- UI 优化调整
- 修复一些编译错误
- 获取订阅名称错误
- 订阅信息解析错误
- 更新 MacOS 托盘图标样式(@gxx2778 贡献)
- Windows 下更新时无法覆盖
clash-verge-service.exe
的问题(需要卸载重装一次服务,下次更新生效) - 窗口最大化按钮变化问题
- 窗口尺寸保存错误问题
- 复制环境变量类型无法切换问题
- 某些情况下闪退的问题
- 某些订阅无法导入的问题
- 支持 Windows aarch64(arm64) 版本
- 支持一键更新 GeoData
- 支持一键更新 Alpha 内核
- MacOS 支持在系统代理时显示不同的托盘图标
- Linux 支持在系统代理时显示不同的托盘图标
- 优化复制环境变量逻辑
- 修改 PID 文件的路径
- 优化创建窗口的速度
- 更改配置文件路径到标准目录(可以保证卸载时没有残留)
- 更改 appid 为
io.github.clash-verge-rev.clash-verge-rev
- 建议卸载旧版本后再安装新版本,该版本安装后不会使用旧版配置文件,你可以手动将旧版配置文件迁移到新版配置文件目录下
- 移除页面切换动画
- 更改 Tun 模式托盘图标颜色
- Portable 版本默认使用当前目录作为配置文件目录
- 禁用 Clash 字段过滤时隐藏 Clash 字段选项
- 优化拖拽时光标样式
- 修复 windows 下更新时没有关闭内核导致的更新失败的问题
- 修复打开文件报错的问题
- 修复 url 导入时无法获取中文配置名称的问题
- 修复 alpha 内核无法显示内存信息的问题
- update clash meta core to mihomo 1.17.0
- support both clash meta stable release and prerelease-alpha release
- fixed the problem of not being able to set the system proxy when there is a dial-up link on windows system #833
- support new clash field
- support random mixed port
- add windows x86 and linux armv7 support
- support disable tray click event
- add download progress for updater
- support drag to reorder the profile
- embed emoji fonts
- update depends
- improve UI style
- update clash meta core to newest 虚空终端(2023.11.23)
- delete clash core UI
- improve UI
- change Logo to original
- update clash meta core to newest 虚空终端
- delete clash core, no longer maintain
- merge Clash nyanpasu changes
- remove delay display different color
- use Meta Country.mmdb
- update dependencies
- small changes here and there
- update clash meta core
- add default valid keys
- adjust the delay display interval and color
- fix connections page undefined exception
- update clash and clash meta core
- profiles page add paste button
- subscriptions url textfield use multi lines
- set min window size
- add check for updates buttons
- add open dashboard to the hotkey list
- fix profiles page undefined exception
- add russian translation
- support to show connection detail
- support clash meta memory usage display
- support proxy provider update ui
- update geo data file from meta repo
- adjust setting page
- center the window when it is out of screen
- use
sudo
whenpkexec
not found (Linux) - reconnect websocket when window focus
- The current version of the Linux installation package is built by Ubuntu 20.04 (Github Action).
- update clash core
- fix blurry system tray icon (Windows)
- fix v1.3.4 wintun.dll not found (Windows)
- fix v1.3.4 clash core not found (macOS, Linux)
- update clash and clash meta core
- optimize traffic graph high CPU usage when window hidden
- use polkit to elevate permission (Linux)
- support app log level setting
- support copy environment variable
- overwrite resource file according to file modified
- save window size and position
- remove fallback group select status
- enable context menu on editable element (Windows)
- update clash and clash meta core
- show tray icon variants in different system proxy status (Windows)
- close all connections when mode changed
- encode controller secret into uri
- error boundary for each page
- update clash and clash meta core
- fix import url issue
- fix profile undefined issue
- update clash and clash meta core
- fix open url issue
- fix appimage path panic
- fix grant root permission in macOS
- fix linux system proxy default bypass
- update clash and clash meta
- support opening dir on tray
- support updating all profiles with one click
- support granting root permission to clash core(Linux, macOS)
- support enable/disable clash fields filter, feel free to experience the latest features of Clash Meta
- deb add openssl depend(Linux)
- fix the AppImage auto launch path(Linux)
- fix get the default network service(macOS)
- remove the esc key listener in macOS, cmd+w instead(macOS)
- fix infinite retry when websocket error
- update clash
- adjust macOS window style
- profile supports UTF8 with BOM
- fix selected proxy
- fix error log
- update clash meta
- recover clash core after panic
- use system window decorations(Linux)
- flush system proxy settings(Windows)
- fix parse log panic
- fix ui bug
- update clash version
- proxy groups support multi columns
- optimize ui
- fix ui websocket connection
- adjust delay check concurrency
- avoid setting login item repeatedly(macOS)
- update clash meta version
- support to change external-controller
- support to change default latency test URL
- close all connections when proxy changed or profile changed
- check the config by using the core
- increase the robustness of the program
- optimize windows service mode (need to reinstall)
- optimize ui
- invalid hotkey cause panic
- invalid theme setting cause panic
- fix some other glitches
- the system tray follows i18n
- change the proxy group ui of global mode
- support to update profile with the system proxy/clash proxy
- check the remote profile more strictly
- use app version as default user agent
- the clash not exit in service mode
- reset the system proxy when quit the app
- fix some other glitches
- optimize clash config feedback
- hide macOS dock icon
- use clash meta compatible version (Linux)
- fix some other glitches
- add rule page
- supports proxy providers delay check
- add proxy delay check loading status
- supports hotkey/shortcut management
- supports displaying connections data in table layout(refer to yacd)
- supports yaml merge key in clash config
- detect the network interface and set the system proxy(macOS)
- fix some other glitches
- update clash and clash.meta
- only script profile display console
- automatic configuration update on demand at launch
- reimplement profile enhanced mode with quick-js
- optimize the runtime config generation process
- support web ui management
- support clash field management
- support viewing the runtime config
- adjust some pages style
- fix silent start
- fix incorrectly reset system proxy on exit
- update clash core and clash meta version
- support switch clash mode on system tray
- theme mode support follows system
- config load error on first use
- save some states such as URL test, filter, etc
- update clash core and clash-meta core
- new icon for macOS
- supports for switching clash core
- supports release UI processes
- supports script mode setting
- fix service mode bug (Windows)
- adjust default theme settings
- reduce gpu usage of traffic graph when hidden
- supports more remote profile response header setting
- check remote profile data format when imported
- service mode install and start issue (Windows)
- fix launch panic (Some Windows)
- update clash core
- optimize traffic graph animation
- supports interval update profiles
- supports service mode (Windows)
- reset system proxy when exit from dock (macOS)
- adjust clash dns config process strategy
- sort proxy node
- custom proxy test url
- logs page filter
- connections page filter
- default user agent for subscription
- system tray add tun mode toggle
- enable to change the config dir (Windows only)
- enable to use clash config fields (UI)
- remove the character
- fix some icon color
- supports custom theme color
- tun mode setting control the final config
- fix transition flickers (macOS)
- reduce proxy page render
- silent start
- profile editor
- profile enhance mode supports more fields
- optimize profile enhance mode strategy
- fix csp restriction on macOS
- window controllers on Linux
- update clash core version
- app updater error
- display window controllers on Linux
If you can't update the app properly, please consider downloading the latest version from github release.
- Connections page
- add wintun.dll (Windows)
- supports create local profile with selected file (Windows)
- system tray enable set system proxy
- open dir error
- auto launch path (Windows)
- fix some clash config error
- reduce the impact of the enhanced mode
- i18n supports
- Remote profile User Agent supports
- clash config file case ignore
- clash
external-controller
only port