Skip to content

Commit 924cb5e

Browse files
committed
writing release notes
1 parent 89c4560 commit 924cb5e

File tree

3 files changed

+38
-2
lines changed

3 files changed

+38
-2
lines changed

build/shared/revisions.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
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+
137
# Processing 4.2
238

339
*Revision 1292 – 20 February 2023*

core/todo.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1293 (4.2.1)
1+
1293 (4.3)
22
X `NullPointerException` when background exceeds color range when writing PDF
33
X https://github.com/processing/processing4/issues/740
44
X Use calculated text height instead of OS ascent for better vertical centering

todo.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1293 (4.2.1)
1+
1293 (4.3)
22
o ' appearing in code with Copy as HTML
33
X could not reproduce
44
/ Cannot load any user language files for i18n

0 commit comments

Comments
 (0)