1. synfigstudio releases
  2. More detailed notes are available on the news page:
  3. http://synfig.org/cms/en/news/
  4. 0.63.03 (git tag: "synfigstudio-0.63.03") - December 05, 2011 - Features, bug fixes.
  5. * Use Widget::Distance for feather spin button on Draw Tool options.
  6. * Enable tool tips for Tool Options dialogue buttons.
  7. * Make Draw Tool options greyed when not usable.
  8. * Full support to create Advanced Outlines with the Draw Tool. Stylus pressure used.
  9. * Widthpoint position duck shows a text with its value when mouse hovers.
  10. * Don't stretch button in file selection widget. Use shorter text. Patch by Konstantin Dmitriev
  11. * Fix bug https://pivotaltracker.com/story/show/18136743: BLine linked objects get wrong initial position
  12. * Use Gtk::Tooltip instead of deprecated Gtk::Tooltips. This fully fix tooltips for Layer parameter panel.
  13. * When modify a value that has a waypoint at the current time, don't modify its interpolations, only the value.
  14. * Widhtpoint position duck now allows 'Edit Waypoint' contextual menu.
  15. * Add feature to delete multiple vertices at the same time on blines and other list types.
  16. * Enum Widget allows icons now. Add icons to Default Interpolation widget.
  17. * Insert Item smart is allowed now over empty lists.
  18. * Fix bug #1863133: Metadata doesn't work.
  19. * Update for all the languages.
  20. * Update on the splash screen. Patch from Yu Chen.
  21. synfig releases
  22. More detailed notes are available on the news page:
  23. http://synfig.org/cms/en/news/
  24. 0.63.03 (git tag: "synfig-0.63.03") - December 05, 2011 - Features, bug fixes.
  25. * Support to create Advanced Outlines with the Draw Tool.
  26. * Fixed script to generate synfig API.
  27. * Added two new parameters to the WidthPoint class. Lower Boundary and Upper Boundary
  28. They define the lower and upper boundaries value of the widhtpoint position
  29. When placed at start and end of the BLine. By default lower = 0.0 and upper = 1.0
  30. Lower boundary must be always smaller than Upper boundary.
  31. As parameters they cannot be exported, converted or animated.
  32. * Render improvements for Advanced Outlines:
  33. With 'Fast' parameter disabled: 55% of reduction render time
  34. With 'Fast' parameter enabled: 10% of reduction render time
  35. * For Importer layer, even if file is physically impossible to open,
  36. set the parameter with the passed file name. This would allow to load and
  37. save Synfig's documents with paths for imported files badly adjusted but that user
  38. doesn't want to modify.
  39. * Fix for compatibility with libpng 1.5. Patch #3427945 by SpeckFleck.
  40. * Fix bug in Time Loop Layer. Patch ID: #3414729 by Ray Frederikson
  41. * Avoid crash when there is only one blinepoint and the bline is not looped on Advanced Outlines.
  42. * Fix some old render artifacts and new ones due to render optimization on Advanced Outlines.
  43. * Avoid crash when DIList is empty on Advanced Outlines.
  44. * Insert Item smart is allowed now over empty lists.
  45. * New Greek language. Thanks to kiolalis
  46. * Update for all the languages.