Postleaf v1.0.0-alpha.5 Release Notes

Release Date: 2017-05-22 // almost 7 years ago
  • ๐Ÿš€ This release adds a number of improvements as well as some new features and bug fixes. Most notably:

    โšก๏ธ Updating

    โšก๏ธ If you followed the DigitalOcean tutorial to install Postleaf, you can update using the following commands:

    cd /var/www/postleaf
    git pull
    pm2 restart app
    

    โšก๏ธ If you're updating from alpha 3 or below , make sure to update your .env file based on the latest example.

    โž• Additional Changes

    • โž• Added {@getAdminMenu} helper #48
    • ๐Ÿ›  Fixed broken feed template 9e6326c
    • โž• Added support for robots.txt 749ba8c
    • ๐Ÿ›  Fixed bug where Dust.js rendering errors weren't caught 9afa763
    • ๐Ÿ›  Fixed bug where dynamic images without src attribute caused crash cbe1acf
    • โž• Added card blocks for pasted URLs that don't support oEmbed #12
    • ๐Ÿ›  Fixed bug where tags were incorrectly sorted in a case sensitive manner #50
    • ๐Ÿ›  Fixed bug where tags view wasn't sorting by date 2c6b7a3
    • โž• Add support for sitemaps #42
    • ๐Ÿ›  Fixed Babel warning for large scripts #54
    • ๐Ÿ”„ Changed JSON output to pretty print in dev (no change in production)
    • โž• Added generateUrl method for DynamicImages f761f12
    • โž• Added support for JSON Feed #56
      • JSON Feed is located at /feed/json
      • RSS feed has moved to /feed/rss
    • โž• Added feed discovery metadata 6231245
    • ๐Ÿ”„ Changed the symbol for preformatted text to something less ambiguous (previously the same as the code icon) 1fdc635
    • ๐Ÿ”„ Changed triple backtick shortcut output from <pre data-code="js"> to <pre class="language-js"> to align more closely with GitHub Flavored Markdown 09d5a02