Skip to content

Commit

Permalink
1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNite committed Jan 5, 2025
1 parent 0f3036a commit bcbb5dc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
- 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
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.3",
"version": "1.2.4",
"description": "Yet another Discord mod",
"homepage": "https://moonlight-mod.github.io/",
"license": "LGPL-3.0-or-later",
Expand Down
15 changes: 3 additions & 12 deletions packages/browser/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,9 @@
"manifest_version": 3,
"name": "moonlight",
"description": "Yet another Discord mod",
"version": "1.1.0",
"permissions": [
"declarativeNetRequestWithHostAccess",
"webRequest",
"scripting",
"webNavigation"
],
"host_permissions": [
"https://moonlight-mod.github.io/*",
"https://api.github.com/*",
"https://*.discord.com/*"
],
"version": "1.2.4",
"permissions": ["declarativeNetRequestWithHostAccess", "webRequest", "scripting", "webNavigation"],
"host_permissions": ["https://moonlight-mod.github.io/*", "https://api.github.com/*", "https://*.discord.com/*"],
"content_scripts": [
{
"js": ["index.js"],
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.1.0",
"version": "1.2.4",
"permissions": [
"webRequest",
"webRequestBlocking",
Expand Down

0 comments on commit bcbb5dc

Please sign in to comment.