Skip to content

Commit d44dd69

Browse files
committed
adding release notes
1 parent 13a2a2b commit d44dd69

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

changes.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Revision 1279 (for Processing 4.0 beta 4)
2+
3+
*23 January 2022*
4+
5+
The JavaFX binaries have grown very large in size so it was necessary to move JavaFX to its own library. This avoids making the Processing download excessively large, given that not everyone uses JavaFX. More discussion/explanation [here](https://github.com/processing/processing4/issues/348).
6+
7+
8+
## Changes
9+
10+
* For Processing 4.0 beta 4, now a separate library to be installed from the Contributions Manager.
11+
12+
* Now building for our six base platforms described [here](https://github.com/processing/processing4/wiki/Supported-Platforms).
13+
14+
* An internet connection is necessary for the build, because it checks the downloads. (Otherwise the build script is more complicated than necessary to see if all six files are available.)
15+
16+
17+
## Fixes
18+
19+
+ Make offscreen `PGraphicsFX2D` work, a patch from @GKFX. [#4638](https://github.com/processing/processing/issues/4638), [#4698](https://github.com/processing/processing/pull/4698)

0 commit comments

Comments
 (0)