|
| 1 | +1291 (4.1.3) |
| 2 | +X preferences.txt is not saved when closing Processing under certain circumstances |
| 3 | +X https://github.com/processing/processing4/issues/608 |
| 4 | +X set all build.xml files to use Java 17 |
| 5 | +X also fix several that still had tabs instead of spaces |
| 6 | +X update to JDK 17.0.6+10 from https://adoptium.net/ |
| 7 | +X fix inversion of handleSaveAs() introduced in: |
| 8 | +X https://github.com/processing/processing4/commit/aef561a8eb8fa894c5a22c611279a5092e2dbb28 |
| 9 | +X remove temporary 'restart' menu before release |
| 10 | + |
| 11 | +manager |
| 12 | +X add 'exports' to the library parameters |
| 13 | +/ remove 'imports' from Modes, since they're not used |
| 14 | +/ need to document on the wiki |
| 15 | +X oops those are in fact used |
| 16 | +X many more updates to the contribs wiki |
| 17 | +X more contribs manager concurrency problems |
| 18 | +X https://github.com/processing/processing4/issues/640 |
| 19 | +X warn users about multiple libraries with the same name |
| 20 | +X remove unused confirmReplace variable from install() functions for contribs |
| 21 | + |
| 22 | +design |
| 23 | +X tool tips for errors/warnings not picking up correct colors |
| 24 | +X also fix the margins and border |
| 25 | + |
| 26 | +contribs |
| 27 | +X Fix typos in French translation |
| 28 | +X https://github.com/processing/processing4/pull/661 |
| 29 | +X Improved documentation for lerpColor() function |
| 30 | +X https://github.com/processing/processing4/pull/655 |
| 31 | + |
| 32 | + |
1 | 33 | 1290 (4.1.2) |
2 | 34 | X Help Menu disabled on OS X (looks like a JVM bug) |
3 | 35 | X https://github.com/processing/processing/issues/4353#issuecomment-237715947 |
|
0 commit comments