Skip to content

Version 1.4.0

Compare
Choose a tag to compare
@alanorth alanorth released this 28 Jan 09:09
· 100 commits to master since this release
v1.4.0
ce3e6a9

The biggest change in this release is that we are now using Font Awesome 5 with SVG icons instead of webfonts. This unfortunately means we need to use JavaScript, but it also means we transfer 134 KiB less than before (40 of which is the JavaScript) because we are only loading the five icons we need (tag, category, facebook, twitter, linkedin). I know JavaScript sucks, but it's first party and doesn't have any tracking or anything.

Added

  • Farsi strings for user interface (@alanorth)

Updated

  • bootstrap 4.4.1 (@alanorth)
  • Fix typo in README.md (@Xekon, #118)
  • Font Awesome 5 (make sure you update any custom icons you might be using in your content, site layouts, partials, etc).

Changed

  • Use Hugo's built-in subresource integrity support instead of the generatesri tooling that I wrote by hand a few years ago (#120, @alanorth)
  • Use Font Awesome SVGs via JavaScript instead of web fonts (@alanorth)
  • Category and tag links now have a trailing slash (#128, @alanorth)

Removed

  • Several references to Google Plus (@Xekon, #122)