From da5cb8247324ac10c6b1a2f952ee44d37d98c9e3 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Sun, 6 Nov 2016 14:01:53 -0500 Subject: [PATCH] add note about the manager code --- todo.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/todo.txt b/todo.txt index 7854022cf..1d11e2034 100755 --- a/todo.txt +++ b/todo.txt @@ -15,6 +15,7 @@ X https://github.com/processing/processing/pull/4712 o replace appbundler with the Java 8 packager o appbundler is no longer being developed by Oracle, switch to "packager" X https://github.com/processing/processing/issues/3071 +X major clean-ups to the Contribution Manager code contribs X Up-to-date status disappears after filter is removed @@ -25,6 +26,7 @@ X https://github.com/processing/processing/issues/4704 X Fixes the removal of redundant contribution and update related issues X https://github.com/processing/processing/pull/4086 + _ fix appbundler problems due to rollback _ https://github.com/processing/processing/issues/3790 _ the rollback re-introduces two bugs (serial export and scrolling) @@ -34,7 +36,6 @@ _ https://github.com/processing/processing/commits/master/build/macosx/appbund _ https://github.com/processing/processing/commit/fa27b983e76fdbc5c4c1451a1f0d854c652b1639 _ https://bitbucket.org/infinitekind/appbundler - _ 'version' should be x.y or x.y.z, not some extra long string _ enforce this by disallowing spaces? on the import script?