Skip to content

Releases: jmacdotorg/plerd

v1.820

26 Dec 04:26
Compare
Choose a tag to compare
  • Adding SSL support to Plerdwatcher.

  • Displayed webmentions are now sorted by time they were published (versus the time they were received).

  • Adding a trivial default handler on the webmention listener.

  • Plerd now emits an intentional warning on publication if the blog contains tags that are identical except for case.

v1.601

11 Aug 18:35
Compare
Choose a tag to compare
  • Fixing a bug that prevented the Webmention-receiving plerdwatcher process from accepting webmentions for posts created after it launched.

  • Adding a (commented-out) <link rel="webmention [...] /> element to the set of sample templates. (Thanks to Karen Cravens for the bug report.)

  • Separating the display of replies versus uncategorized webmentions, in the sample templates.

  • Retroactively adding a bunch of entries to the 1.6 Changelog entry that I forgot about in the excitement of the Webmention stuff.

v1.6

06 Aug 01:24
Compare
Choose a tag to compare
  • Adding experimental support for Webmention sending, receiving, and display.

  • If a template fails to process, Plerd will now die with a meaningful error message.

  • Adding a post_with_url method to Plerd objects.

  • Adding Microformats2 metadata to the sample templates.

v1.55

19 Mar 19:55
Compare
Choose a tag to compare
  • Fixed a bug where higher-than-ASCII characters could get double-encoded in certain contexts.

v1.54

17 Feb 23:41
Compare
Choose a tag to compare
  • Improving how Plerd handles UTF-8 source and template files. (Much like v1.44, except I think I got it right this time.)

  • Adding mention of v1.52's alt-text improvement to the documentation.

v1.53

29 Oct 19:39
Compare
Choose a tag to compare
  • Fixing a bug where Markdown symbols, if present in the first paragraph of a post's source file, would appear in default social-media description tags.

  • Now requiring a minimum HTML::SocialMeta version.

v1.52

22 Oct 15:41
Compare
Choose a tag to compare
  • Social-media metadata tags will choose "featured image" style for posts that explicitly define an image, and "thumbnail" style for posts that use the blog's default image.

  • Adding support for image alt-text in social-media metadata tags.

v1.5

21 Aug 02:00
Compare
Choose a tag to compare
  • Adding support for social-media metadata tags, allowing services like Facebook, Twitter, and Slack to display previews of Plerd-based posts that they link to.

    If you are upgrading to this release from an earlier Plerd version, then in order to take advantage of this new features you'll need to do a couple of things:

    • Add some Template Toolkit tags like this to your wrapper.tt file, within the <head> tags:

      [% IF context_post %]
      [% context_post.social_meta_tags %]
      [% END %]

      See the file at templates/wrapper.tt for a working example.

    • Set either the facebook_id and twitter_id config directives to your blog (or both), and consider setting a default image as well. See https://github.com/jmacdotorg/plerd#social-media-metatags for full documentation.

  • Improving and reorganizing docs and examples a bit, including first links to the wiki (hosted on GitHub) for higher-level documentation.

v1.43

19 May 05:02
Compare
Choose a tag to compare
  • Adding experimental support for JSON Feed.

  • Fixing a bug where Markdown in post titles could result in messed-up HTML title-element content.

v1.42

06 Oct 04:18
Compare
Choose a tag to compare

Adding some styling to the default template so that plain <img> elements within posts don't overflow the content div's width.