X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2FNEWS;h=9b4a329496beb2e1849f3ee7ef3607d9016a7e01;hb=7a031b87fd179615caacc5ad4f30eec950efcd66;hp=3c96633ba5f608f016a807207ad92cf783c3e809;hpb=436b55fdf9a69e55f4d83dcde784bb1f03ab8da8;p=synfig.git diff --git a/synfig-core/NEWS b/synfig-core/NEWS index 3c96633..9b4a329 100644 --- a/synfig-core/NEWS +++ b/synfig-core/NEWS @@ -2,32 +2,73 @@ More detailed notes are available on the releases page: -http://synfig.org/Releases - - 0.62.0 (git master branch) - October 3, 2009 - Bug fixes, features. +http://synfig.org/en/news/releases + + 0.62.02 (git tag: "synfig-0.62.02") - November 13, 2010- Bug fixes, features + + * Fix load and save palette feature. + * Code documentation. Not full yet. + * Adapt api.sh script to run as a cron job at tuxfamily servers. + Now API is updated at http://download.tuxfamily.org/synfig/api/index.html + * Rename secondary layer's Z column to "Icon" and make it not reorderable. + Make "Name" column resizable. + * Britain English translation. Robert Readman. + * Fix Bug #3029832 Time Offset parameter fails for multiple times imported files + * Simplified Chinese translation. Yu Chen + * New "By Layer Default" blend method. + Now some layers define its own blend method instead of Composite or + the selected by user. For example Shade->Behind + * Fix bug #2958077. Incorrect fps in ListImporter + * New Stroboscope Layer. Ray Fredesikson + * Added "Static" option for individual parameters. + If "Static" is on, then in animation mode it is no created any waypoint + when modified. Only valid for layer parameters and constant value nodes. + * Fix bug #3060560. Link two tangents and one is animated, the animated is not used. + * Smart linking bline tangents implementation. Now all tangents are yellow ducks. + * Move reverse manipulation code to Value Desc. + This allows recursive reverse manipulation for valuenodes which has + inverse manipulation implemented. + * Assume frames when no unit is provided in a time field. Apply feature request #2879693 + * Spanish translation update. + * New Simplified Chinese translation. Yu Chen + + 0.62.01 (git tag: "synfig-0.62.01") - May 31, 2010 - Bug fixes, features. + + * Enable reverse manipulation to range value nodes. Fix bug in value node range. + * Resolve issues with libtool 1.5.26 and 2.2.4. + * Improve SVG import support. Better support for gradients and some bug fixes. + * Add code to make possible pass parameters to the renderers. Implementation for ffmpeg. + * New Italian and German translations. + * Automatic build script for linux system. Please report success of usage. + * New parameters for Motion Blur layer. Now allows linear and constant interpolation too. + * Updated Russian, French and Spanish translation + + + + 0.62.00 (git tag: "synfig-0.62.00") - October 12, 2009 - Bug fixes, features. * Migration to git repository. * Bugs fixed: #2195749, #1968248, #2250533, #2116947, launchpad.net/ubuntu/#195447 * Bugs fixed: #1993098, #1730067, #2353248, #2037732, #2412072, #2458112 * Bugs fixed: #2502818. - * Improved messages for failed open filed commands. - * Fix crash when unsetting import layer filename after using PNG or JPEG importers - * Improve the rendering of curve gradient layers near vertices with 0-length tangents. - * Fix previous bug that produced bad render to the star layer. - * Enable use of ffmpeg importer. + * Improved messages for failed open file commands. + * Fixed crash when unsetting import layer filename after using PNG or JPEG importers. + * Improved the rendering of curve gradient layers near vertices with 0-length tangents. + * Fixed previous bug that produced bad render to the star layer. + * Enabled use of ffmpeg importer. * Set four modules as essential: gradient, geometry, particle, freetype. - * Improve message when initialize synfig fails. + * Improved message when initialize synfig fails. * New environment variables for options. - * Add support for alpha in paletted PNG files. + * Added support for alpha in paletted PNG files. * New option: Scale New imported Images to Fit Canvas. - * Better errros when open a file that doesn't exists. - * Enable Example module: Metaballs, Simple Circle, Filled Rectangle. - * New Value Nodes: Greyed, Power, And, Not, Compare, - * Add 'Loop' parameter to the Random Value Node. + * Better errors when attempting to open a file that doesn't exist. + * Enabled Example module: Metaballs, Simple Circle, Filled Rectangle. + * New Value Nodes: Greyed, Power, And, Not, Compare. + * Added 'Loop' parameter to the Random Value Node. * Reverse manipulation for Scale Value Nodes. - * Remove ancient trunk folder from svn repository. - * New Import SVG files module. - * Disable corp imported images by default. + * Removed ancient trunk folder from svn repository. + * New Import SVG files module. Basic SVG import, see release notes. + * Disabled crop imported images by default. * Updated translations. * First time Russian translation. * Several compiler warnings fixed.