Advertisement
Guest User

BlueGriffon 0.7->0.8 Changelog

a guest
Dec 29th, 2010
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. BLUEGRIFFON Changelog from 0.7 to 0.8:
  2.  
  3. - form inputs were horked
  4. - output non-gecko prefixed CSS properties
  5. - added "span" to format menu
  6. - support for ROLE attribute
  7. - added role attribute to structurebar and preferences
  8. - L10N switcher in preferences
  9. - never exit w/o prompting the user if at least one document is modified
  10. - build config improvements
  11. - better reflect DOM Explorer changes in structurebar
  12. - Insert > WebFonts menu
  13. - universal builds 32/64bits for Mac OS X
  14. - support for Google Fonts webfonts
  15. - support for FontSquirrel webfonts
  16. - fixed crash in JSCSSP if the stylesheet to parse is empty
  17. - fr-FR localization
  18. - CSS properties panel was choking on relative URLs for background images
  19. - now relying on Google-less favicons because Google S2 not reliable any more
  20. - fixed a bug in JSCCSP horking CSS gradients
  21. - allow relative URLs for background images in the CSS Properties Panel
  22. - show better if a document is modified on windows and linux, mac was ok
  23. - "Remove Tag" contextual menu entry in structurebar was horked
  24. - added IDs dropdown menu to main window
  25. - fixed class dropdown menu in main window
  26. - cssHelper module was horking Table Layout add-on
  27. - better CSS serialization
  28. - removed dependencies from the basic editor to the project manager
  29. - added network/proxy settings to preferences
  30. - creating a form element was not placing the caret into the newly created form
  31. - added CSS-based AllTags mode
  32. - fixed a bug in fireFtp that was choking on remote server's features detection; patch submitted to Mime Čuvalo
  33. - reorg'd a bit portions of the menubar
  34. - added serialization of non-gecko prefixed CSS values (e.g. display: -moz-box) so flex box is enabled for WebKit-based browsers
  35. - fixed a rotator issue in CSS gradients
  36. - Save and SaveAs commands now disabled while in source view
  37. - CSS Properties panel now disabled while in source view
  38. - serialization of WebKit-based CSS linear gradients (conditions: angle is a multiple of 90deg, color stops' position in %)
  39. - serialization of WebKit-based CSS radial gradients (conditions: shape is circle, size is farthest-corner or cover, first and last color stops' position in pixels, other color stops' position in pixels or left undefined)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement