23 lines
981 B
1
## Moonbase
2
3
- Added changelog for moonlight updates (but it won't show this one D:)
4
- Added a button to update all extensions
5
- Added an icon to distinguish the repository of an extension
6
- Extensions now stay at the top even after updating (thanks @maddymeows!)
7
- Moved some buttons to the extension tab bar
8
- Added missing row gap to extension info
9
- Improved update handling
10
11
## Core
12
13
- Updated mappings
14
- 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.
15
- Added new `donate` key in manifest
16
- For extension developers: Put your donate links here! Don't have/want donations? Put a charity you like!
17
- Added new patches to Quiet Loggers (thanks @gBasil!)
18
- Made `setConfigOption` actually async
19
20
## Misc
21
22
- Added packageManager to `package.json` for corepack (thanks @slonkazoid!)
23
- Began work on using the moonlight installer from a Flatpak
24