Tennix 1.3.4
[tennix.git] / CHANGELOG.md
blob0bab143c4906e516461e4a8499fc6fc9a104c7f3
1 # ChangeLog
3 All notable changes to this project will be documented in this file.
5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
7 ## 1.3.4 (2023-07-07)
9 ### Fixed
11 - `configure`: Search for dependencies in `--prefix` (`<prefix>/lib` and `<prefix>/include`)
13 ## 1.3.3 (2023-06-29)
15 ### Fixed
17 - `configure`: Fix detection of working compiler and library/header search
18 - `configure`: Fix `SDL2_rotozoom.h` header name
20 ## 1.3.2 (2023-06-28)
22 ### Changed
24 - Port from SDL 1.2 to SDL 2, including all libraries (image, mixer, ttf, net)
25 - Fullscreen toggle is now <kbd>V</kbd> instead of <kbd>F</kbd>
26 - Python 3.8 is now required/recommended (bumped from version 3.3)
28 ### Removed
30 - `SDL_rotozoom.c` / `SDL_rotozoom.h` (replaced with `SDL2_gfx` dependency)