Skip to content

Commit 5a62485

Browse files
committed
writing release notes
1 parent be17e94 commit 5a62485

File tree

3 files changed

+44
-2
lines changed

3 files changed

+44
-2
lines changed

build/shared/revisions.md

+41
Original file line numberDiff line numberDiff 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))
40+
41+
142
# Processing 4.1.2
243

344
*Revision 1290 – 16 January 2023*

core/todo.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
1291 (4.1.3 or 4.2)
1+
1291 (4.1.3)
2+
X no changes to core for this release
23

34

45
_ args passed to main() aren't working

todo.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1291 (4.1.3 or 4.2)
1+
1291 (4.1.3)
22
X preferences.txt is not saved when closing Processing under certain circumstances
33
X https://github.com/processing/processing4/issues/608
44
X set all build.xml files to use Java 17

0 commit comments

Comments
 (0)