Skip to content

v4.2.0

Latest
Compare
Choose a tag to compare
@panr panr released this 10 Mar 12:50
3f87c12

Release notes

If you actively update your website / blog with the latest version of Terminal Theme, please test locally this version first to find if anything breaks...

Version 4.2.0:

  • Fixes ugly code block styles
  • Changes styling, internals and usage of {{< code >}} shortcode
  • Removes PrismJS for Chroma (fast, built-in Hugo syntax highlighter)
  • Fixes heading styles. I was so wrong introducing one-size styling by default. It's time to fix it and bring a better typography.
  • Separates the purpose of Terminal.css from Terminal Theme in regards of typography and overall styling. The terminal.css file should only override the color schema by default.
  • Fixes button styling
  • Introduces Fira Code as variable font
  • [cleanup] Removes local RSS template that was no longer up-to-date with Hugo's default one. Thanks for pointing that out @aksh1618 (PR #516)
  • [cleanup] Removes old {{< figure >}} shortcode. This will be automatically replaced by the Hugo's built-in one. Thanks for pointing that out @JkBoyo (PR #526)

This PR also (sadly) removes USERS.md. I couldn't keep up with the file. Some of you wrote to me that the file is stale and many of the users have changed their themes, so there is no purpose of maintaining this file. It was cool when we all were young...

⚠️ 4.2.0 may change a lot in terms of the default stack (although not considering these as breaking changes), but I want to keep the theme as close to the bare-bone Hugo experience as possible without relaying on 3rd party dependencies or unnecessary re-implementations.

What's Changed

New Contributors

Full Changelog: v4.1.0...v4.2.0