this repo has no description

1.3.11

Changed files
+9 -10
packages
+5 -6
CHANGELOG.md
···
## Core
-
- Changed the format of names of Webpack modules (thanks @uwx!)
-
- Updated mappings
+
- Updated moonmap, now logs when remapped exports fail
+
- Updated mappings to fix Moonbase
## Core extensions
-
- Native Fixes: Add Vulkan and VAAPI driver check ignore options (thanks @TheEssem!)
-
- Component Editor: Fixed a client crash from a broken patch
-
- Settings: Fixed custom sections not opening from the context menu
-
- Moonbase: Fixed patches for the crash scren
+
- 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
+1 -1
package.json
···
{
"name": "moonlight",
-
"version": "1.3.10",
+
"version": "1.3.11",
"description": "Yet another Discord mod",
"homepage": "https://moonlight-mod.github.io/",
"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.10",
+
"version": "1.3.11",
"permissions": ["declarativeNetRequestWithHostAccess", "webRequest", "scripting", "webNavigation"],
"host_permissions": ["https://moonlight-mod.github.io/*", "https://api.github.com/*", "https://*.discord.com/*"],
"content_scripts": [
+1 -1
packages/browser/manifestv2.json
···
"manifest_version": 2,
"name": "moonlight",
"description": "Yet another Discord mod",
-
"version": "1.3.10",
+
"version": "1.3.11",
"permissions": [
"webRequest",
"webRequestBlocking",
+1 -1
packages/types/package.json
···
{
"name": "@moonlight-mod/types",
-
"version": "1.3.13",
+
"version": "1.3.14",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {