Lektor v1.2.1 Release Notes

  • 🚀 Released on 3rd of February 2016

    • 🛠 Bugfix release primarily for OS X which fixes a code signing issue.

    1.2

    🚀 Released on 1st of February 2016

    • 🛠 Fixed an error that caused unicode characters in the project name to be mishandled in the quickstart.
    • Do not create empty folders when the quickstart skips over files.
    • 0️⃣ Empty values for the slug field now pull in the default.
    • Corrected a bug in hashing in the FTP publisher that could cause files to not upload correctly.
    • 👌 Improved error message for when imagemagick cannot be found.
    • 🛠 Fixed scrolling in the admin for firefox and some other browsers.
    • 🛠 Fixed a problem with deleting large projects due to sqlite limitations.
    • 🛠 Fixed admin preview of root page in firefox.
    • 🔄 Changed FTPS data channel to use TLS.

    1.1

    🚀 Released on 27th of December 2015

    • 🛠 Fixed a bug where resolving URL paths outside of alts did not fall back to asset resolving.
    • 🏗 verbose mode now correctly displays traceback of build failures.
    • 🛠 Fixed a bug that caused build failures not to be remembered.
    • 🛠 Fixed a bad EXIF attribute (longitude was misspelt)
    • 👉 Use requests for URL fetching instead of urllib. This should fix some SSL errors on some Python versions.
    • Parent of page now correctly resolves to the right alt.
    • Publish from a temporary folder on the same device which solves problems on machines with /tmp on a different drive.

    1.0

    🚀 Released on 21st of December 2015

    • 👌 Improved ghpages and rsync deployments.
    • 💅 Implemented options for default URL styles.
    • All artifacts now depend on the project file.
    • 🛠 Fixed an issue with renames from tempfile in the quickstart.