Skip to content

Commit

Permalink
1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNite committed Jan 22, 2025
1 parent fda1f08 commit f143fd0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 19 deletions.
17 changes: 1 addition & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1 @@
## 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
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.3.4",
"version": "1.3.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.3.4",
"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": [
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.3.4",
"version": "1.3.5",
"permissions": [
"webRequest",
"webRequestBlocking",
Expand Down

0 comments on commit f143fd0

Please sign in to comment.