Skip to content

Releases: John-Paul-R/fibermc

fibermc 2.2

27 Nov 19:11
b6ad282
Compare
Choose a tag to compare

Live at https://www.fibermc.com

Major changes

  • Add ability to show/hide snapshots in "Version" multiselect. (Hidden by default)
  • Show the count of mods that match the current search filters next to the total counts for each category.

Minor changes, fixes

  • Fix CurseForge-style snapshots (e.g. 1.19-Snapshot) being sorted incorrectly.
  • Condense download count when large to prevent overflow (e.g. 197,406,895 -> 197.4 M)
    • The full download count is still shown in "Detailed view" (accessed by clicking "cycle view" to the left of the search bar.
  • Fix authors list occasionally staying open after the mouse left the list area.
  • Fix "Sort" and "Versions" multiselect popups appearing underneath adjacent elements.
  • Fix the last pixel of the CurseForge and Modrinth links on list items being cut off.
  • Mobile: Fix CF/MR links not being displayed in default view
  • Mobile: Fix MOTD ("Have a great day") sometimes taking up more vertical space than intended.
  • Backend: Change Modrinth filtering mechanism to fix non-fabric mods to being included in retrieved results.
    • Remove these non-Fabric mods from the DB.
  • Backend: Cleanup existing database entries, removing a bunch of invalid Mod & Author entries left over from past CF & MR API versions.

Bugs can be reported on the issues page.
General discussion can be had in my dev room discord.

fibermc v2.1 - Modrinth Mod Authors and MC Version Filtering

07 May 02:22
Compare
Choose a tag to compare

Live at https://www.fibermc.com

Major changes

  • Add searching by Description.
  • Add per-platform (Modrinth, CurseForge) author links.
  • Show multiple authors for a single mod when applicable. (on hover)
  • Update sorting so that version in the form 1.18-Snapshot are correctly treated as older than those in the form 1.18.1.
  • Add searching by Author
  • Persist search/filter/sort values to the URL
  • Add Minecraft version filtering. (multiselect) (persisted to URL)

Minor changes, fixes

  • Correctly Remove [Fabric] and similar prefixes from mods.
  • Improve button scaling consistency
  • Fix bug that caused mod entries to overlap in Compact view in some circumstances.
  • Other minor fixes!

Bugs can be reported on the issues page.
General discussion can be had in my dev room discord.

fibermc v2.0 - Backend rework and Modrinth integration

19 Dec 06:09
Compare
Choose a tag to compare

Live at https://www.fibermc.com

Changelog

  • Update to support new fibermc api (The mod list now updates regularly, once again!)
  • Persist selected list view to localStorage. (Same view between sessions).
  • Add Modrinth support for mods (Authors coming soon)
    • Icon buttons at the end of mod entries, instead of Name-link. May revisit this to add a popup that lets you select platform on name-click.
  • Convert most of the app to typescript from js.
  • Infer list updated date from mod entries.
  • add "reset" categories button (that also shows total mod count)
  • Break out some repeated code to some reusable functions. (still many places for improvement.)

Bugs can be reported on the issues page.
General discussion can be had in my dev room discord.