4.2.0-rc1
Pre-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...
The upcoming 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.cssfile 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
- Update USERS.md by @AbdulRKB in https://github.com/panr/hugo-theme-terminal/pull/508
- doc(USER.MD): adding my website to the list by @harshv5094 in https://github.com/panr/hugo-theme-terminal/pull/509
- Fix figure tag display issue by @vlvk in https://github.com/panr/hugo-theme-terminal/pull/514
- Replaced deprecated "paginate" key with "pagination.pagerSize" by @mag37 in https://github.com/panr/hugo-theme-terminal/pull/518
- Update USERS.md by @raydiode in https://github.com/panr/hugo-theme-terminal/pull/520
- Add abgeo.dev to users by @ABGEO in https://github.com/panr/hugo-theme-terminal/pull/515
- add lubieniebieski.pl to USERS.md by @lubieniebieski in https://github.com/panr/hugo-theme-terminal/pull/521
New Contributors
- @AbdulRKB made their first contribution in https://github.com/panr/hugo-theme-terminal/pull/508
- @harshv5094 made their first contribution in https://github.com/panr/hugo-theme-terminal/pull/509
- @vlvk made their first contribution in https://github.com/panr/hugo-theme-terminal/pull/514
- @mag37 made their first contribution in https://github.com/panr/hugo-theme-terminal/pull/518
- @raydiode made their first contribution in https://github.com/panr/hugo-theme-terminal/pull/520
- @ABGEO made their first contribution in https://github.com/panr/hugo-theme-terminal/pull/515
- @lubieniebieski made their first contribution in https://github.com/panr/hugo-theme-terminal/pull/521
Full Changelog: https://github.com/panr/hugo-theme-terminal/compare/v4.1.0...v4.0.2-rc1