mihomo v1.19.6
Incompatible changes:
● For security reasons, all paths appearing in the configuration file will be limited to workdir (regardless of whether they are relative or absolute). If there is a specific need, please specify additional safe paths by setting the
● In addition, support for specifying
Incompatible changes:
● For security reasons, all paths appearing in the configuration file will be limited to workdir (regardless of whether they are relative or absolute). If there is a specific need, please specify additional safe paths by setting the
SAFE_PATHS environment variable while ensuring safety. The syntax of this environment variable is the same as the PATH environment variable parsing rules of this operating system (i.e., semicolon-separated under Windows and colon-separated under other systems)● In addition, support for specifying
routing-mark and interface-name for proxy-groups has been removed. Please specify the relevant parameters in proxies directly.👍3
Forwarded from WAuxiliary CI Builds
WAuxiliary_v1.2.1.r558.fe8d959.apk
4.5 MB
本次r558更新
新增 插件方法
toast 提示
getLoginAlias 获取登录别名
download 下载
新增 插件方法
toast 提示
getLoginAlias 获取登录别名
download 下载
👍4
全新的微信插件,大家可以试试看
目前功能还很凑活,好在更新足够快
土豪们没事可以用金钱的小皮鞭抽打抽打开发者,给他点动力
模块-关于 界面有赞赏码
目前功能还很凑活,好在更新足够快
土豪们没事可以用金钱的小皮鞭抽打抽打开发者,给他点动力
模块-关于 界面有赞赏码
👍14❤1
👍1
Mihomo
v1.19.8
What's Changed
BUG & Fix
● 6e35cf9 fix: truncated UDP response in system dns #2031 by @wwqgtxx
Maintenance
● 2116640 chore: the updateConfigs api also adds a check for
● 23e2d3a chore: rebuild provider load by @wwqgtxx
● 266fb03 chore: update dependencies by @wwqgtxx
● 76e9607 chore: move start healthcheck.process() from New to Initial in provider avoid panic cause by build-in proxy have not set to tunnel by @wwqgtxx
Full Changelog: v1.19.7...v1.19.8
v1.19.8
What's Changed
BUG & Fix
● 6e35cf9 fix: truncated UDP response in system dns #2031 by @wwqgtxx
Maintenance
● 2116640 chore: the updateConfigs api also adds a check for
SAFE_PATHS by @wwqgtxx● 23e2d3a chore: rebuild provider load by @wwqgtxx
● 266fb03 chore: update dependencies by @wwqgtxx
● 76e9607 chore: move start healthcheck.process() from New to Initial in provider avoid panic cause by build-in proxy have not set to tunnel by @wwqgtxx
Full Changelog: v1.19.7...v1.19.8
👍3
Magisk_b1dc47a0_29001.apk
11.3 MB
Changelog
● [General] Massive internal refactoring and code migration
● [App] Support downloading module zip files with XZ compression
● [App] Disable app animations when system animations are disabled
● [MagiskMount] Support systemlessly deleting files with modules using blank file nodes
● [MagiskInit] Redesign sepolicy patching and injection logic
● [MagiskSU] Better TTY/PTY support
#Magisk
● [General] Massive internal refactoring and code migration
● [App] Support downloading module zip files with XZ compression
● [App] Disable app animations when system animations are disabled
● [MagiskMount] Support systemlessly deleting files with modules using blank file nodes
● [MagiskInit] Redesign sepolicy patching and injection logic
● [MagiskSU] Better TTY/PTY support
#Magisk
👍4❤1🔥1
Mihomo
v1.19.9
What's Changed
● 188372c feat: add
● 5cf0f18 feat: reality add
● a1350d4 feat: add
● c6d7ef8 feat: add
● dc958e6 feat: add
● Other incompatible updates are the same as v1.19.6~v1.19.8:
BUG & Fix
● 41b57af fix: grpc deadline implement by @wwqgtxx
● 608ddb1 fix:
● 90ed01e fix: backoff not reset when the file unchanged by @wwqgtxx
● bb8c47d fix: error typo by @wwqgtxx
● c489c52 fix: hysteria2 hop ports init #2056 by @wwqgtxx
● d036d98 fix: http server does not handle http2 logic correctly by @wwqgtxx
● d5a0390 fix: race in close grpc transport by @wwqgtxx
● d900c71 fix: shadowtls v2 not work with X25519MLKEM768 by @wwqgtxx
● f91a586 fix: inline proxy provider's healthcheck not work by @wwqgtxx
Maintenance
● 1672750 chore: simplifying the old fingerprint processing method by @wwqgtxx
● 257fead docs: update config.yaml follow 5cf0f18 by @wwqgtxx
● 83213d4 chore: adjust min backoff from 1s to 10s by @wwqgtxx
● 8a5f3b8 chore: simplify port hop costs by @wwqgtxx
● 8f92b1d chore: simplify the single root decompression process by @wwqgtxx
● 9f7a2a3 chore: unpack externalUI in a separate temporary directory to avoid malicious compressed packages from polluting workdir by @wwqgtxx
v1.19.9
What's Changed
● 188372c feat: add
tls.ech-key for external-controller-tls by @wwqgtxx● 5cf0f18 feat: reality add
support-x25519mlkem768, it only works with new version server by @wwqgtxx● a1350d4 feat: add
ech-key for listeners by @wwqgtxx● c6d7ef8 feat: add
ech-opts for anytls/shadowsocks/trojan/vmess/vless outbound by @wwqgtxx● dc958e6 feat: add
ech-opts for hysteria/hysteria2/tuic outbound by @wwqgtxx● Other incompatible updates are the same as v1.19.6~v1.19.8:
● For security reasons, all paths appearing in the configuration file will be limited to workdir (regardless of whether they are relative or absolute). If there is a specific need, please specify additional safe paths by setting theSAFE_PATHSenvironment variable while ensuring safety. The syntax of this environment variable is the same as the PATH environment variable parsing rules of this operating system (i.e., semicolon-separated under Windows and colon-separated under other systems)
● For security reasons, the "path" parameter of/configsin the restful api has been restricted, and its directory also needs to be in workdir orSAFE_PATHS.
● In addition, support for specifyingrouting-markandinterface-nameforproxy-groupshas been removed. Please specify the relevant parameters inproxiesdirectly.
● Note: The workdir mentioned above is specified by the-dparameter when the program is started or theCLASH_HOME_DIRenvironment variable. If neither of the above is specified, the default is: ● on Unix systems,$HOME/.config/mihomo. ● on Windows,%USERPROFILE%/.config/mihomo.
BUG & Fix
● 41b57af fix: grpc deadline implement by @wwqgtxx
● 608ddb1 fix:
external-ui-name must in local by @wwqgtxx● 90ed01e fix: backoff not reset when the file unchanged by @wwqgtxx
● bb8c47d fix: error typo by @wwqgtxx
● c489c52 fix: hysteria2 hop ports init #2056 by @wwqgtxx
● d036d98 fix: http server does not handle http2 logic correctly by @wwqgtxx
● d5a0390 fix: race in close grpc transport by @wwqgtxx
● d900c71 fix: shadowtls v2 not work with X25519MLKEM768 by @wwqgtxx
● f91a586 fix: inline proxy provider's healthcheck not work by @wwqgtxx
Maintenance
● 1672750 chore: simplifying the old fingerprint processing method by @wwqgtxx
● 257fead docs: update config.yaml follow 5cf0f18 by @wwqgtxx
● 83213d4 chore: adjust min backoff from 1s to 10s by @wwqgtxx
● 8a5f3b8 chore: simplify port hop costs by @wwqgtxx
● 8f92b1d chore: simplify the single root decompression process by @wwqgtxx
● 9f7a2a3 chore: unpack externalUI in a separate temporary directory to avoid malicious compressed packages from polluting workdir by @wwqgtxx
👍9
ultimatum_android_137.0.7151.29_arm64.apk
235.3 MB
Ultimatum is a chromium fork with webextensions support on Android, anti-detect browser capabilities, web3.0 support and much more
webextensions support, still draft.
Changes:
Support for manifest v2 extensions (doesnt mean all of them will work)
options page (if extension provide the button to open it, opening options from extension properies still doesnt work)
improved installation unpacked extensions (still ridiculously slow, android issues)
runtime.reload()
runtime.openOptionsPage()
Tested extensions:
Browsec
Ublock origin lite (manifest v3 from Chrome store)
Ublock origin (manifest v2 from Opera addons)
Metamask
#浏览器 github
webextensions support, still draft.
Changes:
Support for manifest v2 extensions (doesnt mean all of them will work)
options page (if extension provide the button to open it, opening options from extension properies still doesnt work)
improved installation unpacked extensions (still ridiculously slow, android issues)
runtime.reload()
runtime.openOptionsPage()
Tested extensions:
Browsec
Ublock origin lite (manifest v3 from Chrome store)
Ublock origin (manifest v2 from Opera addons)
Metamask
#浏览器 github
🔥8❤4👍2🤮1