-
Notifications
You must be signed in to change notification settings - Fork 0
Releases: happy-token/HappyRouter
Releases · happy-token/HappyRouter
v1.0.3
Changelog
Bug Fixes
- fix: scope enable replacement in fixTunMode to tun block only
修复fixTunMode()全文替换enable: false可能误改dns.enable等问题,改为仅在tun:YAML 块内替换。 - fix: inject process rules at top and MATCH at end of rules list
修复 exclusive 模式下MATCH,DIRECT被注入到规则最前面,导致所有流量走直连的严重 bug。现在 process 规则放顶部,MATCH 规则替换末尾行。 - fix: include assets in build and generate app icon
修复assets/目录未包含在打包文件中导致应用图标缺失的问题,生成icon.icns用于 DMG 图标。
Features
- feat: add i18n, theme switching, and about section
添加国际化支持、主题切换功能和关于页面。
Docs
- docs: highlight desktop app in README
README 中突出桌面应用功能。
Full Changelog: v1.0.1...v1.0.3
Assets 4
v1.0.2
Changelog
Bug Fixes
- fix: scope enable replacement in fixTunMode to tun block only
修复fixTunMode()全文替换enable: false可能误改dns.enable等问题,改为仅在tun:YAML 块内替换。 - fix: inject process rules at top and MATCH at end of rules list
修复 exclusive 模式下MATCH,DIRECT被注入到规则最前面,导致所有流量走直连的严重 bug。现在 process 规则放顶部,MATCH 规则替换末尾行。
Features
- feat: add i18n, theme switching, and about section
添加国际化支持、主题切换功能和关于页面。
Docs
- docs: highlight desktop app in README
README 中突出桌面应用功能。
Full Changelog: v1.0.1...v1.0.2
Assets 4
v1.0.1
chore: bump version to 1.0.1
Assets 4
v1.0.0
feat: add code signing + notarization for macOS distribution Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>