Publ: Development Blog

News and updates about Publ

v0.3.23 Released

Posted Wednesday, May 8 at 12:31 AM (5 years ago)

I got an itch today to do a bunch of feature work, and also found and fixed a bunch of bugs that I didn’t catch before.

Changes for this release:

  • Fixed a bunch of tests which broke when I reorganized the test repository
  • prefix_ attributes now apply correctly to image and imageset style and class attributes
  • Entries with empty slug-text now omit the slug-text separator from their permalink URL
  • Markdown entries now support link rewriting for href and src attributes (so for example <audio src="local_file.mp3"> will now work)
  • Major bug fixes to the HTML renderer, which was dropping all entities, character references, and comments (oops)
  • Disabled automatic smartquoting in HTML entries