SnowLuma v1.9.13
发布概览
本次发布提供 SnowLuma 的 Windows x64 / Linux x64 / Linux arm64 构建产物,默认包含 WebUI。
下载说明
命名约定:
- 无后缀
.zip/.tar.gz:完整版本,内置node/node.exe与运行时依赖,解压即可使用。 -lite后缀:精简版本,不含 Node.js 运行时,需自行安装 Node.js 22+。
Windows:
SnowLuma-v1.9.13-win-x64.zipSnowLuma-v1.9.13-win-x64-lite.zip
Linux x64:
SnowLuma-v1.9.13-linux-x64.tar.gzSnowLuma-v1.9.13-linux-x64-lite.tar.gz
Linux arm64:
SnowLuma-v1.9.13-linux-arm64.tar.gzSnowLuma-v1.9.13-linux-arm64-lite.tar.gz
更新内容
- Merge pull request #109 from SnowLuma/dev (261d659)
- chore(release): v1.9.13 (dfb6aa5)
- fix(onebot): TierB P1 — honest compat-divergence comments + pin defaults (a9f84a2)
- feat(onebot): TierB P1 — _get_model_show napcat-shaped compat return (fac51cd)
- fix(protocol): record inviter identity for uid-bearing group_invite (aee543c)
- feat(notifications): default body template → Server酱 JSON (title/desp) (#108) (06c8954)
- fix(webui): a11y for debug page controls (match project standard) (c637329)
- feat(webui): promote debug to a standalone page, Apple-style redesign (f153781)
- test(webui): extract + test debug SSE backpressure framing (3655f10)
- feat(webui): debug panel — action tester + live stream (Wave A3) (fae2f75)
- feat(webui): debug API — action schemas, invoke, live SSE (Wave A3) (39864f6)
- feat(onebot): debug subscribe seams for NetworkManager + ApiHandler (cde5a22)
- fix(webui): A2 backup — per-uin onebot config, no-store, atomic restore (d2e8222)
- feat(webui): backup/restore UI in system settings (Wave A2) (0c20d58)
- feat(webui): backup export/import API (Wave A2) (c0e3bd0)
- feat(webui): config backup/restore core (Wave A2) (b71aeda)
- feat(webui): Select/Textarea UI components + hide installed TLS cert (a38b33c)
- fix(webui): make key.pem chmod best-effort (match auth.ts) (6752616)
- fix(webui): write key.pem with 0600 (was world-readable) (a4b226f)
- feat(webui): system settings panel (port/host/TLS/trust-proxy) (82d5f78)
- feat(webui): system settings + TLS cert API (Wave A1) (7faef1b)
- feat(common): updateRuntimeConfig(patch) for the WebUI settings panel (9a455b3)
- feat(webui): source trustProxy from runtime config (env still overrides) (ad21e19)
- feat(webui): HTTPS serving + configurable bind host (64c10e2)
- feat(common): extend RuntimeConfig for WebUI listener settings (77b16fa)
- test(protocol): real byte-oracle for ocr_image request wire (90d3f7c)
- feat(onebot): implement ocr_image via OIDB 0xE07_0 (e070903)
- fix(onebot): get_rkey_server fails on empty rkey set; document rename return (f936515)
- feat(onebot): add get_rkey_server (NapCat server-shape rkey) (7625c18)
- feat(onebot): implement rename_group_file (OIDB 0x6D6_4) (0798862)
- fix(onebot): neutral get_file cache-miss message, drop fake test (0ba5eba)
- fix(onebot): clarify get_file limitation + honest _mark_all_as_read summary (dbb5160)
- feat(onebot): implement get_file via media cache resolution (84e5254)
- feat(onebot): implement get_group_shut_list via member shutUpTime (8144dd9)
使用说明
- Windows x64:
launcher.bat或node index.mjs。 - Linux:
./launcher.sh或node index.mjs。 - 所有压缩包均已内置 WebUI 静态资源;启动后访问 http://localhost:5099。
- Linux 版本仅提供 OneBot 桥接能力,NTQQ 进程注入仅在 Windows 下生效。