en
Feedback
不止QuantumultX

不止QuantumultX

Open in Telegram

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

Show more

📈 Analytical overview of Telegram channel 不止QuantumultX

Channel 不止QuantumultX (@quantumultxxxx) in the Chinese language segment is an active participant. Currently, the community unites 20 898 subscribers, ranking 6 312 in the Technologies & Applications category and 11 332 in the China region.

📊 Audience metrics and dynamics

Since its creation on невідомо, the project has demonstrated rapid growth, gathering an audience of 20 898 subscribers.

According to the latest data from 02 August, 2026, the channel demonstrates stable activity. Although there has been a change in the number of participants by -163 over the last 30 days and by -23 over the last 24 hours, overall reach remains high.

  • Verification status: Not verified
  • Engagement rate (ER): The average audience engagement rate is 14.08%. Within the first 24 hours after publication, content typically collects 4.82% reactions from the total number of subscribers.
  • Post reach: On average, each post receives 2 941 views. Within the first day, a publication typically gains 1 008 views.
  • Reactions and interaction: The audience actively supports content: the average number of reactions per post is 1.
  • Thematic interests: Content is focused on key topics such as surge, quantumult, 有效期, loon, 流媒体.

📝 Description and content policy

The author describes the resource as a platform for expressing subjective opinions:
这里有关于一些主流网络代理APP的内容,群内不定时抽奖,欢迎订阅,进群 如果因盗版代理软件被封禁,请在购买正版后,凭购买凭证解封

Thanks to the high frequency of updates (latest data received on 03 August, 2026), the channel maintains relevance and a high level of publication reach. Analytics show that the audience actively interacts with content, making it an important point of influence in the Technologies & Applications category.

20 898
Subscribers
-2324 hours
-857 days
-16330 days
Posts Archive
X 1.7.0 (939) is ready to test on tvOS. 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.

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.

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.

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

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.

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.

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

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.

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

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

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

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

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

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

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.

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.

Quantumult X 1.5.6 (920) is ready to test on iOS. What to Test Persistent storage (key-value pari saved by JS $prefs API ) improvements: - Browse, search, and delete entries from a new screen on the dashboard. - Backups are now a single file (previously a folder). - Swipe an entry to delete it individually. Note: keys created before this update will only show their name after they are accessed.

Quantumult X 1.5.6 (919) is ready to test on tvOS. What to Test - Refined the interaction of the resource parser's visual editor for a smoother editing experience.

What to Test - Resource parser parameters can now be edited visually. A new "VISUAL" button in the parser footer opens a structured editor with switches, pickers and tag lists. - Parser script authors can opt in by exposing a $parser object with hashSchema / hashToUI / uiToHash functions. See https://github.com/crossutility/Quantumult-X/blob/master/parser-helper-protocol.md for details.

Quantumult X 1.5.6 (917) is ready to test on iOS. What to Test - Fixed an issue related to JS, introduced in the build 915.