NexT 6.0.1 Released

Breaking changes

Remove Duoshuo (#14)

Old configuration:

-# Duoshuo ShortName
-#duoshuo_shortname:

-# Share
-#duoshuo_share: true

-# Make duoshuo show UA
-# user_id must NOT be null when admin_enable is true!
-# you can visit http://dev.duoshuo.com get duoshuo user id.
-duoshuo_info:
- ua_enable: true
- admin_enable: false
- user_id: 0
- #admin_nickname: Author

Old configuration:

-# Enable/Disable menu icons. 
-menu_icons:
- enable: true

New configuration:

# Enable/Disable menu icons / item badges. 
menu_settings:
icons: true

Features

  • Added reading_progress (#5)
  • Several improvements in main menu on all schemes. (#8, 2412fbc)
  • Added «Follow me on GitHub» banner option. (caf0738)

Optimizations

  • Clean duoshuo plugin due support discontinued from June 1, 2017 (#14, 0e5ab06)
  • Update path on Local Search dependencies. (feb1968)
  • Update config for FancyBox 2 & 3. (fd89b29)
  • Updated MathJax CDN links & added short docs to them. (be3528f)

Bug Fixes

  • Fixed a bug of the reward and the wechat-subscriber template (#6)
  • Fixed: In mobile, menu content will cover side bar (Muse scheme).
  • Fixed menu items excess spaces. (06f9d8b)

For full changes, see the comparison between 6.0.0 and 6.0.1

Detailed changes for NexT v6.0.1