1.3.2
Cynthia Foxwell 1 month ago 5 files (+30, -7)
MODIFIED
CHANGELOG.md
MODIFIED
CHANGELOG.md
@@ -1,3 +1,26 @@-- Fixed missing restart prompt when updating an extension-- Updated the Context Menu API to support regex-- Moved Moonbase to use a different API to hopefully fix a rare crash+## Moonbase++- Moved entry to the top of the settings menu+- Added about section+- Fixed the moonlight menu in the tray icon duplicating over time+- Added the ability to switch moonlight branches from the tray icon+- Added the ability to use Markdown in settings descriptions++## Core++- Fixed the Discord overlay being broken+- Fixed script blocking issue that would, among other things, break TikTok embeds+- Added simple error handling to injected Webpack modules++## Libraries++- Added Component Editor library+- Added Commands library+- Spacepack: Introduced logging for failed finds+- Spacepack: Deprecated findByExports++## Misc++- Updated README+- Introduced new `create-extension` CLI tool+- The manifest schema is now automatically generated
MODIFIED
package.json
MODIFIED
package.json
@@ -1,6 +1,6 @@{"name": "moonlight",- "version": "1.3.1",+ "version": "1.3.2","description": "Yet another Discord mod","homepage": "https://moonlight-mod.github.io/","license": "LGPL-3.0-or-later",
MODIFIED
packages/browser/manifest.json
MODIFIED
packages/browser/manifest.json
@@ -2,7 +2,7 @@ {"manifest_version": 3,"name": "moonlight","description": "Yet another Discord mod",- "version": "1.3.1",+ "version": "1.3.2","permissions": ["declarativeNetRequestWithHostAccess", "webRequest", "scripting", "webNavigation"],"host_permissions": ["https://moonlight-mod.github.io/*", "https://api.github.com/*", "https://*.discord.com/*"],"content_scripts": [
MODIFIED
packages/browser/manifestv2.json
MODIFIED
packages/browser/manifestv2.json
@@ -2,7 +2,7 @@ {"manifest_version": 2,"name": "moonlight","description": "Yet another Discord mod",- "version": "1.3.1",+ "version": "1.3.2","permissions": ["webRequest","webRequestBlocking",
MODIFIED
packages/types/package.json
MODIFIED
packages/types/package.json
@@ -1,6 +1,6 @@{"name": "@moonlight-mod/types",- "version": "1.3.5",+ "version": "1.3.6","main": "./src/index.ts","types": "./src/index.ts","exports": {