- Now bundles SDL 2.0.10 for MacOS and SDL 2.0.14 for Windows.
Fixed
- MacOS wheels were failing to bundle dependencies for SDL2.
11.19.1
Fixed
- MacOS wheels failed to deploy for the previous version.
11.19.0
Added
- Added the important `order` parameter to `Context.new_console`.
11.18.3
Changed
- Now bundles SDL 2.0.14 for Windows/MacOS.
Deprecated
- Support for Python 3.5 will be dropped. - `tcod.console_load_xp` has been deprecated, `tcod.console_from_xp` can load these files without modifying an existing console.
Fixed
- `tcod.console_from_xp` now has better error handling (instead of crashing.) - Can now compile with SDL 2.0.14 headers.
11.18.2
Fixed
- Fixed missing `tcod.FOV_SYMMETRIC_SHADOWCAST` constant. - Fixed regression in `tcod.sys_get_current_resolution` behavior. This function now returns the monitor resolution as was previously expected.