Posted Saturday, December 15 at 1:08 AM (5 years ago)
v0.3.11 is now released, with the following changes:
- A more complete fix for how to handle image sets and inline images with respect to paragraphs
- Better cleanup for spurious empty paragraphs
- Improved internal entry link handling
Detailed descriptions of the changes are below.
Posted Sunday, May 27 at 5:22 PM (6 years ago)
The amount of stuff I’m having to fix in Publ to support beesbuzz.biz is diminishing rapidly! Here’s what’s happened since 0.1.18:
- Improved the Path-Alias redirection logic; now it will do a
301 Permanently Moved
for inbound Path-Alias
ed requests, and if a Path-Alias
points to an entry with a Redirect-To
it will redirect directly to that URL instead (and it will be a 302, same as the old Redirect-To
behavior)
- Pagination can now be weekly; you can use
entry.archive(paging='week')
, and a ?date=
view parameter ending in _w
will provide a weekly view instead.
- Better default formatting for
view.range
, and an addition of a week
format parameter there