Doc'ing Pere's bugfix w/ SVG & PNG Starters
Mentioning Pere's bugfix for starters/templates PNG vs SVG confusion, in changelog.
This commit is contained in:
parent
ca0420df40
commit
8667c29650
1 changed files with 27 additions and 21 deletions
|
|
@ -8,7 +8,7 @@ http://www.tuxpaint.org/
|
||||||
|
|
||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
2019.Sep.21 (0.9.24)
|
2019.Sep.25 (0.9.24)
|
||||||
* New tools
|
* New tools
|
||||||
---------
|
---------
|
||||||
* Fill
|
* Fill
|
||||||
|
|
@ -23,26 +23,6 @@ $Id$
|
||||||
* Updates to build on Haiku.
|
* Updates to build on Haiku.
|
||||||
Luc 'Begasus' Schrijvers <begasus@gmail.com>
|
Luc 'Begasus' Schrijvers <begasus@gmail.com>
|
||||||
|
|
||||||
* Bug Fixes
|
|
||||||
---------
|
|
||||||
* Correct issue that prevented Tux Paint from lauching on Mac OS X 10.7.
|
|
||||||
(See https://sourceforge.net/p/tuxpaint/tuxpaint/ci/d2ef2e17d1962111d0f6f91394dce81e8706d48b/
|
|
||||||
and https://stackoverflow.com/questions/20206985/xcode-linking-against-applicationservices-framework-with-sdk-10-9-causes-10-7)
|
|
||||||
Mark K. Kim <mkkim214@gmail.com>
|
|
||||||
|
|
||||||
* Reduce launch time by calling progress bar less frequently
|
|
||||||
while loading stamps.
|
|
||||||
Mark K. Kim <mkkim214@gmail.com>
|
|
||||||
|
|
||||||
* Ability to bring up the print dialog from the macOS build was
|
|
||||||
removed in Tux Paint 0.9.23 to support the new build mechanism.
|
|
||||||
It has been re-added. To access it, option-click the print icon,
|
|
||||||
or configure Tux Paint to always bring up the dialog upon print.
|
|
||||||
Mark K. Kim <mkkim214@gmail.com>
|
|
||||||
|
|
||||||
* Made sure "New" dialog created correct thumbnail subdirectories
|
|
||||||
for personal Starters & Templates (e.g., ~/.tuxpaint/starters/thumbs/)
|
|
||||||
|
|
||||||
* Other Improvements
|
* Other Improvements
|
||||||
------------------
|
------------------
|
||||||
* Added ability to move color palette options to the end of
|
* Added ability to move color palette options to the end of
|
||||||
|
|
@ -84,6 +64,32 @@ $Id$
|
||||||
the new "SIGUSR1" & "SIGUSR2") added to a new doc file,
|
the new "SIGUSR1" & "SIGUSR2") added to a new doc file,
|
||||||
"SIGNALS.txt".
|
"SIGNALS.txt".
|
||||||
|
|
||||||
|
* Bug Fixes
|
||||||
|
---------
|
||||||
|
* Correct issue that prevented Tux Paint from lauching on Mac OS X 10.7.
|
||||||
|
(See https://sourceforge.net/p/tuxpaint/tuxpaint/ci/d2ef2e17d1962111d0f6f91394dce81e8706d48b/
|
||||||
|
and https://stackoverflow.com/questions/20206985/xcode-linking-against-applicationservices-framework-with-sdk-10-9-causes-10-7)
|
||||||
|
Mark K. Kim <mkkim214@gmail.com>
|
||||||
|
|
||||||
|
* Reduce launch time by calling progress bar less frequently
|
||||||
|
while loading stamps.
|
||||||
|
Mark K. Kim <mkkim214@gmail.com>
|
||||||
|
|
||||||
|
* Ability to bring up the print dialog from the macOS build was
|
||||||
|
removed in Tux Paint 0.9.23 to support the new build mechanism.
|
||||||
|
It has been re-added. To access it, option-click the print icon,
|
||||||
|
or configure Tux Paint to always bring up the dialog upon print.
|
||||||
|
Mark K. Kim <mkkim214@gmail.com>
|
||||||
|
|
||||||
|
* Made sure "New" dialog created correct thumbnail subdirectories
|
||||||
|
for personal Starters & Templates (e.g., ~/.tuxpaint/starters/thumbs/)
|
||||||
|
|
||||||
|
* Ensure that similarly-named (but not identically-named) PNG & SVG
|
||||||
|
Starters & Templates don't get confused with each other
|
||||||
|
(e.g., "frame_heart.png" being ignored, because we find
|
||||||
|
"frame_hearts.svg")
|
||||||
|
Pere Pujal i Carabantes <perepujal@gmail.com>
|
||||||
|
|
||||||
* Misc
|
* Misc
|
||||||
----
|
----
|
||||||
* Verbose debugging, and "DEBUG_PRINTF()" macro now available;
|
* Verbose debugging, and "DEBUG_PRINTF()" macro now available;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue