Skip to content

Releases: ow-mods/ow-mod-man

Outer Wilds Mod Manager Core Version 0.11.0

09 Aug 01:26
Compare
Choose a tag to compare

Core Changes

  • More defaults in OWML config to help load older versions
  • Better sanitization of search fields and queries
  • Use get_author() in Searchable impl for RemoteMod instead of just author
  • Check tx buffer capacity before placing a log to help with log spam

Outer Wilds Mod Manager CLI Version 0.11.0

09 Aug 01:34
Compare
Choose a tag to compare

CLI Changes

  • Better formatting on game logs
  • Fix help message for owmods setup

Outer Wilds Mod Manager GUI Version 0.10.0

28 Jul 12:43
5652210
Compare
Choose a tag to compare

GUI Changes

  • Added Themes (Use Pink)
  • Added GUI settings option to hide installed mods in the "Get Mods" tab (resolves #99)
  • Added an "Open On GitHub" button to mod overflow menus (thanks @MegaPiggy!)
  • Style adjustments for tags (thanks @Raicuparta!)
  • Fix the updates tab showing the wrong message when no updates are available
  • Fix the "Let OWML Handle Logs" settings option flashing when clicking save on Windows (resolves #98)
  • Fix the refresh tooltip staying open when the refresh button is refreshing on Windows (resolves #97)

Outer Wilds Mod Manager Core Version 0.10.0

28 Jul 12:26
5652210
Compare
Choose a tag to compare

Core Changes

  • New open_github function for opening a mod's GitHub repo (thanks @MegaPiggy!)
  • Send analytics event (mod_install) when importing a mod list
  • Send analytics event (mod_required_install) when fixing dependency issues

Outer Wilds Mod Manager CLI Version 0.10.0

28 Jul 12:37
5652210
Compare
Choose a tag to compare

CLI Changes

  • New github subcommand to open a mod's GitHub repo (thanks @MegaPiggy!)

Outer Wilds Mod Manager GUI Version 0.9.0

20 Jul 17:03
05200c9
Compare
Choose a tag to compare

GUI Changes

  • Added tag filtering for local and remote tabs
  • Protocol installs that use install-mod now skip the modal (resolves #79)
  • Recently completed downloads appear as a number next to the downloads icon instead of only ongoing ones
  • Filtering by search and by tab is now synced across tabs
  • Clone the database(s) during long-running operations such as mod installs or updates
  • There's now a more user-friendly message for when you search for something and there are no results
  • Remove the uninstall confirmation dialog (Thanks @Raicuparta for the feedback)
  • Fix importing mods not properly enabling already-enabled mods when using the "Disable mods not in list" flag
  • Fix log message sender overlapping with message

Outer Wilds Mod Manager Core Version 0.9.0

20 Jul 16:40
05200c9
Compare
Choose a tag to compare

Core Changes

  • Added the get_tags db method for getting all tags in the database
  • Added the matches_tags db method for getting all mods that match a list of tags
  • Made recursive mod toggling properly handle cyclical dependencies
  • Simplify version comparison
  • Fix importing mods not properly enabling already-enabled mods when using the disable_missing flag
  • Local and Remote databases now impl Clone
  • Installing OWML now sends the ModRequiredInstall analytics event
  • Improved some docs comments

Outer Wilds Mod Manager CLI Version 0.9.0

20 Jul 16:49
05200c9
Compare
Choose a tag to compare

CLI Changes

  • Added the tags subcommand for getting a list of database tags
  • Added the --tag arg to owmods search and owmods ls for filtering the list by tag

Outer Wilds Mod Manager GUI Version 0.8.0

15 Jul 02:33
a68b7ff
Compare
Choose a tag to compare

GUI Changes

  • File drag and drop now works for zips! simply drag the zip file of the mod you want to install into the manager window to install
  • You can now use the Fix Issues button to update a mod if it's outdated
  • Mods that are busy now get their checkboxes disabled in the local mods tab
  • Clicking "Fix Issues" now marks a mod as busy
  • Protocol installs now support owmods://install-zip for zip-based installs
  • Added an open OWML folder button to the nav overflow menu
  • Made the loading spinner that appears when installing a mod determinant
  • Made the search box auto-scroll to the top on change
  • The downloads icon will now flash green when an install completes (or red if there was an error)
  • Fixed not being able to fetch alerts causing a "Fatal Error"
  • Fixed not marking a mod as unbusy after an error occurs in install, update, etc.
  • Fixed improper spacing on mod tables
  • Better frontend error logging
  • Internal organizational changes

Outer Wilds Mod Manager Core Version 0.8.0

15 Jul 02:15
a68b7ff
Compare
Choose a tag to compare

Core Changes

  • Progress bars now have mod unique names associated with them, but for URLs and loose ZIPs this will be None
  • Fixed an issue where a progress bar isn't created early enough in the extraction process