1.3.7
Cynthia Foxwell 1 month ago 5 files (+6, -16)
MODIFIED
CHANGELOG.md
MODIFIED
CHANGELOG.md
@@ -1,12 +1,2 @@-## Core--- Updated mappings-- Fixed an issue with extensions not being able to bypass CORS in some scenarios-- Added the ability for extensions to bypass CSP (thanks @uwx!)-- Updated ZenFS for browser support--## Libraries--- Improved typing of the Commands library-- Added more logging to Spacepack-- Deprecated Rocketship, as Discord has fixed screenshare on Linux+- Fixes for latest Discord+- Added event for when the config is saved
MODIFIED
package.json
MODIFIED
package.json
@@ -1,6 +1,6 @@{"name": "moonlight",- "version": "1.3.6",+ "version": "1.3.7","description": "Yet another Discord mod","homepage": "https://moonlight-mod.github.io/","license": "LGPL-3.0-or-later",
MODIFIED
packages/browser/manifest.json
MODIFIED
packages/browser/manifest.json
@@ -2,7 +2,7 @@ {"manifest_version": 3,"name": "moonlight","description": "Yet another Discord mod",- "version": "1.3.6",+ "version": "1.3.7","permissions": ["declarativeNetRequestWithHostAccess", "webRequest", "scripting", "webNavigation"],"host_permissions": ["https://moonlight-mod.github.io/*", "https://api.github.com/*", "https://*.discord.com/*"],"content_scripts": [
MODIFIED
packages/browser/manifestv2.json
MODIFIED
packages/browser/manifestv2.json
@@ -2,7 +2,7 @@ {"manifest_version": 2,"name": "moonlight","description": "Yet another Discord mod",- "version": "1.3.6",+ "version": "1.3.7","permissions": ["webRequest","webRequestBlocking",
MODIFIED
packages/types/package.json
MODIFIED
packages/types/package.json
@@ -1,6 +1,6 @@{"name": "@moonlight-mod/types",- "version": "1.3.9",+ "version": "1.3.10","main": "./src/index.ts","types": "./src/index.ts","exports": {