Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 1.33 KB

README.md

File metadata and controls

29 lines (26 loc) · 1.33 KB

PageLiner

Google Chrome extension to create guide lines on a website.

View in Chrome Web Store

Changelog

  • v1.1.2 (2014-08-30)
    • Done: Horizontal guide lines are now placed in viewport when you have scrolled down.
    • Done: The ID of every guide line is now shown in it's tooltip which is referenced to the ID in the extension popup.
    • Done: Changed default locale to "en"
  • v1.1.1 (2014-07-14)
    • Fixed: Implemented jQuery Color Picker because the behaviour of HTML 5 color-input isn't that reliable on all operating systems.
  • v1.1.0 (2014-07-13)
    • Fixed: When zooming in a document the positions in tooltips are float numbers.
    • Done: The number of guide lines is now shown in the plugin icon.
    • Done: UI optimization
    • Done: The color of guide lines can now be changed.
    • Done: Every single guide line can be removed manually.
  • v1.0.3 (2014-07-10)
    • Done: Updated translations (en)
    • Done: Cleanup
  • v1.0.2 (2014-07-01)
    • Fixed: Rulers are now instantly hidden when deleting all guide lines.
  • v1.0.1 (2014-06-30)
    • Done: Description added
  • v1.0.0 (2014-06-26)
    • Done: Rulers are now hidden when deleting all guide lines.
    • Done: Code-Cleanup