commit 602e4a6236b10833d0be23e59a4c5eaa09ae36ee parent c6b20431009109a0049c28565583f93519a10fb2 Author: Frederic Cambus <fred@statdns.com> Date: Sun, 21 Jun 2020 09:23:38 +0200 Update ChangeLog. Diffstat:
M | ChangeLog | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,15 @@ +libansilove 1.2.4 (2020-06-21) + +- Use size_t in for loops setting color palettes +- Remove unneeded gdImageFill() call when using Workbench mode +- Define _GNU_SOURCE in CMakeLists.txt to avoid cluttering source files +- Use size_t type for variables used to loop over arrays +- Separate RGB values for palettes, makes color allocation code more + readable and efficient +- Move ADF color mapping array to config.h + + + libansilove 1.2.3 (2020-05-25) - Call memset() to set all fontData struct fields to zero in all loaders