uz
Feedback
不止QuantumultX

不止QuantumultX

Kanalga Telegram’da o‘tish

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

Ko'proq ko'rsatish

📈 Telegram kanali 不止QuantumultX analitikasi

不止QuantumultX (@quantumultxxxx) Xitoy til segmentidagi kanali faol ishtirokchi. Hozirda hamjamiyat 20 974 obunachidan iborat bo'lib, Texnologiyalar & Aralashmalar toifasida 6 390-o'rinni va Xitoy mintaqasida 11 145-o'rinni egallagan.

📊 Auditoriya ko‘rsatkichlari va dinamika

невідомо sanasidan buyon loyiha tez o‘sib, 20 974 obunachiga ega bo‘ldi.

27 Iyun, 2026 dagi oxirgi ma’lumotlarga ko‘ra kanal barqaror faollikka ega. Oxirgi 30 kunda obunachilar soni 421 ga, so‘nggi 24 soatda esa -4 ga o‘zgardi va umumiy qamrov yuqori darajada qolmoqda.

  • Tasdiqlash holati: Tasdiqlanmagan
  • Jalb etish (ER): Auditoriya o‘rtacha 18.00% darajada jalb etiladi. Nashrdan keyingi dastlabki 24 soatda kontent odatda umumiy obunachilar sonining 5.61% ini tashkil etuvchi reaksiyalarni to‘playdi.
  • Post qamrovi: Har bir post o‘rtacha 3 772 marta ko‘riladi; birinchi sutkada odatda 1 176 ta ko‘rish yig‘iladi.
  • Reaksiyalar va o‘zaro ta’sir: Auditoriya faol: har bir postga o‘rtacha 1 ta reaksiya keladi.
  • Tematik yo‘nalishlar: Kontent surge, quantumult, 有效期, loon, 流媒体 kabi asosiy mavzularga jamlangan.

📝 Tavsif va kontent siyosati

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

Yuqori yangilanish chastotasi (oxirgi ma’lumot 28 Iyun, 2026 da olingan) sababli kanal doimo dolzarb va katta qamrovli bo‘lib qoladi. Analitika auditoriya kontent bilan faol hamkorlik qilishini, uni Texnologiyalar & Aralashmalar toifasidagi muhim ta’sir nuqtasiga aylantirishini ko‘rsatadi.

20 974
Obunachilar
-424 soatlar
+517 kunlar
+42130 kunlar
Postlar arxiv
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.

Quantumult X 1.5.6 (916) is ready to test on iOS. What to Test - Fixed an issue where certain proxy server configurations failed to parse correctly, introduced in the previous build.

Quantumult X 1.5.6 (915) is ready to test on tvOS. What to Test - Resolved compatibility regression on older devices (e.g., iPhone 7 series) - Fixed issues with HAR file export

Quantumult X 1.5.6 (914) is ready to test on tvOS. What to Test - Add support for anyTLS (https://github.com/anytls/anytls-go) - Standard TLS: anytls=example.com:443, password=pwd, over-tls=true, tls-host=apple.com, udp-relay=true, tag=anytls-standard-tls-01 - Reality TLS (set reality-base64-pubkey to replace Standard TLS with Reality TLS): anytls=example.com:443, password=pwd, over-tls=true, tls-host=apple.com, reality-base64-pubkey=k4Uxez0sjl8bKaZH2Vgi8-WDFshML51QkxKFLWFIONk, reality-hex-shortid=0123456789abcdef, udp-relay=true, tag=anytls-reality-tls-01

Quantumult X 1.5.6 (913) is ready to test on iOS. What to Test - You can now show only the number of HTTP(S) requests in the script log detail view, instead of the full URL list. This offers a cleaner view if the list (introduced in a recent beta) feels too verbose.