The Buzzy Bees (嗡嗡蜂群)
表面上是加入了蜜蜂,但真正重要的是底層技術革新。Minecraft 1.15 不只是內容更新,更是一次以 Blaze3D 重構渲染架構、專注修復與穩定性的技術版本。
On the surface, this was the “bees update,” but its real significance was a deep technical overhaul. Minecraft 1.15 wasn’t just a content release—it was a major engineering update focused on stability, bug fixing, and the Blaze3D rendering rewrite.
🚀 核心重點 / Highlights
API 101 現代模組支援
完整實作 Modern Xposed API 101 基礎設施,正式支援 Modern / Legacy 雙路徑模組分發與識別,補齊 native-only 模組入口,為新一代 Xposed 模組提供完整運行環境。
Modern Xposed API 101 Support
Implemented the full Modern Xposed API 101 infrastructure, enabling Modern / Legacy dual-path module distribution and detection, with native-only module entry support for next-generation modules.
穩定性與底層架構大幅重構
此次版本另一個核心是「穩定性」。從 SigBypass LV3 重構、作用域修復、模組載入流程優化、雙開環境修正、Manager Service 安全強化 到多項底層邏輯調整,整體穩定性與相容性顯著提升。
Major Stability & Core Architecture Improvements
Stability is the other major focus of this release. From the SigBypass LV3 rewrite, scope fixes, module loading improvements, dual-app compatibility fixes, and Manager Service security hardening, this update significantly improves reliability and compatibility.
便捷操作體驗升級
新增強制停止、首頁快捷入口、歡迎頁與視覺效果優化,讓日常使用更加順手。
Convenience & UX Enhancements
Added force-stop support, quick navigation shortcuts, onboarding flow, and visual polish for a smoother daily experience.
新功能 / New Features
-
Modern Xposed API 101 支援:完整實作 API 101,支援 Modern / Legacy 雙路徑模組分發,UI 徽章清晰標示模組通道類型
Modern Xposed API 101 Support: Full API 101 implementation with Modern / Legacy dual-path module distribution and UI badge indicators. -
Native-only 模組入口:支援僅含原生庫的 Modern 模組載入
Native-only Module Entry: Support for native-library-only Modern module loading. -
強制停止應用:整合 Shizuku API,無環境時自動跳轉系統設定
Force Stop App: Integrated with Shizuku API, with automatic fallback to system app settings. -
APKS 格式支援:可直接修補
.apks分割安裝包
APKS Support: Direct patching support for.apkssplit packages. -
便捷跳轉 / Quick Jump:首頁新增快速入口,可便捷跳轉至模組管理與相關功能頁面
Quick Jump: Added convenient homepage shortcuts for faster access to module management and related functions. -
歡迎介面 & About 頁面:新增首次啟動歡迎流程與 About 頁面
Welcome & About Pages: Added onboarding experience and About page. -
主題與視覺效果:新增主題切換、懸浮玻璃底欄與液態玻璃效果
Themes & Visual Effects: Added theme switching, floating glass bottom bar, and liquid glass effects. -
模組自動 IPC 啟動:依作用域自動透過 IPC 激活模組
Automatic IPC Activation: Modules now auto-activate via IPC based on scope. -
同步框架資訊回傳:XposedService 現可正確識別為 NPatch
Framework Info Sync: XposedService now correctly reports NPatch framework info. -
內建簽名金鑰庫重構:支援 NPatch / FPA / 自定義金鑰來源
Keystore Refactor: Supports NPatch / FPA / Custom keystore sources. -
日誌長按複製
Long-Press Log Copy -
中文(喵)語系
Chinese (Meow) Localization
改進 / Improvements
-
SigBypass LV3 重構:以動態簽名偽裝取代舊式路徑重定向,大幅提升穩定性
SigBypass LV3 Rewrite: Dynamic signature spoofing replaces path redirection for much better stability. -
APK 可見性管理優化
APK Visibility Management Improvements -
原生庫提取相容性改善
Native Library Compatibility Improvements -
AppComponentFactory / OriginApkHelper 重構
Core Loader Refactoring -
應用與模組列表效能優化
App & Module List Performance Improvements -
背景快取優化
Background Cache Optimization -
Manager Service IPC 安全強化
Manager Service Security Hardening -
套件命名空間遷移至
top.nkbe.npatch
Namespace Migration totop.nkbe.npatch -
圖示更新與統一
Icon Refresh -
Media 崩潰日誌攔截
Media Crash Log Interception -
loader.dex→loader.bin
修正 / Bug Fixes
-
修正 API 101 雙棧 Modern 判斷錯誤
Fixed API 101 Modern dual-stack detection logic -
修正 Modern 模組自身包資訊查詢崩潰
Fixed Modern module self-package query crashes -
修正 Context / AppComponentFactory 載入穩定性
Improved Context / AppComponentFactory stability -
修正雙開 / 工作資料 user 0 崩潰 (#82)
Fixed dual-app / work profile crashes (#82) -
修正模組載入與 remote preferences 初始化異常
Fixed module loading / remote preference initialization issues -
修正本地模式作用域偶發失效
Fixed intermittent local scope failures -
修正 scope cache / database 更新問題
Fixed scope cache and DB sync issues -
修正 patched app 被誤判為 Xposed 模組
Fixed false Xposed module detection -
修正頁面狀態錯亂
Fixed page state inconsistencies -
修正喵喵語切換失效
Fixed Meow language switching -
修復 TalkBack 無障礙問題 (#28)
Fixed TalkBack accessibility issues (#28) -
低版本 Android 模糊效果降級處理
Added blur fallback for older Android versions -
Legacy 標籤顯示與版本偵測優化
Improved Legacy label readability and version detection