Changeset 37

Show
Ignore:
Timestamp:
05/31/08 18:42:38 (6 months ago)
Author:
bi..@lilyapp.org
Message:

update the changelog

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lily/docs/CHANGELOG

    r10 r37  
    33----------------- 
    44 
    5 LILY-0.1-PUBLIC-BETA-2 (April 22, 2008) 
    6  
    7 ----------------- 
     5LILY-0.1-PUBLIC-BETA-2 (May 31, 2008) 
     6 
     7----------------- 
     8 
     9* Fix a bug where externals would lose user applied properties when they were replaced (i.e. when args were edited) 
     10 
     11* Fix bugs affecting using the svg api via messages sent to the inlet 
     12 
     13* Apply patch from adailey to fix a bug on Windows where Lily would hang on startup after installation. 
     14 
     15* Enhance Number object so that it handles typed in numbers. 
     16 
     17* Add support for floats to the number object. Precision can be set using the inspector. 
     18 
     19* Fix a bug where an error would occasionally be thrown when opening and closing a patch very quickly. 
     20 
     21* Fix shortcut to clear debug window- now uses ctrl/cmd x to clear. 
     22 
     23* Fix a bug where patches would grow in size by 5px after being opened. 
     24 
     25* Fix a token conflict in subpatch- subpatch now uses # instead of $ to refer to arguments 
     26 
     27* Update the link for "report a bug" menu item. 
     28 
     29* Add methods to the string extern to unescape/escape special characters 
     30 
     31* Added a way to reload user defined externals without restarting FF 
     32 
     33* Fixes for processingjs and examples 
     34 
     35* Add abort connection shortcut to help screen 
     36 
     37* Update version for FF3 RC1 
     38 
     39* Fix a bug where connections connected to hidden externs would fly off screen on patch lock. 
     40 
     41* Adding a canvas-based processing extern using John Resig's processing js 
     42 
     43* Moving content under a chrome directory because of changes in xulrunner & because its the right thing to do... 
     44 
     45* Fix exporter- broken when i added the platform stuff to the prefs 
     46 
     47* Change the help menu name to "support" 
    848 
    949* fix bug where autocomplete list was a pixel smaller on linux & windows