- 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.
11.18.1
Fixed
- Code points from the Private Use Area will now print correctly.
11.18.0
Added
- New context method `Context.new_console`.
Changed
- Using `libtcod 1.16.0-alpha.15`.
11.17.0
Added
- New FOV implementation: `tcod.FOV_SYMMETRIC_SHADOWCAST`.
Changed
- Using `libtcod 1.16.0-alpha.14`.
11.16.1
Deprecated
- Changed context deprecations to PendingDeprecationWarning to reduce mass panic from tutorial followers.
Fixed
- Fixed garbled titles and crashing on some platforms.