writing release notes

This commit is contained in:
Ben Fry
2023-02-09 21:35:06 -05:00
parent be17e94f8c
commit 5a62485b36
3 changed files with 44 additions and 2 deletions
+41
View File
@@ -1,3 +1,44 @@
# Processing 4.1.3
*Revision 1291 9 February 2023*
Rollup of bug fixes from the past few weeks. Mostly in the Contributions Manager, several others too.
## bug fixin'
* 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)
* Preferences were not saved when closing Processing under certain circumstances. [#608](https://github.com/processing/processing4/issues/608)
## community contributin'
* Fix typos in French translation. [#661](https://github.com/processing/processing4/pull/661)
* Improved documentation for `lerpColor()` function. [#655](https://github.com/processing/processing4/pull/655)
## house cleanin'
* Warn users about multiple libraries with the same name.
* 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.
* Many more updates to the contribs wiki
## internal changin'
* Update to JDK 17.0.6+10 from [Adoptium](https://adoptium.net/)
* Set all `build.xml` files to use Java 17. Also fix several that still had tabs instead of spaces.
* Add `exports` to the library parameters.
* Fix inversion of `handleSaveAs()` (regression from [earlier](https://github.com/processing/processing4/commit/aef561a8eb8fa894c5a22c611279a5092e2dbb28))
# Processing 4.1.2
*Revision 1290 16 January 2023*
+2 -1
View File
@@ -1,4 +1,5 @@
1291 (4.1.3 or 4.2)
1291 (4.1.3)
X no changes to core for this release
_ args passed to main() aren't working
+1 -1
View File
@@ -1,4 +1,4 @@
1291 (4.1.3 or 4.2)
1291 (4.1.3)
X preferences.txt is not saved when closing Processing under certain circumstances
X https://github.com/processing/processing4/issues/608
X set all build.xml files to use Java 17