Major Release (1.21) Highlights
No super fancy changelog with screenshots for this release, this is a minor feature and bug fix release.
- Upgraded Reloaded to .NET 7!!
If for whatever reason you happen to run into issues while upgrading, download and install x64-runtime and x86-runtime manually.
[The updater normally should install these for you but reportedly some people are having issues]
- Added: Support for
Mod Packs
, you can find more information on how to create mod packs in the wiki. - Added: Ability to filter mods by installed in
Search Mods
menu. - Fixed: Occasional unsuccessful web download [didn't dispose filestream before reusing file].
- Fixed: Missing managed exception info in Crash Log and Crash Dump.
- Fixed: Multiple enumeration in NuGet Package download leading to potentially slower start.
- Fixed: A typo in default Reloaded Translation.
- Fixed: Bug causing first downloads of each uncached file to return compressed data instead of uncompressed.
Complete Changes
1.21.0 - 2022-10-18
Merged
- Add environment variable check to mod template
#139
Commits
- Added: Library code to create 'mod-packs' for downloading multiple mods.
df2b56f
- Moved: Obtaining all Package Providers to Update Lib
3cc0e87
- Added: SearchForAll Extensions
90b9c63
- Moved: ImageCacheService to Update Library
c8677a2
- Fixed: Some nullability warnings & comments in XML.
8a0797e
- Fixed: Error in Powershell Script if String Empty
9ed0cba
- Added: Automatic Package Creator, Including some Simple Tests
ee1c632
- Added: Ability to export original extension.
f1a9938
- Update index.md
05a38ed
- Added: Support for downloading mods in packs.
f42b1ef
- Changed: Made some methods public.
66d3f26
- Added: Support for creating mod packs in UI.
8f9536b
- Added: Support for Testing Mod Packs
cd994d1
- Changed: Explicitly Open MainWindow to Skip it in some Situations
6642436
- Added: Commandline support for .r2pack
d489363
- Added: Shell (Explorer) support for R2Pack
91a0ff0
- Added: Fixes for Controller in Installer
00091fc
- Fixed: Buggy Carousel AutoRun behaviour via workaround.
e6f7477
- Fixed: Controller Support in Menus Initialised from Shortcuts etc.
f807fc8
- Added: Support for r2pack protocol.
eab9bda
- Fixed: Occasional Borked Web Download due to Non-Disposal of FileStream
05220a2
- Fixed: Crash Log/Dump Missing Exception Info
5fd5f66
- Changed: Search Settings are now Stored in Popup
2a6b55c
- Added: Filter to hide already installed packages.
d52c21f
- Updated: Templates to Support Custom Script Directory & Stable Language Ver.
b6eefa1
- Changed: Explicitly Parse Missing Bools in Build Script
7ec362d
- Fixed: False Positive Removal from Mod Template Targets File
bce9b39
- Changed: Don't fire and forget NuGet extra data anymore.
7468746
- Fixed: Miscellaneous Warnings
3cdd422
- Fixed: CI Build
a092ded
- Fixed: Multiple Enumeration in NuGetRepository
5e1dcac
- Added: Case Insensitive Update Cleanup
844bf36
- Implemented: Reflection-free Serialization & Deserialization (Where Possible)
2419908
- Updated: Reloaded to .NET 7
f971ab6
- Changed: Use Roslyn Compiler instead of FEC to fix .NET 7
4742525
- Changed: Non-Index NuGet Fetches are Asynchronous Again
b11b822
- Fixed: Missing Title in Add Pack Mod Dialog
f3910db
- Add: Documentation on Mod Packs
85672ae
- Improved: Pack Installation UI
a3edf67
- Added: Missing SwappedOut Call for Controller Unsubscribe
ca9ea57
- Fixed: Typo in Default Translation
49c84c7
- Renamed: IImageConverter to IModPackImageConverter
3ed9613
- Added: Forced Image Resize to JXL Converter
948c954
- Update: Let's Ship 1.21.0, I'm Bored of Waiting
bbf5d8d
- Fixed: Accidental return of compressed data in uncached file download.
1ac1d29
- Updated: Changelog Template
79c0243
====