Tennix 1.3.3
[tennix.git] / CHANGELOG.md
blob6d0c4572b9198bfa15f5b9ae33df0d5c1fab2969
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.3 (2023-06-29)
9 ### Fixed
11 - `configure`: Fix detection of working compiler and library/header search
12 - `configure`: Fix `SDL2_rotozoom.h` header name
14 ## 1.3.2 (2023-06-28)
16 ### Changed
18 - Port from SDL 1.2 to SDL 2, including all libraries (image, mixer, ttf, net)
19 - Fullscreen toggle is now <kbd>V</kbd> instead of <kbd>F</kbd>
20 - Python 3.8 is now required/recommended (bumped from version 3.3)
22 ### Removed
24 - `SDL_rotozoom.c` / `SDL_rotozoom.h` (replaced with `SDL2_gfx` dependency)