add v5.0 changelog

Aditya Telange 2021-03-31 11:32:25 +05:30
parent 7cbd84a51b
commit cdf18bd474
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

@ -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)