From 09f33f70354156d3537210a5ce7e4c419b708957 Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Wed, 19 Jan 2022 00:07:03 -0800 Subject: [PATCH] Logging forthcoming brush spacing feature / defaults (Marked as WIP, because nothing has been done to support it yet!) Adding one new brush spacing. --- data/brushes/star.dat | 1 + docs/CHANGES.txt | 17 +++++++++++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 data/brushes/star.dat diff --git a/data/brushes/star.dat b/data/brushes/star.dat new file mode 100644 index 000000000..582a2f6fb --- /dev/null +++ b/data/brushes/star.dat @@ -0,0 +1 @@ +spacing=45 diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 639b5c691..4b170ff3e 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -8,8 +8,21 @@ http://www.tuxpaint.org/ 2022.January.18 (0.9.28) - * Other Improvements: - ------------------- + * Improvements to "Paint" and "Lines" tools: + ------------------------------------------ + * WIP: Brush spacing may now be altered within Tux Paint. + + Note: A "nobrushspacing" simplifcation option is provided to + disable this feature; Tux Paint will continue using the brushes' + default spacings. + + * WIP: Many brushes have been given more reasonable default spacing + settings (e.g., star brush's new default spacing causes + individual stars to appear, rather than a 'smear'). + Closes https://sourceforge.net/p/tuxpaint/bugs/243/ + (h/t Areti Tsolakidou for the suggestion) + + * Improvements to "Eraser" tool: + ------------------------------ * Outline for circle-shaped erasers is now also circular. Closes https://sourceforge.net/p/tuxpaint/bugs/244/ (h/t Areti Tsolakidou for the suggestion)