v8.0.0-rc.3
github-actions
released this
01 Jun 03:33
·
711 commits
to master
since this release
π₯ Breaking Changes
- Fix darkmode tag-cloud color (cbcd3f0)
# TagCloud settings for tags page.
tagcloud:
- # All values below are same as default, change them by yourself.
min: 12 # Minimum font size in px
max: 30 # Maximum font size in px
- start: "#ccc" # Start color (hex, rgba, hsla or color keywords)
- end: "#111" # End color (hex, rgba, hsla or color keywords)
- amount: 200 # Amount of tags, change it if you have more than 200 tags
+ amount: 200 # Total amount of tags
+ orderby: name # Order of tags
+ order: 1 # Sort order
- Update Valine CDN URL (390058e)
valine:
...
- notify: false # Mail notifier
- verify: false # Verification code
π Bug Fixes
- Some minor fixes (bf3666f)
- Fix darkmode pagination & badge style (721e5b9)
- Fix figcaption text overflow (4be820a)
- Fix pandoc rendering error (17502da)
- Fix json filter (4013450)
- Decode TOC link (0d2b3af)
π Improvements
π External Changes
π Documentation
- Update docs for i18n (36808b9)
π Localization
- New Crowdin translations (#8)
For full changes, see the comparison between v8.0.0-rc.2 and v8.0.0-rc.3