Releases: gered/pbe
Releases · gered/pbe
v0.3.1
v0.3.0
Trailing slashes on all URLs are now optional.
v0.2.1
- Disable "smart punctuation" Markdown rendering option. If you want things like fancy double quotation and dash/hyphen characters, then you'll need to include them manually yourself!
- Add error response handling, mainly useful so that runtime HTML template errors are displayed in the browser which is useful when working on template changes. Such errors are still logged to the console.
v0.2.0
Quick changes / fixes:
- Add a trailing slash to the end of post URLs. I had originally intended this to be there from the beginning, but somehow it got left out. This breaks post URLs from the previous release. But, I'm sure no one was using it.
- Perform
alternate_url
redirects using an HTTP 301 instead of Actix's default behaviour which is using an HTTP 308. This is purely to maintain better compatibility with (very) old browsers, which is something that I do actually care about. Yes, really.
v0.1.0
First release.