Added
- Cmake scripts now have the `LIBTCOD_INSTALL` option to disable installation.
[153](https://github.com/libtcod/libtcod/issues/153)
- Added `TCOD_renderer_init_sdl3` which takes `SDL_PropertiesID` parameters.
Changed
- Switched from SDL2 to SDL3.
- Several functions have been moved inline, this will break the ABI.
- Provisional gui tools moved into the `tcod::gui` namespace.
- `TCODConsole::data` changed from protected to private.
- Renamed utility macros such as `MAX`, `MIN`, `ABS`, `CLAMP` and `LERP` to use `TCOD_` prefix.
- `TCOD_renderer_init_sdl2` `renderer_flags` parameter changed to just `vsync`.
- Libtcod library versions are no longer ABI compatible. Versions indicate API compatibility instead.
Deprecated
- `TCOD_ContextParams.tcod_version` is deprecated and should no longer be set.
Fixed
- `const` was missing from `TCOD_sys_update_char` image parameter.
- Prevent key modifiers from getting stuck when the root console is reinitialized.
- Fixed crash on `TCODPath` and `TCODDijkstra` move operations.
[159](https://github.com/libtcod/libtcod/issues/159)
Removed
- Removed long deprecated `libtcodpy` Python package.