55 Commits
Author SHA1 Message Date
AntBlackandGitHub a66b27ec29 Merge pull request #38 from noir017/fix/authenticated-socks5-proxy
fix: support authenticated socks5/http proxies
2026-07-08 16:34:51 +08:00
noir017andClaude Opus 4.8 0c2e19e656 fix: support authenticated socks5/http proxies
Chromium 的 --proxy-server 无法携带凭据,导致导入带鉴权的
socks5://user:pass@host:port 代理时浏览器静默丢弃鉴权而连接失败。

内核选择器原先将所有 socks5/http 一律固定为 native,永远走不到
已有的 xray/mihomo 桥接逻辑。现改为:带鉴权的 socks5/http 自动
使用 xray/mihomo 桥接为本地无鉴权 socks5 再交给浏览器;无鉴权
代理仍走 native。

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-05 13:32:01 +08:00
ant-black 3fc32ec25e fix: stream local browser core imports V1.3.0 2026-06-28 23:36:10 +08:00
ant-black 3c34485c26 feat: support browser core archive imports 2026-06-28 23:07:06 +08:00
ant-black 0cd4a9df3b feat: import local browser core 2026-06-28 22:26:33 +08:00
ant-black 36f17d1964 fix: wait for existing window activation 2026-06-28 22:26:32 +08:00
ant-black 293da5fe97 fix: restore existing window on repeated launch 2026-06-28 18:51:46 +08:00
ant-black f406aa6d67 fix: build linux packages with webkitgtk 4.1 2026-06-28 17:26:38 +08:00
ant-black 5518481eb1 chore: prepare 1.3.0 release 2026-06-28 15:09:20 +08:00
ant-black 29f5c2e595 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	README.md
2026-06-28 11:31:05 +08:00
AntBlackandGitHub fd863e3ba1 Merge pull request #36 from Yoreh-404/fix-browser-core-scan-persist
fix: persist scanned browser cores
2026-06-28 11:05:59 +08:00
AntBlackandGitHub d1b77e30ad Merge pull request #31 from hmtdpetn/feat/windows-portable-package
Add Windows portable ZIP packaging
2026-06-28 11:05:15 +08:00
ant-black 569e9caa08 chore: finalize browser backup and license cleanup 2026-06-27 13:45:11 +08:00
Yoreh 021b5e8380 fix: persist scanned browser cores 2026-06-27 11:56:48 +08:00
ant-black 4a696713cf feat: add profile import export package 2026-06-23 23:40:05 +08:00
ant-black 9b8158e573 chore: clean whitespace issues 2026-06-23 19:57:14 +08:00
ant-black 0a5d387ff9 test: trim low-value unit tests 2026-06-23 17:32:41 +08:00
ant-black f010f2c3d3 test: remove stale integration tests 2026-06-23 17:08:38 +08:00
ant-black be3cfad357 test: remove stale debug tests 2026-06-23 16:51:04 +08:00
ant-black 50996445cd fix: stabilize automation script import 2026-06-23 15:56:49 +08:00
ant-black 65232db7ec chore commit remaining workspace changes 2026-06-23 09:35:24 +08:00
ant-black b260f7b0b8 fix automation script import and local import UI 2026-06-23 09:30:15 +08:00
ant-black bf85bc122c feat: improve logging notifications and filters 2026-06-18 23:36:57 +08:00
ant-black 59cbe36ca0 feat: improve browser automation and proxy management 2026-06-18 20:33:03 +08:00
ant-black 3257de014e fix: measure proxy latency through browser bridge 2026-06-10 23:53:44 +08:00
ant-black eec33b305a fix: enable mihomo ipv6 speed tests 2026-06-10 23:18:30 +08:00
ant-black 16b7c57137 fix: support ss uri speed tests with ipv6 endpoints 2026-06-10 22:55:24 +08:00
ant-black 3813961250 feat: improve proxy compatibility diagnostics and release prep 2026-06-10 22:21:01 +08:00
ant-black 2aca34e82d feat: improve proxy bridge warmup stability 2026-06-10 20:11:46 +08:00
hmtdpetn 9acbbedcab feat(build): add Windows portable zip packaging 2026-06-10 12:57:04 +08:00
ant-black ceb97de816 Merge remote-tracking branch 'origin/master' 2026-06-09 23:40:06 +08:00
AntBlackandGitHub 7bc1ecaa7a Merge pull request #25 from hmtdpetn/feature/anytls-singbox
Add AnyTLS Clash YAML support for sing-box
2026-06-09 23:38:14 +08:00
AntBlackandGitHub edc718fe2b Merge pull request #26 from hmtdpetn/fix/clash-subscription-user-agent
Add User-Agent fallback for Clash subscription imports
2026-06-09 23:37:53 +08:00
ant-black 4c9361f1d9 feat: migrate automation public api updates 2026-06-06 22:01:27 +08:00
ant-black adfbd25ca5 feat: merge automation workflow updates 2026-06-05 23:24:09 +08:00
lux d85e653307 Add User-Agent fallback for Clash subscription imports 2026-05-31 18:03:57 +08:00
lux 900c3d6a4f Add AnyTLS Clash YAML support for sing-box 2026-05-30 21:12:25 +08:00
ant-black 8dabaa43c3 docs: add linux.do friend link 2026-05-09 22:30:05 +08:00
ant-black 4b252ee697 fix: keep launch proxy overrides temporary V1.2.0 2026-05-09 20:58:18 +08:00
ant-black 5b4daa2cc6 V1.2.0 功能发布 2026-05-09 17:30:16 +08:00
ant-black 70132417ad publish: 1.2.0 snapshot (f3d7ec5)
channel: master

version: 1.2.0

source-ref: D:\code\open_source\ant-chrome master

source-commit: f3d7ec5

merged-public-base: 3d264eb
2026-05-05 18:08:10 +08:00
AntBlackandGitHub c4a30cda40 Merge pull request #14 from asmoyou/chore/unsigned-macos-packaging
chore(build): complete unsigned macOS packaging
2026-05-05 17:37:35 +08:00
AntBlackandGitHub 3d4518919c Merge pull request #12 from UltraSoundX/ChainProxy
feat(proxy): add chain proxy and change picker row actions
2026-05-05 17:36:55 +08:00
QILIN YOU 039cccd390 chore(build): complete unsigned macOS packaging 2026-05-02 22:53:06 +08:00
UltrasoundX 296c4276ec chore(wails): update runtime bindings and dependency checksums
Sync Wails runtime generated files and add missing v2.12.0 checksum entries (including go-toast) to fix development startup errors caused by missing go.sum entries.
2026-04-24 18:42:12 +08:00
UltrasoundX 1de3ac65be feat(proxy): add chain proxy editing and picker row actions
Enable chain+socks5 parsing/bridge support and add row-level edit/delete actions in proxy picker with builtin proxy guardrails and deletion fallback to direct proxy.
2026-04-24 17:16:24 +08:00
AntBlackandGitHub a722d897b4 Merge pull request #7 from voidvon/master
Support macOS core bundle paths and add Darwin packaging files
2026-04-23 21:56:19 +08:00
voidvon 34a7804c55 chore(build): add macOS packaging files 2026-04-03 18:51:43 +08:00
voidvon 2b17605460 fix(browser): support macOS core bundle paths 2026-04-03 18:33:41 +08:00
Ant Browser Release Bot 3d264eb83d publish: 1.1.0 snapshot (a358335)
channel: master
version: 1.1.0
source-ref: master
published-at-utc: 2026-03-29T11:32:04Z
2026-03-29 19:32:05 +08:00