Regen README docs after formatting updates

This commit is contained in:
Bill Kendrick 2022-02-24 17:34:35 -08:00
parent 6e98230a33
commit 8f9b6f52a9
11 changed files with 10320 additions and 10260 deletions

View file

@ -7,7 +7,7 @@ Various contributors (see below, and AUTHORS.txt)
http://www.tuxpaint.org/
2022.February.23 (0.9.28)
2022.February.24 (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.
@ -139,6 +142,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>
@ -186,8 +190,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>
@ -217,10 +221,15 @@ http://www.tuxpaint.org/
* Documentation updates:
---------------------
* Added some styling, call-outs for notes, and improved printing
output in 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)