Publ: Development Blog

Entries tagged release

v0.4.0 released! Let’s talk future!

Posted Monday, May 13 at 11:11 PM (5 years ago)

Oh wow, I finally closed out the Publ 0.4.0 milestone. So, wow, this is a pretty big deal for me.

Changes since 0.3.23:

So that closes out the last three issues before I was ready to consider this usable by a wider audience. Neat.

There’s a lot of stuff I want to do for 1.0 of course, but also more importantly I need to vastly improve the documentation on this site, as well as collect things to make it easier for people to get started with Publ. I would absolutely invite people to make suggestions; have you looked into Publ, and been confused about what exactly to do? Please let me know!

The best ways to do so are to either hop onto my Discord channel or to open issues against the documentation site.

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