Publ: Development Blog

News and updates about Publ

Publ v0.6.14

Posted Wednesday, December 30 at 9:49 PM (3 years ago)

End-of-the-year updates to Publ, mostly bug/interoperability fixes but a couple of small new features:

  • URL chasing (e.g. example.com/1234example.com/blog/1234-hello-world) now uses permanent redirects
  • Tag displayname normalization only updates if the newly-seen version is mixed-case
  • You can now configure template default layout options globally
  • view now has a has_unauthorized property
  • Hidden tags no longer appear in category.tags
  • Generated tag-browsing URLs (e.g. view(tag=...).link, entry.archive(tag=...), etc.) will normalize the case and order of included tags

Assuming this is stable, this will become the basis of the long-overdue 0.7.0 release.

Publ v0.6.13 released

Posted Monday, December 7 at 6:23 PM (3 years ago)

Just some minor fixes for v0.6.13:

  • Database performance improvements
  • SEO improvements
  • Fix the Windows test runner (ironically untested)
  • Remove the minimal sample site from the source repository, as this is better served by the git repository for this site and the getting started documentation.

Authl v0.4.6 released

Posted Friday, December 4 at 12:09 AM (3 years ago)

Wow, it’s been a while since I’ve worked on this stuff, huh?

Anyway, IndieAuth validation rules have changed for the better, so Authl has been updated accordingly.

There’s a few other changes as well:

  • On IndieAuth profiles, p-pronoun is treated as a fallback for p-pronouns
  • The Flask templates add some rel="nofollow" in some appropriate places