Skip to content

v2.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Nov 20:38
cc41e0b

2.17.0 (2024-11-04)

Features

  • Rewrite code for CharacterDetailsPage (#262) (1bb8a6c)

This took a while. Most of the code/logic has been rewritten for the page. It is still possible to use the old page for now, this can be done by going to the settings page and checking the legacy checkbox.

Some QOL changes:

  • It is now possible to drag and drop a gamebanana mod url into the grid to open a window to download mods directly through JASM
  • Most columns are now sortable, and sorting is saved
  • New columns added: Presets and Notes
  • It is possible to turn on single select like in the gallery view and possible to hide the folder names column
  • The columns Author and Notes can be edited in grid by double clicking the cell
  • There's (finally) a search box to search the grid
  • Things should hopefully be faster and more stable 🤞

Bug Fixes

  • Don't remove mod notification if closing window while loading mod info (1bb8a6c)