this repo has no description

1.3.5

Changed files
+4 -19
packages
+1 -16
CHANGELOG.md
···
-
## Moonbase
-
-
- Fixed various issues with restart advice
-
- Fixed a crash when enabling some extensions
-
- Redesigned dependency badges
-
- Added filter for deprecated extensions
-
-
## Core
-
-
- Updated mappings
-
- Added better handling for Discord installs still using `discordapp.com`
-
- Added Linux auto updater
-
-
## Misc
-
-
- Published the moonlight installer to Flathub (thanks @slonkazoid!)
···
+
- Fixed some bugs in patching logic
+1 -1
package.json
···
{
"name": "moonlight",
-
"version": "1.3.4",
"description": "Yet another Discord mod",
"homepage": "https://moonlight-mod.github.io/",
"license": "LGPL-3.0-or-later",
···
{
"name": "moonlight",
+
"version": "1.3.5",
"description": "Yet another Discord mod",
"homepage": "https://moonlight-mod.github.io/",
"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.4",
"permissions": ["declarativeNetRequestWithHostAccess", "webRequest", "scripting", "webNavigation"],
"host_permissions": ["https://moonlight-mod.github.io/*", "https://api.github.com/*", "https://*.discord.com/*"],
"content_scripts": [
···
"manifest_version": 3,
"name": "moonlight",
"description": "Yet another Discord mod",
+
"version": "1.3.5",
"permissions": ["declarativeNetRequestWithHostAccess", "webRequest", "scripting", "webNavigation"],
"host_permissions": ["https://moonlight-mod.github.io/*", "https://api.github.com/*", "https://*.discord.com/*"],
"content_scripts": [
+1 -1
packages/browser/manifestv2.json
···
"manifest_version": 2,
"name": "moonlight",
"description": "Yet another Discord mod",
-
"version": "1.3.4",
"permissions": [
"webRequest",
"webRequestBlocking",
···
"manifest_version": 2,
"name": "moonlight",
"description": "Yet another Discord mod",
+
"version": "1.3.5",
"permissions": [
"webRequest",
"webRequestBlocking",