+5
-7
CHANGELOG.md
+5
-7
CHANGELOG.md
···
1
1
## Core
2
2
3
-
- Fixed some issues with patching that could cause Discord to not load properly
4
-
- Improved browser loading code, which should result in less failed loads and logouts
5
-
- Updated moonlight to pnpm 10 and Node.js 22 (thanks @pauliesnug!)
3
+
- Fixed the Nix flake (thanks @sersorrel!)
6
4
- Updated mappings
7
5
8
6
## Core extensions
9
7
10
-
- Moonbase: Made the refresh button spin better (thanks @emma-sg!)
11
-
- Moonbase: Improved the about page
12
-
- Component Editor: Fixed for latest Discord
13
-
- Quiet Loggers: Fixed for latest Discord
8
+
- Common: Added new "icons" Webpack module library
9
+
- Commands: Fixed for latest Discord
10
+
- Settings: Fixed for latest Discord
11
+
- Moonbase: Fixed for latest Discord
+1
-1
package.json
+1
-1
package.json
+1
-1
packages/browser/manifest.json
+1
-1
packages/browser/manifest.json
···
3
3
"manifest_version": 3,
4
4
"name": "moonlight",
5
5
"description": "Yet another Discord mod",
6
-
"version": "1.3.12",
6
+
"version": "1.3.13",
7
7
"permissions": ["declarativeNetRequestWithHostAccess", "webRequest", "scripting", "webNavigation"],
8
8
"host_permissions": [
9
9
"https://moonlight-mod.github.io/*",
+1
-1
packages/browser/manifestv2.json
+1
-1
packages/browser/manifestv2.json