Skip to content

Commit cab72d4

Browse files
committed
1.3.35
1 parent 700e0a7 commit cab72d4

5 files changed

Lines changed: 7 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
## Core
22

3-
- Injector now properly sets Electron metadata
4-
- Fixes issues with uninjection between updates on Linux
3+
- Updated mappings to fix Notices
54

65
## Core extensions
76

8-
- Component Editor: Patch fix for new chat text area experiment (thanks @arHSM)
9-
- Settings and Moonbase: Support for redesigned settings
10-
11-
## Nix Flake
12-
13-
- Fix eval of deprecated packages to make `nix flake show` work again (thanks @keysmashes)
7+
- Moonbase: Improved update logic (thanks @slonkazoid!)
8+
- Moonbase: Fixed saving changes in redesigned settings

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.34",
3+
"version": "1.3.35",
44
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748",
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.34",
6+
"version": "1.3.35",
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.34",
6+
"version": "1.3.35",
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.34",
3+
"version": "1.3.35",
44
"exports": {
55
".": "./src/index.ts",
66
"./import": "./src/import.d.ts",

0 commit comments

Comments
 (0)