Skip to content

Commit 694b353

Browse files
committed
1.3.23
1 parent 9272098 commit 694b353

5 files changed

Lines changed: 8 additions & 14 deletions

File tree

CHANGELOG.md

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

3-
- Updated mappings to fix Button
3+
- Refactored Nix flake (thanks @different-name!)
4+
- Updated mappings
45

5-
## Core Extensions
6+
## Core extensions
67

7-
### Moonbase
8-
9-
- Change the settings entry label to "moonlight" to prevent confusion
10-
- Style fixes
11-
12-
### Native Fixes
13-
14-
- Add an option to disable Fontations on Linux in cases where text may appear blurry
8+
- Moonbase: Fixed a crash in the Config tab

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.22",
3+
"version": "1.3.23",
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.22",
6+
"version": "1.3.23",
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.22",
6+
"version": "1.3.23",
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.21",
3+
"version": "1.3.23",
44
"exports": {
55
".": "./src/index.ts",
66
"./import": "./src/import.d.ts",

0 commit comments

Comments
 (0)