You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added new "Sort by Relevance" option, which is now also the default. This provides more accurate searches by sorting based on the search query's text similarity to the project name/description/author.
Added a secondary fallback sort by downloads. Effectively, this will only be most noticeable when sorting by relevance or the latest MC version:
For relevance, search results with the same similarity are further sorted by their number of downloads.
For latest MC version, search results with the same MC version are further sorted by their number of downloads.
Ingest Tool
Fixed an issue where the latest version of all Modrinth projects were incorrect.
Added a --refresh option that will refresh the common projects. It can run standalone, or after running a populate or update command.
The command update-all-and-refresh has been removed and can be run with the equivalent update all --refresh.