this repo has no description

1.3.11

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