@@ -6,6 +6,11 @@ X just need to do 'ant clean-jogl' inside core
6
6
X update wiki with recent changes (i.e. separating sketch folder)
7
7
X https://github.com/processing/processing4/wiki/Processing-4
8
8
X check Windows for any visual artifacts with FlatLaf
9
+ X code completion seems to have broken between beta 4 and beta 5
10
+ X https://github.com/processing/processing4/issues/491
11
+ X git bisect good ccc62c6 / git bisect bad f583eef
12
+ X https://github.com/processing/processing4/commit/0f9b290398aac86ef56fe3c4e9c3ff88fdd53466
13
+ X introduces https://github.com/processing/processing4/issues/519
9
14
10
15
export application
11
16
X fix Export to Application on macOS with Apple Silicon
@@ -220,6 +225,11 @@ o launch4j may be all set, but double-check
220
225
X um, no--we should use the embedded version, b/c who knows what happens
221
226
222
227
228
+ known issues
229
+ _ mixed mode warning now broken
230
+ _ https://github.com/processing/processing4/issues/519
231
+
232
+
223
233
fixes/changes before beta 9
224
234
_ dialog formatting fixes
225
235
_ move all (formerly Lucida) dialog formatting into Messages
@@ -238,10 +248,6 @@ _ visual fixes for tab sizes, etc (with Paul)
238
248
_ weirdness with gaps in tabs (editor too big, manager too small)
239
249
_ contrib mgr: filter/dropdown vertical centering is too high
240
250
_ fake bold being used for tab name? (Windows only?)
241
- _ code completion seems to have broken between beta 4 and beta 5
242
- _ https://github.com/processing/processing4/issues/491
243
- _ git bisect good ccc62c6 / git bisect bad f583eef
244
- _ https://github.com/processing/processing4/commit/0f9b290398aac86ef56fe3c4e9c3ff88fdd53466
245
251
246
252
247
253
during release of beta 9
0 commit comments