- Added the `tcod.tileset.procedural_block_elements` function.
Removed
- Python 3.6 is no longer supported.
13.0.0
Changed
- Console print and drawing functions now always use absolute coordinates for negative numbers.
12.7.3
Deprecated
- `tcod.console_is_key_pressed` was replaced with `tcod.event.get_keyboard_state`. - `tcod.console_from_file` is deprecated. - The `.asc` and `.apf` formats are no longer actively supported.
Fixed
- Fixed the parsing of SDL 2.0.16 headers.
12.7.2
Fixed
- _Scancode_ and _KeySym_ enums no longer crash when SDL returns an unexpected value.
12.7.1
Added
- Started uploading wheels for ARM64 macOS.
12.7.0
Added
- _tcod.image_ and _tcod.tileset_ now support _pathlib_.