The main feature releases get their own blog post, but there are lots of smaller improvements (and bug fixes!) that get shipped under the radar. Here's a round up of recent ones.
- Removed unnecessary back-end Javascript that was loading with blogs (sorry!)
- Fixed an issue with
strikethroughnot rendering correctly - Headings in post/page content now have
idattributes associated with them so you can link to them like this - There are a bunch of Keyboard shortcuts now on new/edit post. Click
Cmd + .to see it in action! - A useful error message is now displayed if you hit the daily export limit (5 exports)
- Newsletter sending is 50x more efficient
- Email subscriber form has better responsive layout on mobile
- Fixed some minor issues with the formatting in email newsletters
- Horizontal rules now look better in the editor
- The upgrade banner that free account customers see can now be dismissed... temporarily. Hopefully a bit less annoying :)
- Fixed an issue where posts filtered by tag included non-tagged posts on the second and subsequent pages
- Blog RSS feeds now include your bio if present
- Media embeds are now centred and look better on wider layouts
- You can now sort the
{{ posts }}and{{ posts_by_year }}dynamic variables to make the order chronological, e.g.{{ posts | sort: asc }}