From 813978d9eff1d6975d76de9d0229441e4731d65b Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Mon, 29 May 2023 12:31:43 -0700 Subject: [PATCH] Template export is wrapped up Tux Paint Config. has an option to disable/enable. Closing https://sourceforge.net/p/tuxpaint/feature-requests/236/ --- docs/CHANGES.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index b7dafa7a8..8b99fbd1e 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -37,7 +37,7 @@ https://tuxpaint.org/ * Other Improvements: ------------------- - * WIP - Saved pictures can, from the Open dialog, be copied into + * Saved pictures can, from the Open dialog, be copied into the user's templates directory, and used as backgrounds for other drawings by selecting it from the New dialog. + If the original image has already been exported as a template, @@ -48,9 +48,6 @@ https://tuxpaint.org/ - identical image data (CRC checksum) Closes https://sourceforge.net/p/tuxpaint/feature-requests/236/ Bill Kendrick - + TODO - Need to allow the ability to turn this feature off. - - tuxpaint-docs,tuxpaint: Document in OPTIONS docs - - tuxpaint-config: Add support to Tux Paint Config. * Bug Fixes: ----------