Releases: moonlight-mod/moonlight
Releases · moonlight-mod/moonlight
v1.0.9
- Fixes for latest Discord
v1.0.8
- Added multiline string input for extension settings
- Fixed conflicting extensions in Moonbase
- Fixes for latest Discord
v1.0.7
- Add
spacepack.filterReal
- More dependency resolver stages
- Injector now supports "other patch methods"
- OpenAsar fixes
v1.0.6
- Fixed updating extensions
- Fixed Linux support
- Fixed some incorrect types on Webpack module imports
v1.0.5
- Updated Moonbase
- Added Markdown library
- Added ability for extensions to expose styles (
export const styles: string[] = [];
) - Added
lazyLoad
to Spacepack - Added custom labels to Select/MultiSelect in extension settings
- Added
\i
for matching variable names in patches
v1.0.4
- Added search and filters to Moonbase (@redstonekasi)
- Changed the official repository URL
- If you installed moonlight before this update, you will need to edit your config file manually and set it to
https://moonlight-mod.github.io/extensions-dist/repo.json
- If you installed moonlight before this update, you will need to edit your config file manually and set it to
- Fixed random bugs from release builds
v1.0.3
- Improved the Moonbase UI (@redstonekasi, @xyzeva)
- Renamed the List setting type to MultiSelect, added a new List type in its place
v1.0.2
- Added ability to convert ESM modules to Webpack modules
- Updated types
v1.0.1
- Fix release builds
v1.0.0
- Initial release