File libansilove.changes of Package libansilove
-------------------------------------------------------------------
Thu Apr 30 12:05:53 UTC 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 15:49:21 UTC 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 19:29:37 UTC 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 20:19:12 UTC 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 10:07:04 UTC 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 19:17:03 UTC 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 19:13:14 UTC 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 19:16:47 UTC 2019 - Martin Hauke <mardnh@gmx.de>
- Initial package, version 1.1.5