You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-2Lines changed: 17 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This repository contains the source code for the <a href="https://processing.org
5
5
If you're interested in using Processing, get started at the <ahref="https://processing.org/download">download</a> page, or read more about the project at the <ahref="https://processing.org/">home</a> page. There are also several <ahref="https://processing.org/tutorials">tutorials</a> to complement the hundreds of examples that are included with the software itself.
6
6
7
7
8
-
## Processing 4.0
8
+
## Processing 4.0
9
9
10
10
Processing 4 makes important updates to the code to prepare the platform for its future. Most significantly, this includes the move to Java 17 and support for new Java language features. The changes should be transparent to most users, but because of the massive shift behind the scenes, this is 4.0.
11
11
@@ -25,7 +25,22 @@ This software is currently in beta. We don't have a schedule for the final 4.0 r
25
25
26
26
As with all releases, we'll do [everything possible](https://twitter.com/ben_fry/status/1426282574683516928) to avoid breaking API. However, there will still be tweaks that have to be made. We'll try to keep them minor. Our goal is stability, and keeping everyone's code running.
27
27
28
-
The full list of changes can be seen in [the release notes for each version](https://github.com/processing/processing4/blob/master/build/shared/changes.md), this is only a list of things that may break existing projects (whether sketches, Libraries, Modes, etc.)
28
+
The full list of changes can be seen in [the release notes for each version](https://github.com/processing/processing4/blob/master/build/shared/changes.md). The list below only covers internal changes that may have an impact on Libraries, Modes, or Tools.
29
+
30
+
31
+
### Beta 8
32
+
33
+
* Renamed the Add Mode, Add Library, and Add Tool menu items to Manage Mmodes, Manage Libraries, and Manage Tools. This will require translation updates for the new text:
0 commit comments