Skip to content

Commit

Permalink
1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Cynosphere committed Jan 20, 2025
1 parent 4034e90 commit 3e36403
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 18 deletions.
21 changes: 7 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
## Moonbase

- Added changelog for moonlight updates (but it won't show this one D:)
- Added a button to update all extensions
- Added an icon to distinguish the repository of an extension
- Extensions now stay at the top even after updating (thanks @maddymeows!)
- Moved some buttons to the extension tab bar
- Added missing row gap to extension info
- Improved update handling
- Fixed various issues with restart advice
- Fixed a crash when enabling some extensions
- Redesigned dependency badges
- Added filter for deprecated extensions

## Core

- Updated mappings
- For extension developers: there were a lot of type changes! Your extension should still run, but there may be issues with compilation. Please let us know if we got any types wrong.
- Added new `donate` key in manifest
- For extension developers: Put your donate links here! Don't have/want donations? Put a charity you like!
- Added new patches to Quiet Loggers (thanks @gBasil!)
- Made `setConfigOption` actually async
- Added better handling for Discord installs still using `discordapp.com`
- Added Linux auto updater

## Misc

- Added packageManager to `package.json` for corepack (thanks @slonkazoid!)
- Began work on using the moonlight installer from a Flatpak
- Published the moonlight installer to Flathub (thanks @slonkazoid!)
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.3",
"version": "1.3.4",
"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.3",
"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": [
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.3",
"version": "1.3.4",
"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.7",
"version": "1.3.8",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
Expand Down

0 comments on commit 3e36403

Please sign in to comment.