github Kindness-Kismet/Stelliberty v1.2.250
Stelliberty 1.2.250 Latest

latest releases: v1.2.290, v1.2.289, v1.2.288...
5 months ago

📦 构建信息

项目 内容
包名 stelliberty
版本号 1.2.250
Mihomo 核心 1.19.19

📋 更新日志

自 v1.2.222 以来的功能和修复:

fix(android): use app-private external storage for logs

提交: 5dead19 | 作者: ONEUI9

feat(ui): optimize proxy node layout for mobile

提交: 2792526 | 作者: ONEUI9

fix(android): fix delay test with concurrent thread pool

提交: 210d46d | 作者: ONEUI9

fix(android): fix config reload by passing config-path to setupConfig

提交: 8aa4758 | 作者: ONEUI9

feat(android): add adaptive icon support

提交: 51aa52d | 作者: ONEUI9

feat(android): add predictive back gesture support

  • Enable predictive back in AndroidManifest
  • Add handleBack method to ContentProvider for navigation
  • Implement PopScope for proper back gesture handling on mobile

提交: b95603b | 作者: ONEUI9

feat(android): add memory monitoring and log optimization

  • Add event-based core memory streaming for Android
  • Parse memory events from core log stream
  • Optimize log output by deduplicating event type messages

提交: 04b0132 | 作者: ONEUI9

fix(android): resolve delay test, geodata path and platform detection

  • Fix delay test always returning -1 by removing double JSON encoding
  • Use ClashDefaults for test URL and timeout
  • Fix geodata path using getApplicationSupportDirectory for mobile
  • Fix platform detection for Android in app update check
  • Use broadcast StreamController for multi-subscriber support

提交: daf023e | 作者: ONEUI9

feat(android): add JNI bridge with TLS and build optimization

  • Add ndk-context initialization for Rust crates
  • Initialize rustls-platform-verifier for reqwest 0.13 TLS support
  • Enable minify and shrink resources for release builds
  • Add proguard rules for JNI and system components

提交: e1c7a44 | 作者: ONEUI9


📱 Android 版本说明

⚠️ 注意:Android 版本始终处于不稳定状态,建议仅用于体验和测试。

如遇问题,请在 Issues 中反馈。


❓ 故障排查

Linux 启动问题

如果无法启动应用,请确保已为应用文件夹赋予权限:

# 进入应用目录
cd /path/to/stelliberty

# 赋予权限
chmod 777 -R ./stelliberty

端口被占用(Windows)

如果遇到端口冲突:

# 1. 查找占用端口的进程
netstat -ano | findstr :端口号

# 2. 结束进程(以管理员身份运行)
taskkill /F /PID XXX

⚠️ 重要:必须以管理员身份运行命令提示符。服务模式启动的核心进程需要提升权限才能终止。

软件工作不正常

路径要求(ZIP 和 EXE 均适用):

  • 路径中不应包含特殊字符(空格除外)
  • 路径中不应包含非 ASCII 字符(如中文字符)
  • 支持空格:D:\Program Files\Stelliberty

EXE 安装程序的位置限制

如果使用 EXE 安装程序,还有额外的安装位置限制:

  • 系统盘(C:):仅允许 %LOCALAPPDATA%\Programs\*(如 C:\Users\用户名\AppData\Local\Programs\Stelliberty
  • 其他盘(D:、E: 等):无限制

💡 如需安装到 EXE 不允许的位置,请使用便携版 ZIP(无位置限制,但仍可能受系统目录权限影响)。

缺少运行库(Windows)

如果应用程序在 Windows 上无法启动或立即崩溃,可能是缺少必需的 Visual C++ 运行库。

解决方案:

安装 Visual C++ 运行库:vcredist - Visual C++ 运行库合集

Don't miss a new Stelliberty release

NewReleases is sending notifications on new releases.