Merge branch 'master' into sdl2.0

This commit is contained in:
Pere Pujal i Carabantes 2022-03-04 23:23:54 +01:00
commit c8963a3f1f
124 changed files with 11970 additions and 11672 deletions

View file

@ -7,7 +7,7 @@ Various contributors (see below, and AUTHORS.txt)
http://www.tuxpaint.org/
2022.February.22 (0.9.28)
2022.March.2 (0.9.28)
* Improvements to "Paint" and "Lines" tools:
------------------------------------------
* Brush spacing may now be altered within Tux Paint.
@ -38,6 +38,7 @@ http://www.tuxpaint.org/
(No longer scaling and tinting every time you click.)
Closes https://sourceforge.net/p/tuxpaint/bugs/147/
(h/t Andre Anckaert)
Bill Kendrick <bill@newbreedsoftware.com>
* Improvements to "Eraser" tool:
------------------------------
@ -79,9 +80,11 @@ http://www.tuxpaint.org/
* Bugfix: Onscreen keyboard repositions itself to the top if you
use [Enter] to move the cursor down, and it begins overlapping
the keyboard.
Bill Kendrick <bill@newbreedsoftware.com>
* Bugfix: Positioning and rendering of labels selected for editing
via [Tab] cycling & the [Enter] key now works as expected.
Bill Kendrick <bill@newbreedsoftware.com>
* More instructional text is shown (and sound effects play) when
using the Label tool.
@ -103,6 +106,10 @@ http://www.tuxpaint.org/
form a desired color. Undo/Redo is available!
Bill Kendrick <bill@newbreedsoftware.com>
* The rainbow palette color picker now acts as a true
Hue/Saturation/Value picker, with the addition of a "value" slider.
Bill Kendrick <bill@newbreedsoftware.com>
* Show a "pipette"-shaped mouse pointer when selecting a
color from the color palette, or the picture.
Bill Kendrick <bill@newbreedsoftware.com>
@ -139,6 +146,7 @@ http://www.tuxpaint.org/
* Updated the Chinese (Traditional) subset font file that ships
with Tux Paint, based on the current translation strings.
Bill Kendrick <bill@newbreedsoftware.com>
* Tux Paint for macOS can now localize the macOS menubar.
Mark Kim <markuskimius@gmail.com>
@ -194,8 +202,8 @@ http://www.tuxpaint.org/
* Standard output and standard error are now redirected to the
files in User's save directory for example:
C:\Users\<username>\AppData\Roaming\TuxPaint
"C:\Users\<username>\AppData\Roaming\TuxPaint"
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
* macOS
Mark Kim <markuskimius@gmail.com>
@ -225,10 +233,15 @@ http://www.tuxpaint.org/
* Documentation updates:
---------------------
* Added some styling, use of HTML semantic tags, call-outs for notes,
improved printed output, and other improvements to the README docs.
Bill Kendrick <bill@newbreedsoftware.com>
* macOS Apple Silicon and Universal Binary build instructions
Mark Kim <markuskimius@gmail.com>
* Compressed PNG images in documentation.
Bill Kendrick <bill@newbreedsoftware.com>
2021.November.25 (0.9.27)