Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 512 Bytes

CHANGELOG.md

File metadata and controls

21 lines (15 loc) · 512 Bytes

Changelog

[3.0.0] - yyyy-mm-dd

  • Renamed properly to Snakerunner
  • Removed complicated guess-homedirectory logic and replaced it with pathlib.Path.home()
  • Removed macshim.py
  • Removed coldshot support

Modifications since the Fork

  • Python3 compatibility
  • Updated to current wxpython version
  • Merged squaremap library into the project
  • Removed support for Meliae memory profiling
  • Modernized setup.py
  • Replaced SafeConfigParser with ConfigParser
  • Replaced logger.warn with logger.warning