NexT 6.3.0 Released

Breaking Changes

Added avatar rounded & opacity & rotated feature (#267)

Old configuration:

 # Sidebar Avatar
-# in theme directory(source/images): /images/avatar.gif
-# in site directory(source/uploads): /uploads/avatar.gif
-#avatar: /images/avatar.gif

New configuration:

 # Sidebar Avatar
+avatar:
+ # in theme directory(source/images): /images/avatar.gif
+ # in site directory(source/uploads): /uploads/avatar.gif
+ # You can also use other linking images.
+ url: #/images/avatar.gif
+ # If true, the avatar would be displayed in circle.
+ rounded: false
+ # The value of opacity should be choose from 0 to 1 to set the opacity of the avatar.
+ opacity: 1
+ # If true, the avatar would be rotated with the cursor.
+ rotated: false

Features

  • Added Hexo and NexT environment variables. (#240)
  • Added the support for copy result in code block. (#282)
  • Added the support for automatic equation numbering with Mathjax. (#275)
  • Added custom language support feature. (#253)
  • Allow customized copyright contents (#254) Feature already exists in #253

Improvements

  • Updated translations for core languages. (#239 , #243 , #252 , #285)
  • Updated the Telegram links in README.md. (a99777e)
  • Aligned badges in README.md. (0fec1e6)
  • Updated the badges in README.md. (#250 , d599c4e)
  • Changed the copy-button position to absolute. (#242 )
  • Removed author translated key introduced by Duoshuo. (20ece25)
  • Fixed errors in document for LeanCloud Counter Security Plugin. (#255 )
  • Removed Houndy and JSHint linter files. (e383523)
  • Updated the rss annotation using site's feed link. (d2c74b3)
  • Temporarily changed the node_js to LTS node version. (2eacca2)

Bug Fixes

  • Fixed text font of the Mist scheme on mobile. (#262)
  • Fixed logic bug in Han. (#260)
  • Fixed the incorrect URL decoding of more with scroll_to_more. (#293, 4cacb10)

For full changes, see the comparison between 6.2.0 and 6.3.0

Detailed changes for NexT v6.3.0