From cdf18bd4742c03fc4867601aa6e456a97200fa8a Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Wed, 31 Mar 2021 11:32:25 +0530 Subject: [PATCH] add v5.0 changelog --- ChangeLog.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 18540bf..e84cfd3 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,6 @@ ## ToC +- [v5.0](#v50) - [v4.0](#v40) - [v3.0](#v30) - [v2.0](#v20) @@ -7,6 +8,27 @@ --- +### v5.0 + +[Compare v4.0...v5.0](https://github.com/adityatelange/hugo-PaperMod/compare/v4.0...v5.0) + +- Add Feature `ShowPostNavLinks` - shows Prev Next post links on single post page +- Add Feature `BreadCrumbNavigation` - adds Breadcrumb navigation above title of single page/post +- Add feature `editPost` - adds option to show link in meta data for editing posts +- Add support for `rtl` and `ltr` shortcodes +- Add Translations of `Japanese`, `Hungarian`, `Catalan`, `Uzbek`, `Hebrew`, `Arabic`, `Portuguese` +- Add social icons of `snapchat`, `gitea`, `unsplash`, `itchio`, `ctftime` +- Add browser-level lazy-loading of images +- Improve overall design to fit Prev Next post links and remove borders +- Improve scrollbar styling +- Tweak Fuse options for search +- Improve theme changes when JS is disabled +- Fix code highlight when HLJS is disabled +- Fix colors in embeded gist +- Fix `...` being shown for smaller summary in posts +- Update internal templates from hugo +- Miscellaneous improvements, fixes and accessibility enhancements + ### v4.0 [Compare v3.0...v4.0](https://github.com/adityatelange/hugo-PaperMod/compare/v3.0...v4.0)