You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build/shared/revisions.md
+14-19Lines changed: 14 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ Fixing more regressions and other steps backward found since the 4.0 release.
13
13
14
14
*`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)
15
15
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
+
16
18
17
19
## the li'l ones
18
20
@@ -21,8 +23,20 @@ Fixing more regressions and other steps backward found since the 4.0 release.
21
23
22
24
## need some help here
23
25
26
+
Contributions from the community!
27
+
24
28
* 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)
25
29
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
+
26
40
27
41
## steps forward
28
42
@@ -42,25 +56,6 @@ Fixing more regressions and other steps backward found since the 4.0 release.
42
56
* 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)
43
57
44
58
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
-
64
59
docs
65
60
X added a "Translations" page to the wiki
66
61
X https://github.com/processing/processing4/wiki/Translations
0 commit comments