Releases: tomfran/typo
v1.14.0
Changelog
- @simon-siggaard added support for mermaid diagrams;
- @Frankkkkk added missing markdownify of post summaries;
- @runofthemillgeek:
- Improved font loading;
- Optimized large images in README;
- Added a home link to the header;
- Added support for Open Graph tags;
- Updated the gitignore.
Broken History
I removed large files from the git history, the repo size is now down to 2MB. If you want to update your local clone use git pull --rebase
or re-clone the repo. I am sorry if this causes problems.
If you're using Typo for your website, feel free to add your website to the list alongside what you do! 😊
v1.13.0
Changelog
@vxnick implemented the following:
- Umami is now included only in production
- Date format of single pages can now be tweaked: wiki
@arunmathaisk implemented footer customization, allowing users to hide or customize it: wiki.
Commits: 1.12.0...1.13.0
If you're using Typo for your website, feel free to add your website to the list alongside what you do! 😊
v1.12.0
v1.11.0
Changelog
- @francoposa improved menu behavior using .Name instead of .Path;
- @jkfujr added support for Umami and an additional
newTab
parameter to menu entries; - RSS Feed is now supported thanks to @jder
Commits: 1.10.0...1.11.0
v1.10.0
v1.9.0
v1.8.0
v1.7.0
Changelog
Added color palettes support, with a catpuccin one alongside the default: appearance wiki.
Commits: 1.6.0...1.7.0
v1.6.0
Changelog
- Added meta descriptions to single posts and homepage;
- Fixed tag displaying url encoded text pointed out in this issue.
Commits: 1.5.0...1.6.0
v1.5.0
Changelog
- Added new images tag to control sizing:
#small
,#full
; - Added blockquotes and tables CSS.
Commits: 1.4.0...1.5.0