Skip to content

0.1.2

Compare
Choose a tag to compare
@Frumple Frumple released this 15 Jan 01:47
· 31 commits to main since this release

Web App

  • 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.