Postleaf v1.0.0-beta.1 Release Notes
Release Date: 2017-06-06 // about 6 years ago-
๐ฑ Postleaf is now in beta! ๐
๐ This release wraps up all of the remaining alpha bugs and improves support for iOS devices. There are still a few known issues that require third-party bug fixes, but the editor is already much more usable.
- โ Removed
resetToken
andpassword
from theUser
global ab497f7 - ๐ Fixed a bug where embed provider would be
undefined
in embed cards #62 - โ Added attributes to comment docs 4fcf3ce
- โ Removed the admin menu from the editor view to provide a true inline editing experience 99f98f3
- โ Added a lock file for npm 5 (all npm installs will use the same dep versions now!) e8eeed7
- โ Removed unused heading shortcuts caa4aa2
- ๐ Changed the behavior of open in posts, tags, and users to not use a new window aa34935
- ๐ Various iOS improvements and bug fixes view
- โ Removed
Previous changes from v1.0.0-alpha.5
-
๐ This release adds a number of improvements as well as some new features and bug fixes. Most notably:
- ๐ Improved oEmbed discoverability with embed card fallbacks #12 (see also postleaf.org/embed-cards)
- ๐ Support for sitemaps #42 (see also: postleaf.org/sitemaps)
- ๐ Support for robots.txt 749ba8c (see also: postleaf.org/robotstxt)
- ๐ Support for JSON Feed #56
โก๏ธ 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
- JSON Feed is located at
- โ 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