Released 18 September 2021.
- Changed mod file size fields to
long
to support larger files (thanks to Mgamerz!).
Released 12 July 2021.
- Added the new
Archived
file category.
Released 11 July 2021.
- Added an
UnmappedFields
property to all data models. This contains any fields returned by the Nexus API which don't match a known property. - Added support for newer API fields:
Mod.AllowRating
(whether the current user is allowed to endorse this mod);Mod.EndorsementCount
(the number of endorsements given by users for this mod);ModFile.SizeInBytes
(the downloaded file size in bytes);ModFile.SizeInKilobytes
(equivalent to the previousModFile.Size
, which still exists).
Released 30 April 2021.
- Added mod file
Description
field. - Updated to FluentHttpClient 4.1.
Released 13 May 2020.
- Updated to FluentHttpClient 4.0.
Released 06 March 2020 (first beta on 03 March 2019).
- Initial release, with support for all current Nexus API endpoints.
- Added rate limit tracking and handling.
- Added support for fetching & parsing mod file content previews.
- Added support for synchronous UI contexts.