Skip to content

Version 4.5 Release

Compare
Choose a tag to compare
@Lagg Lagg released this 25 Aug 07:48
· 118 commits to master since this release

This release introduces some changes that my or may not require changes to code depending on how you use steamodd but will not break anything (hence no major release).

  • Removed some optf2-specific cruft that made item.full_name overwrite the item's normal name if there was a custom name attached and append a craft number if present. These two things are easy to replicate by code using it, but building standard names properly are not.
  • Added some minor fixes for compatibility with older python versions
  • Catch top level URLError being used by urllib for timeouts(!).
  • Tests now also ran against pypy