Skip to content

Commit

Permalink
1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNite committed Jan 7, 2025
1 parent 3194cbe commit 86fe1bc
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
- Fixes for latest Discord
- Added a warning when disabling built in extensions in Moonbase
- Added a prompt to restart when updating an extension in Moonbase
- Added a button to view extension source in Moonbase
- Searching for settings of extensions now works properly in Moonbase
- Fixed CSP in the browser extension
- Added support for ESM when loading an extension entrypoint
- Added screenshots of Moonbase to the README
- Added an API to write to the extension settings
- Added isDir to the filesystem API
- Added localStorage to the moonlight global
- Updated mappings
- The extension loader now prioritizes loading developer extensions
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moonlight",
"version": "1.2.4",
"version": "1.2.5",
"description": "Yet another Discord mod",
"homepage": "https://moonlight-mod.github.io/",
"license": "LGPL-3.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "moonlight",
"description": "Yet another Discord mod",
"version": "1.2.4",
"version": "1.2.5",
"permissions": ["declarativeNetRequestWithHostAccess", "webRequest", "scripting", "webNavigation"],
"host_permissions": ["https://moonlight-mod.github.io/*", "https://api.github.com/*", "https://*.discord.com/*"],
"content_scripts": [
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/manifestv2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "moonlight",
"description": "Yet another Discord mod",
"version": "1.2.4",
"version": "1.2.5",
"permissions": [
"webRequest",
"webRequestBlocking",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonlight-mod/types",
"version": "1.3.2",
"version": "1.3.3",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
Expand Down

0 comments on commit 86fe1bc

Please sign in to comment.