Skip to content

Releases: tomfran/typo

v3.0.2

03 Jan 00:43
fa4d146

Choose a tag to compare

Fix

Yet another fix for release 3.0.0, see changelog for breaking changes.

What's Changed

  • Bump major version in go.mod by @crnh in #186

Full Changelog: v3.0.1...v3.0.2

v3.0.1

02 Jan 20:40
6279297

Choose a tag to compare

Fix

Fixing previous release code color scheme to avoid having hardcoded colors in it.

v3.0.0 introduced breaking changes, have a look at that release notes.

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

02 Jan 19:59
b216ac3

Choose a tag to compare

Breaking Changes 🚨

@crnh introduced syntax highlighting via external CSS files, having a more standard way of defining the default color scheme and allowing for simpler user customization. This change requires changing the hugo.toml of your website:

[markup]
[markup.highlight]
noClasses = false

Refer to the wiki for a guide on how to tweak the default theme: link

Detailed changes

  • Switch color theme using CSS instead of JS by @crnh in #178
  • Add prettier for CSS and JS by @tomfran in #179
  • Toml formatter by @tomfran in #180
  • Switch from inline syntax highlighting styles to external CSS file by @crnh in #181
  • Revert "Switch from inline syntax highlighting styles to external CSS file" by @tomfran in #182
  • Switch from inline syntax highlighting styles to external CSS file - Part 2 by @crnh in #183
  • Set default code style to bw, update wiki by @tomfran in #184

Full Changelog: v2.3.0...v3.0.0

v2.3.0

27 Dec 14:08

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

16 May 20:13

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.1...v2.2.0

v2.1.1

18 Apr 09:19
12f3659

Choose a tag to compare

What's Changed

  • Add proper table rendering by @tomfran in #120 (fixing overflow bug introduced with the last release)

Full Changelog: v2.1.0...v2.1.1

v2.1.0

17 Apr 21:10

Choose a tag to compare

What's Changed

  • Fixes code blocks with highlights by @kompoth in #118
  • Added new table styling
  • Fixed inline code style for lists

Full Changelog: v2.0.1...v2.1.0

v2.0.1

05 Apr 18:44
f8ffb8b

Choose a tag to compare

What's Changed

  • Add major version suffix to go module path by @crnh in #114

Full Changelog: v2.0.0...v2.0.1

v2.0.0

03 Apr 00:14

Choose a tag to compare

Breaking Changes

Breadcrumbs have a new configuration, unfortunately, this breaks compatibility with the existing one. Please have a look at the wiki to properly set it, here are a started you can copy-paste, maintaining the previous behavior:

[params.breadcrumbs]
enabled = true
showCurrentPage = true
home = "Home"

What's Changed

New Contributors

Full Changelog: v1.16.0...v2.0.0

v1.16.0

18 Feb 15:19
f3aaebd

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.15.0...v1.16.0