1.3.9
Cynthia Foxwell 3 weeks ago 5 files (+12, -7)
MODIFIED
CHANGELOG.md
MODIFIED
CHANGELOG.md
@@ -1,3 +1,8 @@-- Fixes for latest Discord-- Fixed some issues relating to the `moonlight.unpatched` global-- Added `headers-received` event for extensions (thanks @uwx!)+# Core+- Updated mappings++# Libraries+- Support for message accessories in Component Editor+- Settings sections now allow for a function to compute position (thanks @MeguminSama!)+- Error boundary component in Common+- `spacepack.lazyLoad` now supports `\i` in regular expressions
MODIFIED
package.json
MODIFIED
package.json
@@ -1,6 +1,6 @@{"name": "moonlight",- "version": "1.3.8",+ "version": "1.3.9","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.8",+ "version": "1.3.9","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.8",+ "version": "1.3.9","permissions": ["webRequest","webRequestBlocking",
MODIFIED
packages/types/package.json
MODIFIED
packages/types/package.json
@@ -1,6 +1,6 @@{"name": "@moonlight-mod/types",- "version": "1.3.11",+ "version": "1.3.12","main": "./src/index.ts","types": "./src/index.ts","exports": {