this repo has no description

1.3.12

ACAB

+12 -9
+8 -5
CHANGELOG.md
··· 1 1 ## Core 2 2 3 - - Updated moonmap, now logs when remapped exports fail 4 - - Updated mappings to fix Moonbase 3 + - Fixed some issues with patching that could cause Discord to not load properly 4 + - Improved browser loading code, which should result in less failed loads and logouts 5 + - Updated moonlight to pnpm 10 and Node.js 22 (thanks @pauliesnug!) 6 + - Updated mappings 5 7 6 8 ## Core extensions 7 9 8 - - Extensions: Visual Refresh support for staff help button (devtools) 9 - - Native Fixes: Added flag to enable HEVC on Linux (your mileage may vary) 10 - - Moonbase: Added error boundaries, should no longer crash in most cases when things break 10 + - Moonbase: Made the refresh button spin better (thanks @emma-sg!) 11 + - Moonbase: Improved the about page 12 + - Component Editor: Fixed for latest Discord 13 + - Quiet Loggers: Fixed for latest Discord
+1 -1
package.json
··· 1 1 { 2 2 "name": "moonlight", 3 - "version": "1.3.11", 3 + "version": "1.3.12", 4 4 "packageManager": "pnpm@10.7.1", 5 5 "description": "Yet another Discord mod", 6 6 "license": "LGPL-3.0-or-later",
+1 -1
packages/browser/manifest.json
··· 3 3 "manifest_version": 3, 4 4 "name": "moonlight", 5 5 "description": "Yet another Discord mod", 6 - "version": "1.3.11", 6 + "version": "1.3.12", 7 7 "permissions": ["declarativeNetRequestWithHostAccess", "webRequest", "scripting", "webNavigation"], 8 8 "host_permissions": [ 9 9 "https://moonlight-mod.github.io/*",
+1 -1
packages/browser/manifestv2.json
··· 3 3 "manifest_version": 2, 4 4 "name": "moonlight", 5 5 "description": "Yet another Discord mod", 6 - "version": "1.3.11", 6 + "version": "1.3.12", 7 7 "permissions": [ 8 8 "webRequest", 9 9 "webRequestBlocking",
+1 -1
packages/types/package.json
··· 1 1 { 2 2 "name": "@moonlight-mod/types", 3 - "version": "1.3.14", 3 + "version": "1.3.15", 4 4 "exports": { 5 5 ".": "./src/index.ts", 6 6 "./import": "./src/import.d.ts",