Releases: ow-mods/ow-mod-man
Releases · ow-mods/ow-mod-man
Outer Wilds Mod Manager GUI Version 0.13.1
GUI Changes
- Fixed OWML not updating when using the Updates tab
- Updated Chinese translation
Outer Wilds Mod Manager GUI Version 0.13.0
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 theowmods
protocol (resolves #423)
Outer Wilds Mod Manager Core Version 0.13.0
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
toConfig
to keep track of what alerts have been dismissed by the user - Added
send_analytics
field toConfig
to control sending usage analytics - Added
Alert::compute_hash
for comparing againstConfig::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
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
GUI Changes
- Fixed an issue with fixing mod manifest version after update
Outer Wilds Mod Manager Core Version 0.12.2
core_v0.12.2 Version 0.12.2 (#405)
Outer Wilds Mod Manager CLI Version 0.12.2
cli_v0.12.2 Version 0.12.2 (#405)
Outer Wilds Mod Manager GUI Version 0.12.1
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
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
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)