[PR #202] [CLOSED] QuecManager BETA 2.3.5 Release Candidate #179

Closed
opened 2026-02-27 14:39:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/iamromulan/quectel-rgmii-toolkit/pull/202
Author: @dr-dolomite
Created: 10/27/2025
Status: Closed

Base: mainHead: development-SDXPINN


📝 Commits (10+)

  • 113eda4 Merge pull request #126 from dr-dolomite/development-SDXPINN
  • 2a4d8b6 Hot Patch for AT Terminal
  • aa08a8e Increment version for hot patch
  • 8108652 Added Frequency Calculator
  • 2418b3e Added support for low freq NR bands for Frequency Calculator
  • 54e6407 Added UI improvements to charts
  • a0301f4 Added missing cgi-bin directory
  • cacde36 Removed redundant RSRP value from Freq Analysis Card
  • d68dd62 Make all files in cgi-bin exe
  • 1a43b74 Update quecmanager_services

📊 Changes

858 files changed (+115521 additions, -3166 deletions)

View changed files

.gitignore (+3 -0)
.obsidian/app.json (+1 -0)
.obsidian/appearance.json (+1 -0)
.obsidian/core-plugins.json (+31 -0)
.obsidian/workspace.json (+173 -0)
📝 README.md (+141 -91)
RMxxx_rgmii_toolkit.sh (+0 -980)
custom/RM551E-GL/README.md (+10 -0)
custom/RM551E-GL/fw_prep.sh (+200 -0)
installentware.sh (+0 -214)
ipk-source/atinout_aarch64_cortex-a53/CONTROL/control (+13 -0)
ipk-source/atinout_aarch64_cortex-a53/CONTROL/postinst (+5 -0)
ipk-source/atinout_aarch64_cortex-a53/CONTROL/prerm (+4 -0)
ipk-source/atinout_aarch64_cortex-a53/build-ipk (+74 -0)
ipk-source/atinout_aarch64_cortex-a53/root/lib/upgrade/keep.d/atinout (+2 -0)
ipk-source/atinout_aarch64_cortex-a53/root/usr/bin/atinout (+0 -0)
ipk-source/kmod-wireguard/CONTROL/control (+7 -0)
ipk-source/kmod-wireguard/CONTROL/postinst (+5 -0)
ipk-source/kmod-wireguard/build-ipk (+74 -0)
ipk-source/kmod-wireguard/root/tmp/kmod-wireguard.reg (+1 -0)

...and 80 more files

📄 Description

QuecManager Beta 2.3.5 Release Notes

⚠️ Important Notes

  • Please disable data usage tracking before installing if you are updating from 2.3.3 or older versions
  • You may need to re-enable latency and memory monitoring from Settings → Personalization to load UCI changes related to these features.

Added

  • Websocat support (now required) and new service scripts
  • Live Bandwidth monitoring powered by Websocat
  • dB/dBm values on average signal metrics from signal graphs
  • Tailscale Settings GUI (Experimental)
  • 12-hour view for Internet Quality

🔄 Changed / Migrated

  • Refactored Home UI with improved layout and UX enhancements
  • Redesigned Band Cards to use an Accordion design
  • Moved Approximate Cell Tower Distance (based on Time Advance) to Device and SIM Information
  • Moved Network Priority Settings to Cell Settings
  • Moved Scheduled Reboot to Advanced Settings
  • Completely overhauled AT Terminal Page (redesigned and improved components)
  • Moved Common AT Commands card to AT Commands Page
  • Improved theme visuals and added bg-muted/40 sticky to navbar
  • Added browser memory protection for monitoring services
  • Updated QuecWatch latency monitoring logic

🐛 Fixed

  • Fixed mobile view on Quick View charts
  • Fixed Data Usage counting logic
  • Fixed memory and ping configuration settings
  • Fixed TTL script to remove leading zeros
  • Fixed missing log categories in quecmanager_logger

⚙️ Backend Improvements

  • General performance optimizations and UI refinements
  • Improved integration between monitoring services and WebSocket-based systems

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/iamromulan/quectel-rgmii-toolkit/pull/202 **Author:** [@dr-dolomite](https://github.com/dr-dolomite) **Created:** 10/27/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `development-SDXPINN` --- ### 📝 Commits (10+) - [`113eda4`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/113eda4f6c007c6be93f103b49eda0d4e443edac) Merge pull request #126 from dr-dolomite/development-SDXPINN - [`2a4d8b6`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/2a4d8b6d56ba5d5d687e191ad1afcdd9b861d759) Hot Patch for AT Terminal - [`aa08a8e`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/aa08a8ee2803947044f3368ceaa616f488b10f5f) Increment version for hot patch - [`8108652`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/810865290bb1f8fa9ae1f6988d5005fde3928d24) Added Frequency Calculator - [`2418b3e`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/2418b3eec992c430fb9e5b88e680c92d5abebf2d) Added support for low freq NR bands for Frequency Calculator - [`54e6407`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/54e64075076411f60e4f8ee73223b740adf8b757) Added UI improvements to charts - [`a0301f4`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/a0301f4cd2effb5371e83f387d08334ae10813d0) Added missing cgi-bin directory - [`cacde36`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/cacde36ca4ebb02d8c7b7aea33f27f2f956749f4) Removed redundant RSRP value from Freq Analysis Card - [`d68dd62`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/d68dd62d51e46950f35b9d3c33df1f09a601734d) Make all files in cgi-bin exe - [`1a43b74`](https://github.com/iamromulan/quectel-rgmii-toolkit/commit/1a43b740b4331d2a7f86de3d9be5d917c635d43d) Update quecmanager_services ### 📊 Changes **858 files changed** (+115521 additions, -3166 deletions) <details> <summary>View changed files</summary> ➕ `.gitignore` (+3 -0) ➕ `.obsidian/app.json` (+1 -0) ➕ `.obsidian/appearance.json` (+1 -0) ➕ `.obsidian/core-plugins.json` (+31 -0) ➕ `.obsidian/workspace.json` (+173 -0) 📝 `README.md` (+141 -91) ➖ `RMxxx_rgmii_toolkit.sh` (+0 -980) ➕ `custom/RM551E-GL/README.md` (+10 -0) ➕ `custom/RM551E-GL/fw_prep.sh` (+200 -0) ➖ `installentware.sh` (+0 -214) ➕ `ipk-source/atinout_aarch64_cortex-a53/CONTROL/control` (+13 -0) ➕ `ipk-source/atinout_aarch64_cortex-a53/CONTROL/postinst` (+5 -0) ➕ `ipk-source/atinout_aarch64_cortex-a53/CONTROL/prerm` (+4 -0) ➕ `ipk-source/atinout_aarch64_cortex-a53/build-ipk` (+74 -0) ➕ `ipk-source/atinout_aarch64_cortex-a53/root/lib/upgrade/keep.d/atinout` (+2 -0) ➕ `ipk-source/atinout_aarch64_cortex-a53/root/usr/bin/atinout` (+0 -0) ➕ `ipk-source/kmod-wireguard/CONTROL/control` (+7 -0) ➕ `ipk-source/kmod-wireguard/CONTROL/postinst` (+5 -0) ➕ `ipk-source/kmod-wireguard/build-ipk` (+74 -0) ➕ `ipk-source/kmod-wireguard/root/tmp/kmod-wireguard.reg` (+1 -0) _...and 80 more files_ </details> ### 📄 Description # QuecManager Beta 2.3.5 Release Notes ⚠️ **Important Notes** * Please **disable data usage tracking** before installing if you are updating from 2.3.3 or older versions * You may need to **re-enable latency and memory monitoring** from *Settings → Personalization* to load UCI changes related to these features. ### ✨ Added * **Websocat** support (now required) and new service scripts * **Live Bandwidth** monitoring powered by Websocat * **dB/dBm values** on average signal metrics from signal graphs * **Tailscale Settings GUI** (Experimental) * **12-hour view** for Internet Quality ### 🔄 Changed / Migrated * Refactored **Home UI** with improved layout and UX enhancements * Redesigned **Band Cards** to use an **Accordion** design * Moved **Approximate Cell Tower Distance** (based on Time Advance) to *Device and SIM Information* * Moved **Network Priority Settings** to *Cell Settings* * Moved **Scheduled Reboot** to *Advanced Settings* * Completely overhauled **AT Terminal Page** (redesigned and improved components) * Moved **Common AT Commands** card to *AT Commands Page* * Improved **theme visuals** and added **bg-muted/40** sticky to navbar * Added **browser memory protection** for monitoring services * Updated **QuecWatch latency monitoring logic** ### 🐛 Fixed * Fixed **mobile view** on Quick View charts * Fixed **Data Usage** counting logic * Fixed **memory and ping configuration** settings * Fixed **TTL script** to remove leading zeros * Fixed missing log categories in **quecmanager_logger** ### ⚙️ Backend Improvements * General performance optimizations and UI refinements * Improved **integration** between monitoring services and WebSocket-based systems --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 14:39:23 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/quectel-rgmii-toolkit#179
No description provided.