|
| 1 | +# Processing 4.3 |
| 2 | + |
| 3 | +*Revision 1293 – 26 July 2023* |
| 4 | + |
| 5 | +This release incorporates several contributed fixes (see below) and a few additional bug fixes and changes. The icons have ben updated a bit so that Processing is less likely to be confused with Visual Studio Code when seen in the dock or task bar, and the splash screen colors and layout have design tweaks as well. |
| 6 | + |
| 7 | +* Update documentation and process for updating language files for localization [722](https://github.com/processing/processing4/issues/722) |
| 8 | + |
| 9 | +* Inherit dark mode from system settings on macOS [699](https://github.com/processing/processing4/issues/699) |
| 10 | + |
| 11 | +* Use calculated text height instead of OS ascent for better vertical centering. *Note: this may cause some sketches to look slightly different if textAlign(..., CENTER) is being used.* [739](https://github.com/processing/processing4/issues/739) |
| 12 | + |
| 13 | +* Bumped Java to 17.0.8+7. |
| 14 | + |
| 15 | +* Fix `NullPointerException` when `background()` exceeds color range when writing PDF [740](https://github.com/processing/processing4/issues/740) |
| 16 | + |
| 17 | + |
| 18 | +## Contributions |
| 19 | + |
| 20 | +* Updated icons and splash screen colors from @fathompaul. |
| 21 | + |
| 22 | +* Syntax error highlighting placement / width incorrect from @sampottinger [714](https://github.com/processing/processing4/issues/714), [715](https://github.com/processing/processing4/pull/715) |
| 23 | + |
| 24 | +* Better comment/uncomment key shortcut for French systems from @ThinkDumbIndustries [625](https://github.com/processing/processing4/issues/625), [660](https://github.com/processing/processing4/pull/660) |
| 25 | + |
| 26 | +* Fix tweak mode issue with hex codes including transparency from @sampottinger [720](https://github.com/processing/processing4/issues/720), [721](https://github.com/processing/processing4/pull/721) |
| 27 | + |
| 28 | +* LSP feature/declaration support from @Efratror [676](https://github.com/processing/processing4/issues/676), [678](https://github.com/processing/processing4/pull/678) |
| 29 | + |
| 30 | +* Also reference support for Language Server Protocol from @Efratror [684](https://github.com/processing/processing4/issues/684), [690](https://github.com/processing/processing4/pull/690) |
| 31 | + |
| 32 | +* Updates to the Spanish and Catalan translations from @trikaphundo [744](https://github.com/processing/processing4/issues/744), [746](https://github.com/processing/processing4/pull/746), [743](https://github.com/processing/processing4/issues/743), [745](https://github.com/processing/processing4/pull/745) |
| 33 | + |
| 34 | +* Debugger was listing immediate array dimension last, fix from @WillRabois04 [606](https://github.com/processing/processing4/issues/606), [729](https://github.com/processing/processing4/pull/729) |
| 35 | + |
| 36 | + |
1 | 37 | # Processing 4.2
|
2 | 38 |
|
3 | 39 | *Revision 1292 – 20 February 2023*
|
|
0 commit comments