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/1234
→example.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 ahas_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.