Skip to content

Commit 60ebd4b

Browse files
committed
getting closer on the revisions doc
1 parent eea3389 commit 60ebd4b

File tree

1 file changed

+14
-19
lines changed

1 file changed

+14
-19
lines changed

build/shared/revisions.md

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Fixing more regressions and other steps backward found since the 4.0 release.
1313

1414
* `fullScreen()` with `pixelDensity(2)` was broken with the default renderer. On startup, the sketch would report `Display -1 does not exist, returning 1 for displayDensity(-1)`. [#487](https://github.com/processing/processing4/issues/487)
1515

16+
* JSSC update for M1/M2 from @sampottinger [#525](https://github.com/processing/processing4/issues/525), [#577](https://github.com/processing/processing4/pull/577)
17+
1618

1719
## the li'l ones
1820

@@ -21,8 +23,20 @@ Fixing more regressions and other steps backward found since the 4.0 release.
2123

2224
## need some help here
2325

26+
Contributions from the community!
27+
2428
* Loading SVG file was giving `Illegal base64 character 20 encoding error`. Fixed thanks to @jaegonlee and @vepo. [#592](https://github.com/processing/processing4/issues/592), [#599](https://github.com/processing/processing4/pull/599)
2529

30+
* Updated Catalan translation thanks to @trikaphundo. [#550](https://github.com/processing/processing4/issues/550), [#554](https://github.com/processing/processing4/pull/554)
31+
32+
* Updates to the Spanish translation, also from @trikaphundo! [#552](https://github.com/processing/processing4/issues/552), [#574](https://github.com/processing/processing4/pull/574)
33+
34+
* A couple fixes for the Ukranian language strings from @rzats. [#585](https://github.com/processing/processing4/pull/585)
35+
36+
* @LesleyWagner fixed the vertical placement of top elements in the Manager window. [#520](https://github.com/processing/processing4/issues/520), [#539](https://github.com/processing/processing4/pull/539)
37+
38+
* Preprocessor fix from @sampottinger for function/variable "does not exist" errors reported when defining a class without `setup()` or `draw()`. [#579](https://github.com/processing/processing4/issues/579), [#597](https://github.com/processing/processing4/pull/597)
39+
2640

2741
## steps forward
2842

@@ -42,25 +56,6 @@ Fixing more regressions and other steps backward found since the 4.0 release.
4256
* Brought back `getCodeIndex()` for GUI Builder Tool… then removed it again. [#545](https://github.com/processing/processing4/issues/545), [#596](https://github.com/processing/processing4/issues/596)
4357

4458

45-
contribs
46-
X Catalan translation for Processing 4.0.1
47-
X https://github.com/processing/processing4/issues/550
48-
X https://github.com/processing/processing4/pull/554
49-
X Update to Ukranian language strings
50-
X https://github.com/processing/processing4/pull/585
51-
X Fix errors in the Spanish translation
52-
X https://github.com/processing/processing4/issues/552
53-
X https://github.com/processing/processing4/pull/574
54-
X JSSC update for M1/M2
55-
X https://github.com/processing/processing4/pull/577
56-
X https://github.com/processing/processing4/issues/525
57-
X Fix vertical placement of top elements in the Manager window
58-
X https://github.com/processing/processing4/issues/520
59-
X https://github.com/processing/processing4/pull/539
60-
X function/variable "does not exist" errors reported when defining a class without setup/draw
61-
X https://github.com/processing/processing4/issues/579
62-
X https://github.com/processing/processing4/pull/597
63-
6459
docs
6560
X added a "Translations" page to the wiki
6661
X https://github.com/processing/processing4/wiki/Translations

0 commit comments

Comments
 (0)