Postleaf v1.0.0-alpha.2 Release Notes

Release Date: 2017-04-26 // almost 7 years ago
    • ➕ Added German and French translations
    • ➕ Added check for .env file
    • ➕ Added formatUrl helper
    • ➕ Added install scripts to package.json so gulp build runs automatically
    • 🛠 Fixed bug where data directory wasn't getting created on initial run
    • 🛠 Fixed bug where the Postleaf menu would only show partially in Safari
    • 🛠 Fixed bug where relative URLs were being used instead of absolute URLs in metadata (JSON-LD, OpenGraph, Twitter Cards)
    • 🛠 Fixed bug where custom homepage wasn't working due to wrong variable name
    • 🛠 Fixed bug where all revisions would show when creating a new post
    • 🛠 Fixed bug that prevented blank previews from rendering
    • Removed AUTH_PASSWORD_MIN_LENGTH
    • Removed APP_ENVIRONMENT in lieu of NODE_ENV
    • 👌 Improved developer instructions in the readme
    • Disabled whitespace compression in production environments due to erroneous output
    • Switched to pure JS version of bcrypt to reduce binary dependencies
    • Various improvements to promises