Skip to content

2.14

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Feb 05:14
· 332 commits to main since this release

自 2.11 的更改

  • Release 发行包调整
    1. Linux 改为使用 Debian 10 + Qt 5.11 编译 (兼容 glibc 较旧的系统)
    2. 取消 macOS dmg 编译 (仍可以参照教程自行编译)
  • 添加 默认出站设置(兜底规则)
    1. 每套路由规则的默认出站独立保存,可选 proxy/bypass/block
    2. 选择 proxy 即未匹配到规则的流量走代理,与之前版本行为一致
    3. 优化了路由编辑界面
  • 添加 HiDPI 适配选项 Qt::AA_EnableHighDpiScaling #332
  • Add headerType for trojan & vless share link #331
  • 添加 VPN 白名单模式
  • 优化 链式代理 编辑界面
  • 优化 测试选项(测试选中的配置或分组)
  • 优化 部分界面设计
  • Fix #325 #312 ...