this repo has no description

Compare changes

Choose any two refs to compare.

Changed files
+6 -13
nix
packages
+1 -8
CHANGELOG.md
···
## Core
-
- Fixed the Nix flake (thanks @sersorrel!)
- Updated mappings
-
-
## Core extensions
-
-
- Common: Added new "icons" Webpack module library
-
- Commands: Fixed for latest Discord
-
- Settings: Fixed for latest Discord
-
- Moonbase: Fixed for latest Discord
+
- Fixed using remapped paths as patch finds not working
+1 -1
nix/default.nix
···
pnpmDeps = pnpm_10.fetchDeps {
inherit (finalAttrs) pname version src;
-
hash = "sha256-uCuA4Fuquv1qXqSY+kDP2Jp01yZDYG2H3ruOBQMhYtw=";
+
hash = "sha256-I+zRCUqJabpGJRFBGW0NrM9xzyzeCjioF54zlCpynBU=";
};
env = {
+1 -1
package.json
···
{
"name": "moonlight",
-
"version": "1.3.13",
+
"version": "1.3.14",
"packageManager": "pnpm@10.7.1",
"description": "Yet another Discord mod",
"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.13",
+
"version": "1.3.14",
"permissions": ["declarativeNetRequestWithHostAccess", "webRequest", "scripting", "webNavigation"],
"host_permissions": [
"https://moonlight-mod.github.io/*",
+1 -1
packages/browser/manifestv2.json
···
"manifest_version": 2,
"name": "moonlight",
"description": "Yet another Discord mod",
-
"version": "1.3.13",
+
"version": "1.3.14",
"permissions": [
"webRequest",
"webRequestBlocking",
+1 -1
packages/types/package.json
···
{
"name": "@moonlight-mod/types",
-
"version": "1.3.16",
+
"version": "1.3.17",
"exports": {
".": "./src/index.ts",
"./import": "./src/import.d.ts",