Posted Tuesday, May 23 at 3:49 AM (a year ago)
What’s this, another Publ release? Why, yes! While revamping my personal website I came across some additional things that needed some Publ fixes to really work well.
The changes since 0.7.24 are:
- Consider whitespace-only entry parts (
entry.body
and entry.more
) to be False
- Enable cache-control on templates which aren’t user-dependent (such as stylesheets), hopefully cutting down on FOUC issues
- Enable an appropriate same-site cookie policy for 2023
Posted Monday, May 22 at 2:21 PM (a year ago)
Latest version of Publ includes:
There was also a minor fix released as 0.7.23 which was to unpin the version of watchdog
, which allows Publ to run in debug/hot-reload mode once again.
Posted Monday, May 1 at 7:18 PM (a year ago)
Here’s a new release of Publ.
Actually it looks like I’ve been remiss in announcing the last several releases, because each of them just had minor changes! So here’s a bit of a catchup:
- v0.7.19: Pass through rendition arguments (including quality and format) to the fullsize rendition
- v0.7.20: Just a bunch of upstream dependency updates
- v0.7.21: Some shenanigans while trying to figure out how to deal with Pony’s incompatibility with Python 3.11, as yet unresolved
- v0.7.22:
- Fixed an issue with some transparent images not being detected as transparent due to using uncommon formats (particularly grayscale-with-alpha PNGs in the
LA
pixel format)
- Changed the way that the authentication key gets configured; this was necessary due to an upstream change in Flask
At present there appears to be an occasional issue with how watchdog works (or doesn’t), and I haven’t figured out the rhyme or reason. A pending Publ release will hopefully fix this. My apologies for the inconvenience.