-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
19 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,23 @@ | ||
## 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 | ||
- 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 | ||
|
||
## 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 | ||
- 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 | ||
|
||
## Misc | ||
|
||
- Updated README | ||
- Introduced new `create-extension` CLI tool | ||
- The manifest schema is now automatically generated | ||
- Added packageManager to `package.json` for corepack (thanks @slonkazoid!) | ||
- Began work on using the moonlight installer from a Flatpak |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters