9 052
订阅者
+624 小时
+67 天
+630 天
帖子存档
9 053
Stelliberty 2.0.0
● This is the .NET version of Stelliberty and is still in testing. The source code will be opened after it becomes stable. Please help test it and report any issues.
----------------------
● 这是 Stelliberty 的 .NET 版本,目前仍在测试中,稳定后才会开源。希望大家多多测试并反馈问题。
via Release notes from stelliberty (author: Kindness-Kismet)
9 053
Stelliberty 2.0.0-beta4
● System proxy and TUN switches now update immediately while their changes continue in the background.
● The home page subscription metadata now aligns more consistently.
● The outbound mode card now uses concise strategy descriptions instead of repeating the selected mode.
● macOS now keeps the native window controls without also showing the custom controls.
----------------------
● 系统代理和 TUN 开关现在会立即更新状态,实际变更在后台继续执行。
● 主页订阅信息的更新时间和到期时间对齐更一致。
● 出站模式卡片现在改用简短策略说明,不再重复显示当前模式。
● macOS 现在保留系统标题栏按钮,不再同时显示自绘窗口控制。
via Release notes from stelliberty (author: Kindness-Kismet)
9 053
Stelliberty 2.0.0-beta3
● You can now choose whether the tray icon uses a left double-click or a single click to show and hide the window.
● App behavior settings now include clearer descriptions and no longer show a redundant applied message.
● Lazy Mode now enables the system proxy automatically when the app starts.
----------------------
● 现在可以选择托盘图标使用鼠标左键双击或单击来显示和隐藏窗口。
● 应用行为设置现在有更清晰的说明,并且不再显示多余的已应用提示。
● 懒惰模式现在会在应用启动时自动开启系统代理。
via Release notes from stelliberty (author: Kindness-Kismet)
9 053
Stelliberty 2.0.0-beta2
● The config editor's syntax highlighting now adapts to the theme, with clearer contrast in both light and dark modes.
● The config editor no longer scrolls far past the last line, keeping only a small bottom margin.
● This is the .NET version of Stelliberty and is still in testing. The source code will be opened after it becomes stable. Please help test it and report any issues.
----------------------
● 配置编辑器的语法高亮现在会随主题适配,亮色和暗色下的对比度都更清晰。
● 配置编辑器不再能滚动到超出末行很远的位置,只保留少量底部留白。
● 这是 Stelliberty 的 .NET 版本,目前仍在测试中,稳定后才会开源。希望大家多多测试并反馈问题。
via Release notes from stelliberty (author: Kindness-Kismet)
9 053
Stelliberty 1.2.290 Latest
📦 构建信息
● 修复 Arch Linux 服务模式下 GUI 无法连接后端与 Clash 核心的问题
● Flutter 版本将在未来废弃,将由全新的 stelliberty-net 替代,欢迎测试:https://github.com/Kindness-Kismet/stelliberty-net
English Version
● Fixed an issue where the GUI could not connect to the backend service and Clash core in service mode on Arch Linux
● The Flutter version will be deprecated in the future and replaced by the new stelliberty-net. Testing is welcome: https://github.com/Kindness-Kismet/stelliberty-net
----------------------
❓ 故障排查
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++ 运行库合集 via Release notes from stelliberty (author: github-actions[bot])
9 053
Stelliberty 1.2.289 Latest
📦 构建信息
● 新增订阅支持 age 加密密钥解密(mihomo age secret key)
English Version
● Added support for age encryption key decryption in subscriptions (mihomo age secret key)
----------------------
❓ 故障排查
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++ 运行库合集 via Release notes from stelliberty (author: github-actions[bot])
9 053
Stelliberty 1.2.288 Latest
📦 构建信息
● 修复 Windows 关机或注销时系统代理可能残留的问题
English Version
● Fixed system proxy possibly remaining enabled during Windows shutdown or sign-out
----------------------
❓ 故障排查
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++ 运行库合集 via Release notes from stelliberty (author: github-actions[bot])
9 053
https://github.com/Kindness-Kismet/Stelliberty/releases/tag/v2.0.0
已在原仓库发布测试版
注意:客户端完美的支持三端,需要测试
9 053
https://github.com/Kindness-Kismet/stelliberty-net/releases/tag/v2.0.1
来测试吧,应该是快正式版了准备,看看还有什么问题吧
