26 lines
752 B
1
## Moonbase
2
3
- Moved entry to the top of the settings menu
4
- Added about section
5
- Fixed the moonlight menu in the tray icon duplicating over time
6
- Added the ability to switch moonlight branches from the tray icon
7
- Added the ability to use Markdown in settings descriptions
8
9
## Core
10
11
- Fixed the Discord overlay being broken
12
- Fixed script blocking issue that would, among other things, break TikTok embeds
13
- Added simple error handling to injected Webpack modules
14
15
## Libraries
16
17
- Added Component Editor library
18
- Added Commands library
19
- Spacepack: Introduced logging for failed finds
20
- Spacepack: Deprecated findByExports
21
22
## Misc
23
24
- Updated README
25
- Introduced new `create-extension` CLI tool
26
- The manifest schema is now automatically generated
27