Skip to content

2.1.0

Latest

Choose a tag to compare

@CosmicHorrorDev CosmicHorrorDev released this 06 Apr 03:15

The headline feature of this release is the ability to locate all detected
Steam installations instead of only returning the first one with the addition of
steamlocate::locate_all()

Features

  • Allow returning all detected Steam installations with locate_all() #64
  • Add debian steam installation path #94
  • Move locate functions to crate root #107

Fix

  • Parse shortcut fields regardless of order #111

Dependencies

  • Update GitHub actions #100 #101
  • Update winreg 0.55.0 -> 0.56.0 #108
  • Update Cargo.lock deps #110

Internal

  • Placate clippy #95 #98
  • Depend on serde_derive and serde separately #96
  • Separate locate code by platform #99
  • Replace home crate with std::env::home_dir #106
  • Add CI workflow for publishing releases 08901a8
  • Group all test assets together #109

A big thanks to all of the contributors who helped with this release ❤️