gram news
不止QuantumultX channel avatar

不止QuantumultX

@quantumultxxxx

这里有关于一些主流网络代理APP的内容,群内不定时抽奖,欢迎订阅,进群 如果因盗版代理软件被封禁,请在购买正版后,凭购买凭证解封

ProjectsZHVPN & proxies

20,800subscribers

Open the Channel

Latest posts

  • 不止QuantumultX

    10 Sept, 04:29

    Quantumult X 1.8.0 (944) is ready to test on iOS. What to Test - Built with Xcode 27.
  • 不止QuantumultX

    23 Aug, 20:30

    Quantumult X 1.8.0 (942) is ready to test on tvOS.What to Test- Fixed a performance issue affecting TLS-based proxy protocols.
  • 不止QuantumultX

    16 Aug, 03:22edited

    🌀Quantumult X 1.7.0 is release on 🛒 AppStore- Bug fixes and performance improvements.Note: This is the last version to support iOS 14. Future updates will require iOS 15 or later.🔵群组:@QuantumultXxx 🔵频道:@Quantumultxxxx#商店版 #更新
    5,87021Open in Telegram
  • 不止QuantumultX

    9 Aug, 09:11

    Quantumult X 1.7.0 (941) is ready to test on iOS.What to Test- Updated the script editor's JavaScript syntax highlighting with support for the latest ECMAScript syntax.
  • 不止QuantumultX

    25 Jul, 13:39edited

    Quantumult X 1.7.0 (939) is ready to test on iOS.What to Test- Fixed a performance issue affecting iOS 15 and later where a large number of concurrently running scripts could slow each other down significantly. Script throughput and latency under heavy concurrent load are now substantially improved.
  • 不止QuantumultX

    21 Jul, 09:32

    Quantumult X 1.7.0 (938) is ready to test on iOS.What to Test- In addition to true and false, the tls-verification param now also accepts a domain value (eg: tls-verification=example.com), which enables the verification and evaluates the server certificate against that domain instead of the SNI host sent during the TLS handshake.
  • 不止QuantumultX

    16 Jul, 05:34

    Quantumult X 1.7.0 (936) is ready to test on iOS.What to Test- Fixed an issue related to DoQ. - Minimum iOS requirement raised from iOS 13 to iOS 14.
  • 不止QuantumultX

    7 Jul, 03:23

    Quantumult X 1.7.0 (935) is ready to test on iOS.What to Test- Performance and reliability improvements.Note: Since build 934, $task.fetch will disable the automatic cookie jar by default. If you still need it, you can use the opts parameter (opts: { 'auto-cookie': true }) to turn it on. For details on this change, see: https://github.com/crossutility/Quantumult-X/blob/master/sample-task.js
    GitHubQuantumult-X/sample-task.js at master · crossutility/Quantumult-XContribute to crossutility/Quantumult-X development by creating an account on GitHub.
  • 不止QuantumultX

    27 Jun, 07:16

    Quantumult X 1.7.0 (934) is ready to test on iOS.What to Test- Reduced peak memory usage when evaluating large (MB-scale) scripts, which is especially beneficial for users on iOS 14.
  • 不止QuantumultX

    25 Jun, 00:54

    Quantumult X 1.7.0 (933) is ready to test on iOS.What to Test- Improved compatibility with "universal" JavaScript scripts — those written to run across multiple apps — that don't fully follow Quantumult X's scripting rules. Such scripts should now behave more reliably.
  • 不止QuantumultX

    12 Jun, 01:52

    Quantumult X 1.7.0 (932) is ready to test on iOS.What to Test- Performance and reliability improvements.
  • 不止QuantumultX

    2 Jun, 09:16

    Quantumult X 1.7.0 (931) is ready to test on macOS.What to Test- Optimized memory usage for jq rewrites and regex body rewrites. Both now run with noticeably lower peak memory, which is especially beneficial for users on iOS 14 and earlier.
  • 不止QuantumultX

    29 May, 12:59

    Quantumult X 1.7.0 (930) is ready to test on iOS.What to Test- Performance and reliability improvements.
  • 不止QuantumultX

    27 May, 14:18

    Quantumult X 1.7.0 (928) is ready to test on iOS.What to Test- Performance and reliability improvements.
  • 不止QuantumultX

    14 May, 04:12

    Quantumult X 1.5.6 (925) is ready to test on iOS.What to Test- Because users often misunderstood the difference between udp_whitelist and udp_drop_list (ports not in the whitelist returned an ICMP, ports in the drop list dropped silently) and left apps stalling until their own UDP timeout, udp_drop_list now also sends an ICMP port unreachable like udp_whitelist does, so the client fails fast instead. - Detect legacy Google QUIC packets, so udp_drop_list and MitM QUIC enforcement now apply to apps still shipping that older QUIC stack. - Release Candidate 2
  • 不止QuantumultX

    14 May, 03:28

    Quantumult X 1.5.6 (925) is ready to test on iOS/tvOS/macOS.What to Test- Because users often misunderstood the difference between udp_whitelist and udp_drop_list (ports not in the whitelist returned an ICMP, ports in the drop list dropped silently) and left apps stalling until their own UDP timeout, udp_drop_list now also sends an ICMP port unreachable like udp_whitelist does, so the client fails fast instead. - Detect legacy Google QUIC packets, so udp_drop_list and MitM QUIC enforcement now apply to apps still shipping that older QUIC stack. - Release Candidate 2
  • 不止QuantumultX

    13 May, 10:26

    Quantumult X 1.5.6 (924) is ready to test on iOS.What to Test- RC 1
  • 不止QuantumultX

    11 May, 11:55

    Quantumult X 1.5.6 (923) is ready to test on iOS.What to Test- Fixed an issue related to SSR.
  • 不止QuantumultX

    9 May, 11:28

    Quantumult X 1.5.6 (922) is ready to test on iOS.What to Test- Added support for viewing, parsing, and modifying HTTP bodies with Content-Encoding: zstd.
  • 不止QuantumultX

    7 May, 08:12

    Quantumult X 1.5.6 (921) is ready to test on iOS.What to Test- Resource parser can now request the app to re-download a resource with a custom User-Agent, useful when a subscription source returns a different response based on UA. - Parser script authors can opt in by reading $resource.user_agent and returning {retry: {user_agent: "..."}} from $done. At most one retry per resource. See the updated https://github.com/crossutility/Quantumult-X/blob/master/resource-parser.js for the protocol.
    GitHubQuantumult-X/resource-parser.js at master · crossutility/Quantumult-XContribute to crossutility/Quantumult-X development by creating an account on GitHub.
    5,98042Open in Telegram