Skip to content

Commit e08bd0e

Browse files
committed
1.3.25
1 parent 9669e6c commit e08bd0e

5 files changed

Lines changed: 7 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
## Core
2-
3-
- Nix: specify fetcher version for pnpm fetchDeps
4-
- Nix: Change config key for home manager from `config.programs.moonlight-mod` to `config.programs.moonlight`
5-
- Updated mappings
6-
- Updated moonmap
7-
8-
## Core extensions
9-
10-
- Moonbase: Update CORS allowlist
11-
- Moonbase: fix TextInput
1+
- Updated mappings to fix Moonbase
2+
- Improved how moonlight loads when using the Manifest V3 browser extension (thanks @InvoxiPlayGames!)
3+
- Switched the Nix flake to use `lib.warn` (thanks @keysmashes!)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "moonlight",
3-
"version": "1.3.24",
3+
"version": "1.3.25",
44
"packageManager": "pnpm@10.7.1",
55
"description": "Yet another Discord mod",
66
"license": "LGPL-3.0-or-later",

packages/browser/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"manifest_version": 3,
44
"name": "moonlight",
55
"description": "Yet another Discord mod",
6-
"version": "1.3.24",
6+
"version": "1.3.25",
77
"permissions": ["declarativeNetRequestWithHostAccess", "webRequest", "scripting", "webNavigation"],
88
"host_permissions": [
99
"https://moonlight-mod.github.io/*",

packages/browser/manifestv2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"manifest_version": 2,
44
"name": "moonlight",
55
"description": "Yet another Discord mod",
6-
"version": "1.3.24",
6+
"version": "1.3.25",
77
"permissions": [
88
"webRequest",
99
"webRequestBlocking",

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@moonlight-mod/types",
3-
"version": "1.3.24",
3+
"version": "1.3.25",
44
"exports": {
55
".": "./src/index.ts",
66
"./import": "./src/import.d.ts",

0 commit comments

Comments
 (0)