v0.3.22, now with tag browsing functionality
I’ve now released Publ v0.3.22, which is mostly a bugfix release but also adds a couple of useful things. Major changes:
- Entries which are set to status
DRAFTorGONEno longer function as path-alias redirections categorynow hastags, allowing templates to build in tag browsing- Similarly,
viewnow has tag refinements, making it easier to modify views' tag restrictions - Fixed a silly bug which was causing top-level categories to not redirect without a trailing
/ - Also did a bunch of refactoring on image handling, with no functionality change but it makes the code easier to navigate (I hope)
Oh and I guess I forgot to post a release announcement of v0.3.21 back on April 2, oops! There were some pretty major fixes to that:
- Somehow the
<img alt>attribute got turned to<img alt_text>, which is not valid. That has been fixed. (I suspect I was really tired when I was reorganizing some code.) - JPEGs now correctly support EXIF orientations/rotations
- Added support for
entry.summary, as well as overriding the summary text on an entry..
Also, how did I miss that v0.3.21’s release was on the first anniversary of my first functioning blog post?! Wow, time flies.