Sync docs after 0.9.36 version bump

This commit is contained in:
Bill Kendrick 2025-06-03 22:24:33 -07:00
parent 6c5258fc7f
commit 742ab6ddaa
2365 changed files with 2574 additions and 2828 deletions

View file

@ -1,5 +1,5 @@
Tux Paint
version 0.9.35
version 0.9.36
### Magic Tool Plugin API Documentation ###
@ -611,7 +611,7 @@ Plugin Functions," above.)
→ char * tp_version ←
A string containing the version of Tux Paint that's running (e.g.,
"0.9.35").
"0.9.36").
→ int canvas_w
int canvas_h ←
@ -831,7 +831,7 @@ Plugin Functions," above.)
compatible.
Note: This version number does not correspond to Tux Paint's own
release number (e.g., "0.9.35"). The API will not change every time a
release number (e.g., "0.9.36"). The API will not change every time a
new version of Tux Paint is released, which means plugins compiled for
earlier versions of Tux Paint will often run under newer versions.