Breaking Changes
Changed
rightside-bottom
torightside_bottom
.1
2- rightside-bottom:
+ rightside_bottom:Refactored the
gallery
tag plugin.Changed the implementation.
Images are now loaded only when they are scrolled into view.
Changed the dependency from
nk-o/flickr-justified-gallery
toegjs-infinitegrid
.1
2
3
4
5CDN:
option:
- # flickr_justified_gallery_js:
- # flickr_justified_gallery_css:
+ # egjs_infinitegrid:
Changed
ClickShowText
toclickShowText
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15-ClickShowText:
+clickShowText:
enable: false
text:
- I
- LOVEeeeeeeeeeeeee
- YOU
fontSize: 15px
random: true
mobile: false
CDN:
option:
- ClickShowText:
+ clickShowText:
Features
Changed the position of the sticky icon to the left of the title.
Added the ability to customize the text of the reward button.
1
2
3
4reward:
enable: false
+ text:
QR_code:Added support for displaying series posts in the right panel.
1
2
3
4
5aside:
+ card_post_series:
+ enable: true
+ orderBy: 'date' # Order by title or date
+ order: -1 # Sort of order. 1, asc for ascending; -1, desc for descendingAdded support for displaying series posts using the series tag plugin.
1
2
3
4
5+series:
+ enable: true
+ orderBy: 'title' # Order by title or date
+ order: 1 # Sort of order. 1, asc for ascending; -1, desc for descending
+ number: trueRemoved the addthis sharing plugin.
1
2
3-addThis:
- enable: false
- pubid:Added an icon before the text in the copyright section.
Added the ability to configure attributes for getScript.
Added support for left and right alignment of article text.
1
2+# Stretches the lines so that each line has equal widthοΌζεεε ©ε΄ε°ι½οΌε°ζεΎδΈθ‘η‘ζοΌ
+text_align_justify: trueAdded support for preconnecting to the CDN based on configuration.
Removed the button for anchors and made the title clickable to jump to the anchor.
1
2
3
4
5
6
7
8anchor:
- button:
- enable: false
- always_show: false
- icon: # the unicode value of Font Awesome icon, such as '\3423'
auto_update: false # when you scroll in post, the URL will update according to header id.
+ # Click the headline to scroll and update the anchor
+ click_to_scroll: falseChanged the hover effect of headlines.
Fix
- Fixed a bug where pjax would return a 404 error when the website was in a subdirectory.
- Fixed a bug where the scrollbar color was not clear on small screens in dark mode.
- Fixed a bug where the border in the TOC was abnormal when the font size was greater than 17px.
- Fixed a bug where the width of comments was abnormal in float layout.
- Fixed a bug where searching for < and > did not return results when the search file was XML.
- Fixed a bug where the top image effect on the homepage was delayed during scrolling.
- Fixed a bug where the caption of an image overlapped with the image in the note tag plugin.
Improvement
- Adjusted the left and right margins of social icons on the homepage.
- Optimized the code.
- Adjusted the position of the "back to top" arrow in the tabs tag plugin.
- Updated plugin.yml.
- efactored the code in main.js.
- Optimized performance under pjax.
- Optimized the opening and closing effects of the TOC on mobile devices.
- Changed the article entry effect to use transform and optimized the stylus.
- Prevented elements from being squeezed when the sidebar has a scrollbar.
- Fixed a cross-domain issue caused by extra slashes in the URL for Waline.
- Improved the wording in some language files.
- Displayed "0" when the comment count could not be obtained for Disqus and Disqusjs.
- Changed the method of obtaining the comment count for Disqusjs to use the API.
- Removed the bottom margin of the last element in the tabs content.
- Removed the noscript tag.