this repo has no description

1.3.12

ACAB

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