+8
-3
CHANGELOG.md
+8
-3
CHANGELOG.md
···
1
-
- Fixes for latest Discord
2
-
- Fixed some issues relating to the `moonlight.unpatched` global
3
-
- Added `headers-received` event for extensions (thanks @uwx!)
1
+
# Core
2
+
- Updated mappings
3
+
4
+
# Libraries
5
+
- Support for message accessories in Component Editor
6
+
- Settings sections now allow for a function to compute position (thanks @MeguminSama!)
7
+
- Error boundary component in Common
8
+
- `spacepack.lazyLoad` now supports `\i` in regular expressions
+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.8",
5
+
"version": "1.3.9",
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