* Thu Apr 30 2020 Martin Hauke <mardnh@gmx.de>
- Update to version 1.2.2
* Refactor the output function, to allow combining DOS aspect
ratio and Retina
* Remove the im_ prefix for all gdImagePtr variables
* Various README changes and improvements
* Tue Mar 17 2020 Martin Hauke <mardnh@gmx.de>
- Update to version 1.2.1
* Call memset() to set all fontData struct fields to zero
* Use the ternary operator to simplify character attributes
assignments
* Mon Feb 17 2020 Martin Hauke <mardnh@gmx.de>
- Update to version 1.2.0
* Correct section number in manual page.
* Add initial manual pages for all library functions and file
formats renders
* Stop calculating columnMax in the PCBoard loader, it's unused
* Add support for user-specified columns in the PCBoard loader
* Mon Jan 20 2020 Martin Hauke <mardnh@gmx.de>
- Update to version 1.1.9
* Remove unneeded gdImageColorAllocate calls in the ADF and IDF
loaders
* Reset background24 to 0 when encountering blink attribute in
an SGR sequence, fixing the remaining rendering bugs for 24-bit
ANSI artworks
* Sun Jan 19 2020 Martin Hauke <mardnh@gmx.de>
- Update to version 1.1.8
* Properly reset pcboard buffer when CLS is encountered
* Use memcmp() instead of testing each character one by one in
the PCB loader
* Do not use background and foreground variables to handle 24-bit
ANSI colors
* Various improvements in the IDF loader
* Thu Dec 19 2019 Martin Hauke <mardnh@gmx.de>
- Update to version 1.1.7
* Rename the alSelectFont() function to select_font()
* Only export symbols which are part of the public API
* Mon Nov 18 2019 Martin Hauke <mardnh@gmx.de>
- Update to version 1.1.6
* Use CMAKE_INSTALL_{LIB,INCLUDE}DIR instead of hardcoding
directories.
* Introduce a XBIN_PALETTE_LENGTH macro
* Use XBIN_HEADER_LENGTH and XBIN_PALETTE_LENGTH macros instead
of magic numbers
* Add another format validation check (palette size) in the
XBin loader
- Drop patch (fixed by upstream):
* libansilove-libsuffix.patch
* Fri Oct 25 2019 Martin Hauke <mardnh@gmx.de>
- Initial package, version 1.1.5