+12
-1
CHANGELOG.md
+12
-1
CHANGELOG.md
···
1
-
- Fixed some bugs in patching logic
1
+
## Core
2
+
3
+
- Updated mappings
4
+
- Fixed an issue with extensions not being able to bypass CORS in some scenarios
5
+
- Added the ability for extensions to bypass CSP (thanks @uwx!)
6
+
- Updated ZenFS for browser support
7
+
8
+
## Libraries
9
+
10
+
- Improved typing of the Commands library
11
+
- Added more logging to Spacepack
12
+
- Deprecated Rocketship, as Discord has fixed screenshare on Linux
+1
-1
package.json
+1
-1
package.json
+1
-1
packages/browser/manifest.json
+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.5",
5
+
"version": "1.3.6",
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
+1
-1
packages/browser/manifestv2.json