starting release notes

This commit is contained in:
Ben Fry
2015-09-22 19:59:23 -04:00
parent 70b3c09a44
commit cd3705dd4e
2 changed files with 140 additions and 3 deletions

View File

@@ -1,3 +1,140 @@
PROCESSING 3.0b7 (REV 0245) - 22 September 2015
It's 7:45pm and Jakub and Ben are holed up at Fathom's studio in Boston.
Ben is wishing he was Jakub's age, as his back, wrists, and neck all
feel like hell after several days/weeks/months of coding. A bleary-eyed
Jakub emerges from deep inside the error checker and completion code to
remove his headphones and grunt something about, "I think it's working."
[ changes and additions ]
+ Changed the Tool API to pass Base instead of Editor
https://github.com/processing/processing/wiki/Tool-Basics
[ bug fixes and improvements ]
+ Code editor wrongly detects errors for libraries in code folder
https://github.com/processing/processing/issues/3732
+ SVG not highlighting as a keyword
https://github.com/processing/processing/issues/3752
+ Implement retina (2x) versions of all Contribution Manager icons
https://github.com/processing/processing/issues/3478
+ Show hover text when the mouse is over the 'debug' button
+ Update rollover label for buttons when pressing shift or alt
+ Replace the coffee cup icon for the Welcome window
+ ctrl-space first inserts space, then deletes it, with completion
https://github.com/processing/processing/issues/3847
+ Fix the bold text in the welcome window to not use fake bold
+ UnsatisfiedLinkError on startup "Access is denied" on Windows 10
https://github.com/processing/processing/issues/3800
+ JNA errors on startup when run from an account w/ non-ASCII characters
https://github.com/processing/processing/issues/3624
[ error checking and auto-completion fixes ]
+ Make preprocessor scope-aware
https://github.com/processing/processing/issues/3799
https://github.com/processing/processing/pull/3810
+ Auto-complete broken or stuttering on OS X
https://github.com/processing/processing/issues/3812
https://github.com/processing/processing/pull/3845
+ Red error underline is sometimes at wrong location
https://github.com/processing/processing/issues/3759
https://github.com/processing/processing/pull/3848
+ Using "new color()" instead of "color()" results in "color type detected"
https://github.com/processing/processing/issues/3739
https://github.com/processing/processing/pull/3850
[ watcher bug fixes ]
+ "Your sketch has been modified externally" with encrypted OS X volumes
https://github.com/processing/processing/issues/3650
+ sketch modified externally with FAT32 volumes on OS X
https://github.com/processing/processing/issues/3387
+ Prevent re-prompting users when they say "no" to "sketch modified" message
+ Add more preferences for editor.watcher to help with debugging
+ Cleaning up the logic in the watcher
[ manager fixes ]
+ Contributions Manager UI design
https://github.com/processing/processing/issues/3482
+ CM selected tabs are too tall
https://github.com/processing/processing/issues/3598
+ CM: Clicking item in Libraries list throws exception
https://github.com/processing/processing/issues/3667
+ CM: Libraries missing descriptions and Foundation credit
https://github.com/processing/processing/issues/3688
+ Clean up the header for the scrolling lists
+ Use real version of bold font, rather than the fake version,
in several locations.
+ Remove the "v" from the version numbers in the updates tab
+ Set the frame title
+ Remove tooltip that repeats the contents of the tab labels
+ Fix spacing of buttons relative to the scroll bar
https://github.com/processing/processing/issues/3643
+ Updates tab has ugly horizontal line at top
+ Get rid of fake italic subheads on the Updates page
+ Remove extra component borders and focus quirks
+ Don't focus the window on the search box on opening
+ Prevent "updating" to a still-incompatible version of a contrib
https://github.com/processing/processing/issues/3801
https://github.com/processing/processing/pull/3805
+ Tools are getting redundantly added when installing new Tool
https://github.com/processing/processing/issues/3818
https://github.com/processing/processing/pull/3820
+ After clicking 'install' it's still possible to click it again
https://github.com/processing/processing/issues/3806
https://github.com/processing/processing/pull/3817
+ CM list should be sortable by status and author name
https://github.com/processing/processing/issues/3608
+ "Update All" button appears to do nothing in library manager
https://github.com/processing/processing/issues/3837
https://github.com/processing/processing/pull/3842
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
PROCESSING 3.0b6 (REV 0244) - 11 September 2015
And I beheld when he had released the sixth beta, and, lo, there was

View File

@@ -113,15 +113,13 @@ X https://github.com/processing/processing/issues/3608
X "update all" button appears to do nothing in library manager
X https://github.com/processing/processing/issues/3837
X https://github.com/processing/processing/pull/3842
_ contributions filter is ignored after clicking Install
_ https://github.com/processing/processing/issues/3826
jakub
X Make preprocessor scope-aware
X https://github.com/processing/processing/issues/3799
X https://github.com/processing/processing/pull/3810
X auto-complete timing issues
_ https://github.com/processing/processing/issues/3812
X https://github.com/processing/processing/issues/3812
X https://github.com/processing/processing/pull/3845
X Red error underline is sometimes at wrong location
X https://github.com/processing/processing/issues/3759
@@ -184,6 +182,8 @@ _ ugly white gap at the top of scroll bar
_ the table header doesn't extend far enough
_ scrolling "past" top/bottom causes the screen to jiggle (OS X and Trackpad)
_ looks like ContributionListing.getScrollableUnitIncrement() returns early
_ contributions filter is ignored after clicking Install
_ https://github.com/processing/processing/issues/3826
gui / post 3.0