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: build/shared/revisions.md
+41
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,44 @@
1
+
# Processing 4.1.3
2
+
3
+
*Revision 1291 – 9 February 2023*
4
+
5
+
Rollup of bug fixes from the past few weeks. Mostly in the Contributions Manager, several others too.
6
+
7
+
8
+
## bug fixin'
9
+
10
+
* Lots of work on the Contributions Manager to deal with concurrency issues (and myriad problems revealed in the process). [#640](https://github.com/processing/processing4/issues/640)
11
+
12
+
* Preferences were not saved when closing Processing under certain circumstances. [#608](https://github.com/processing/processing4/issues/608)
13
+
14
+
15
+
## community contributin'
16
+
17
+
* Fix typos in French translation. [#661](https://github.com/processing/processing4/pull/661)
18
+
19
+
* Improved documentation for `lerpColor()` function. [#655](https://github.com/processing/processing4/pull/655)
20
+
21
+
22
+
## house cleanin'
23
+
24
+
* Warn users about multiple libraries with the same name.
25
+
26
+
* Tool tips for errors and warnings not picking up correct colors from the theme. Also made fixes for the margins and border of the popup.
27
+
28
+
* Many more updates to the contribs wiki
29
+
30
+
31
+
## internal changin'
32
+
33
+
* Update to JDK 17.0.6+10 from [Adoptium](https://adoptium.net/)
34
+
35
+
* Set all `build.xml` files to use Java 17. Also fix several that still had tabs instead of spaces.
36
+
37
+
* Add `exports` to the library parameters.
38
+
39
+
* Fix inversion of `handleSaveAs()` (regression from [earlier](https://github.com/processing/processing4/commit/aef561a8eb8fa894c5a22c611279a5092e2dbb28))
0 commit comments