this repo has no description

1.3.8

Changed files
+6 -5
packages
+2 -1
CHANGELOG.md
···
- Fixes for latest Discord
-
- Added event for when the config is saved
+
- Fixed some issues relating to the `moonlight.unpatched` global
+
- Added `headers-received` event for extensions (thanks @uwx!)
+1 -1
package.json
···
{
"name": "moonlight",
-
"version": "1.3.7",
+
"version": "1.3.8",
"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.7",
+
"version": "1.3.8",
"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.7",
+
"version": "1.3.8",
"permissions": [
"webRequest",
"webRequestBlocking",
+1 -1
packages/types/package.json
···
{
"name": "@moonlight-mod/types",
-
"version": "1.3.10",
+
"version": "1.3.11",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {