Skip to content

Releases: ow-mods/ow-mod-man

Outer Wilds Mod Manager GUI Version 0.13.1

20 Mar 19:41
29c4b21
Compare
Choose a tag to compare

GUI Changes

  • Fixed OWML not updating when using the Updates tab
  • Updated Chinese translation

Outer Wilds Mod Manager GUI Version 0.13.0

09 Mar 03:17
4e96f3a
Compare
Choose a tag to compare

GUI Changes

  • Added the ability to dismiss alerts (resolves #422)
  • Added the option to clear shown mod warnings (resolves #422)
  • Added the option to recursively disable dependencies (resolves #441)
  • Added the option to disable sending analytics events
  • Fixed a bug in the settings menu that made pressing the reset button reset the wrong section
  • Fixed whitespace being collapsed on log rows
  • Fixed the AUR package's .desktop file to work with the owmods protocol (resolves #423)

Outer Wilds Mod Manager Core Version 0.13.0

09 Mar 02:49
4e96f3a
Compare
Choose a tag to compare

Core Changes

  • BREAKING: analytics::send_analytics_event now takes &Config to check whether or not to send an analytics event based on user preference
  • Added last_viewed_alert_id to Config to keep track of what alerts have been dismissed by the user
  • Added send_analytics field to Config to control sending usage analytics
  • Added Alert::compute_hash for comparing against Config::last_viewed_alert_id
  • Fixed recursive disables to work for sub-dependencies
  • LocalDatabase::dependent now takes the mod's unique name instead of the entire mod

Outer Wilds Mod Manager CLI Version 0.13.0

09 Mar 03:16
8db3efc
Compare
Choose a tag to compare

CLI Changes

  • Added new --analytics flag that sets whether to send analytics for this and subsequent runs

Outer Wilds Mod Manager GUI Version 0.12.2

12 Feb 06:38
b24184b
Compare
Choose a tag to compare

GUI Changes

  • Fixed an issue with fixing mod manifest version after update

Outer Wilds Mod Manager Core Version 0.12.2

12 Feb 06:26
b24184b
Compare
Choose a tag to compare
core_v0.12.2

Version 0.12.2 (#405)

Outer Wilds Mod Manager CLI Version 0.12.2

12 Feb 06:32
b24184b
Compare
Choose a tag to compare
cli_v0.12.2

Version 0.12.2 (#405)

Outer Wilds Mod Manager GUI Version 0.12.1

06 Feb 18:28
6951c41
Compare
Choose a tag to compare

GUI Changes

  • Allow buymeacoffee, cashapp, and kofi as donation links (resolves #345)
  • Allow multiple donation links
  • If the game path includes "theouterworlds", "theouterworldsost", "towspacerschoice" (case-insensitive), the manager will refuse to run the game. The user is trying to run the wrong game.
  • Fix issue with starting game when not connected to the internet (resolves #374)
  • Change the donate icon

Outer Wilds Mod Manager Core Version 0.12.1

06 Feb 18:12
6951c41
Compare
Choose a tag to compare

Core Changes

  • Allow multiple donation links
  • If the game path includes "theouterworlds", "theouterworldsost", "towspacerschoice" (case-insensitive), the manager will refuse to run the game. The user is trying to run the wrong game.

Outer Wilds Mod Manager CLI Version 0.12.1

06 Feb 18:22
6951c41
Compare
Choose a tag to compare

CLI Changes

  • If the game path includes "theouterworlds", "theouterworldsost", "towspacerschoice" (case-insensitive), the manager will refuse to run the game. The user is trying to run the wrong game.
  • Fix issue with starting game when not connected to the internet (resolves #374)