Skip to content

0.1.1

Compare
Choose a tag to compare
@Frumple Frumple released this 10 Jan 03:17
· 43 commits to main since this release

Web App

  • Improved search performance when search query is empty.
  • Web app is now more responsive and usable on mobile devices. The following elements are progressively hidden on screens with limited widths:
    • The stats columns (Created, Updated, Latest MC Version, Downloads, Likes and Stars, Follows and Watchers)
    • The Source Code column
    • Images for each project
    • Descriptions for each project

Ingest Tool

  • Removed "update spigot authors" from the ingest tool. Instead, "populate spigot authors" should be run on a daily basis to ensure that no Spigot resources have missing authors.

Other

  • Added Refinery database migrations.
    • The environment variables MCPF_DB_USER, MCPF_DB_PASSWORD, MCPF_DB_HOST, MCPF_DB_PORT, and MCPF_DB_NAME have been replaced with a single URL: MCPF_DATABASE_URL.