Releases: tomfran/typo
Releases · tomfran/typo
v3.0.2
v3.0.1
v3.0.0
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 = falseRefer 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
What's Changed
- Fix issue where urls have single slash after protocol by @linh-n in #139
- Add options to hide list dates by @crnh in #115
- Update USERS.md by @tradixcodes in #148
- chore: add new user by @linkwithjoydeep in #146
- Update USERS.md by @edoofra in #143
- Update USERS.md by @junaidrahim in #150
- Update USERS.md by @SiyuanQi in #154
- Update USERS.md by @arnaudrenaud in #158
- New entry in users list by @thyaravind in #159
- Add Asimov Ai into USERS.md by @aizhimou in #162
- add one line to USERS.md by @Straw674 in #163
- fix: fix svg render, ignore width/height for now by @MrCroxx in #160
- fix: update og:image handling in opengraph.html for safe image rendering by @tmunongo in #167
- Add line to USERS.md by @tmunongo in #168
- Add name to the USER.md list by @CassivsGabriellis in #169
- Fix copy code button scrolling with code by @crnh in #171
- Render copy code button with render hook by @crnh in #172
- Update USERS.md to add my website by @AmirHossein-z in #177
New Contributors
- @tradixcodes made their first contribution in #148
- @linkwithjoydeep made their first contribution in #146
- @edoofra made their first contribution in #143
- @junaidrahim made their first contribution in #150
- @SiyuanQi made their first contribution in #154
- @arnaudrenaud made their first contribution in #158
- @thyaravind made their first contribution in #159
- @aizhimou made their first contribution in #162
- @Straw674 made their first contribution in #163
- @MrCroxx made their first contribution in #160
- @tmunongo made their first contribution in #167
- @CassivsGabriellis made their first contribution in #169
- @AmirHossein-z made their first contribution in #177
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
- Make opengraph.html a normal partial by @runofthemillgeek in #128
- Move primary content inside an tag by @runofthemillgeek in #131
- Fixes #129 double slash for favicons by @linh-n in #130
- Added new author parameter by @tomfran: wiki entry
New Contributors
- @evenlangas made their first contribution in #122
- @linh-n made their first contribution in #123
Full Changelog: v2.1.1...v2.2.0
v2.1.1
v2.1.0
v2.0.1
v2.0.0
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
- prevent linebreaks in header words for small window sizes by @OleMussmann in #84
- Configure mermaid theme by @OleMussmann in #86
- Fix the path to the custom css file in the wiki article by @kpechenenko in #88
- Added myself to USERS.md by @aadityathapa in #90
- Add Sangeeth to USERS.md by @runofthemillgeek in #91
- List alignment fixes and input dark mode support by @runofthemillgeek in #92
- Added the old Twitter logo; added myself to the list of users by @kompoth in #94
- Improve 404 page by @markop404 in #99
- Add breadcrumbs config to hide current page and change home text by @runofthemillgeek in #95
- Remove
pxfrom width/height img attributes in render-image hook by @runofthemillgeek in #101 - Update USERS.md by @rahulpat1l in #106
- Add myself to USERS.md by @Nykenik24 in #105
- Add Borber's blog to USERS.md by @Borber in #109
- Add partial to customize og:image meta property by @runofthemillgeek in #100
- Fix layout shifts by preserving aspect-ratio at responsive sizes by @runofthemillgeek in #102
- fix: copy button position by @Borber in #110
- Revert "fix: copy button position" by @tomfran in #111
- Add hooks for easier customization of layouts by @crnh in #112
New Contributors
- @kpechenenko made their first contribution in #88
- @aadityathapa made their first contribution in #90
- @kompoth made their first contribution in #94
- @markop404 made their first contribution in #99
- @rahulpat1l made their first contribution in #106
- @Nykenik24 made their first contribution in #105
- @Borber made their first contribution in #109
Full Changelog: v1.16.0...v2.0.0
v1.16.0
What's Changed
- Add instructions to install as a hugo module by @crnh in #61
- Wiki: fix typos by @deining in #62
- feat(copy-code): To allow user to copy contents within code block to clipboard by @arunmathaisk in #64
- Add base-16-default-schemes as color palettes by @rbbhn in #68
- Add fediverse meta tag by @edfloreshz in #67
- Fix mermaid diagrams by @OleMussmann in #70
- Fix google analytic while generating the config file by @JimmyRespawn in #72
- Small wiki fixes by @jpvg10 in #73
- Fix disappearing header links by @OleMussmann in #78
- Fix whitespace around #small images by @OleMussmann in #75
New Contributors
- @deining made their first contribution in #62
- @rbbhn made their first contribution in #68
- @edfloreshz made their first contribution in #67
- @OleMussmann made their first contribution in #70
- @JimmyRespawn made their first contribution in #72
Full Changelog: v1.15.0...v1.16.0