All notable changes to the "aurora-future" extension will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
I have being busy with life and advancing my career path. Updates for this theme will potentially be slowing down a bit. But hey! Keep the issue coming, leave me all the ideas, I will definitely get to them as soon as I get spare time from time to time of my busy life!
- Fixed post count mismatch when having less than 3 posts #104
- Busuanzi
enable
property will work properly to hide and show #115
- Updated
Pinia
to version2.0.0-beta.3
- Updated all the vue files with the new prettier formatting (All the classes are wrapped! YAY!)
1.5.4 - 2021-05-09
- Fixed generation error with
chalk
.
1.5.3 - 2021-05-09
- Fixed incorrect amount of article generated.
1.5.2 - 2021-05-09
- Fixed beian is not appearing on the footer #89
- Fixed Valine Gravatar CDN not switching base on lang. #92
- Fixed social links alignment issue in profile section. #80
- Fixed feature article incorrect order. #91
1.5.1 - 2021-05-07
- Adding more Valine config options #82
- Fixed feature article generation script cause missing of articles #85
- Fix pagination display error #84
1.5.0 - 2021-05-03
- Adaptive feature article layout (added a new
Pinned article layout!!
)- Able to switch between Feature and Pinned Mode.
- If total article is less than 3, will switch to Pinned mode automatically.
- Attached
Pinned
andFeature
tag to article card. - Feature and Pinned article will be display at the top of the article list.
- ๐ Docs
- Added VuePress like custom containers #77
Info
containerWarning
containerDanger
ContainerDetail
Container- ๐ Preview
- Added more SEO meta(s) #76
- Added
description
- Added
keywords
- Added
author
- ๐ Docs
- Added
- Improved Home page article performance
- Change the animation for hovering on the article card.
- Removed shadow change on hover.
- Removed image cover display change on hover.
- Fixed pages' cover not displaying
- Fixed scrolling issue on mobile browsers #79
- Fixed post page navigation incorrect list style
- Fixed custom page title not adapted to i18n setting
- Fixed social link
<a>
tag layer - Fixed invalid link styles
1.4.3 - 2021-04-25
- Added support for the mailto link. #74
- Added police beian info in footer #72
- Multi-author supports custom social links.
- Changed the configuration method of author custom socials.
- Fixed spelling mistake for default archives menu #65
- Fixed string replaceAll function compatibility issue #73
- Fixed custom social inherited to other authors #71
- Removed fonts.scss.
1.4.2 - 2021-04-19
- Added author link configuration for default author. #61
- Dia bot adapted to configured theme gradient. #54
- Content header underline support theme gradient config #56
- Made all the theme colours using the theme gradient.
- Enhanced theme gradient to apply to the whole theme.
- Changed prism colour scheme to VSCode theme Aurora Future.
- Updated
CHANGELOG
style to Keep a Changelog format.
- Fixed code default colour being affected by theme colours.
- Fixed HR line style broken #53
- Fixed misaligned tag style #59
- Fixed bold link text with broken style.
- Fixed code fence alignment issue #57
1.4.1 - 2021-04-16
- Fixing international CDN has invalid links (#52).
1.4.0 - 2021-04-15
- ๐พ Added aurora bot
Dia
(Tons of features are packed into this bot) - Added
table
styles. - Added
inline code
styles.
Document for configuring
Dia
bot
https://aurora.tridiamond.tech/guide/plugins.html#bot-dia
1.3.0 - 2021-04-09
- Added default cover image.
- Added the ability to set up a sub-folder (#34)
- Added custom social link configuration (#38)
- Fixed recent comment's post time is incorrect (#45)
- Fixed article page author info's text colour (#42)
- Fixed invalid path for Axios
- Removed unused Hexo API.
- Updated a new default cover image for articles.
1.2.1 - 2021-04-08
- Fixed tags not showing.
- Changed China CDN back to bootcdn.
1.2.0 - 2021-04-08
- Added default article
cover image
. (#39) - With
"multi-author"
, now you will see the statistic and author info in the article page profile. (Author's statistics are calculated separately.) (#26) - Added
unit test
for some of the features and scripts. (#31) - Added
lazy load
for article images.
- Updated theme
CDN injections
to improve first time loading performance (#37) - Making the
footer
always fix to the bottom. - Improved the style of
header cover image
(Added animation.)
- Fixed
sticky
not calculated correctly after changing the behaviour of the footer. - Fixed theme breaking when
categories
andtags
are not bound to any articles (#33) - Fixed
mobile menu
is not adapted to the new menu i18n setup (#36) - Fixed
favicon
is not displaying when configured. - Fixed
site_meta
'scdn
condition error.
1.1.2 - 2021-04-04
- Added configuration for Favicon. (#22)
- Added copy code button for code fence. (#24)
- Added copy protection plugin and configuration.
- Fixed dropdown menu triggered locale changes (#21)
- Removed default configs from theme configs, avoid configs being carried to theme configs.
- Fixed the incorrect sum of the site word count (#23)
- Improved tag's clickable box size.
- Changed unit test engine to Jest.
- Removed the duplicated article date display.
1.1.1 - 2021-04-04
- Fixed
"truncate-html"
plugin is not in the dependencies requirement, causehexo g
failing.
1.1.0 - 2021-04-03
Since this version, the theme could be installed using NPM or Yarn, which will make it much easier for theme users!
npm install hexo-theme-aurora --save
# or use yarn
yarn add hexo-theme-aurora
Config file _config.yml
now need to be added in the root folder of your Hexo blog.
You simply create a _config.aurora.yml
to change the theme.
To get a default theme template, simply run the following command: (This is for Linux OS, for Windows, you can copy it yourself from node_modules folder. )
cp -rf ./node_modules/hexo-theme-aurora/_config.yml ./_config.aurora.yml
To read about the new configuration, go to the usage document.
- Theme can be installed by using NPM or Yarn.
- Beian now support
number
andlink
properties. (#18) - Gitalk now supports configuring the
proxy
property. (#16) - Added 3 different configurable profile avatar styles.
- Added sponsor list to README.md
- Changed the outdated QQ avatar API URL.
- Fixed horizontal article's tag skeleton display error.
- Fixed Gitalk not creating an issue on the custom page. (#20)
1.0.2 - 2021-04-01
- Added scrollbar style for WebKit browsers.
- When the article has no category and tags, the default category and tag will be displayed.
- Fixed dark_mode config not taking effect. (#14)
- Fixed the site language setting not taking effect (#12)
- Fixed navigator tips not showing under light mode (#9)
- Removing unnecessary CNAME (#7)
- Fixed content empty when excerpt exists. (#8)
- Fixed page generation script (#4)
- Fixed default page generation script (#5)
- Fixed recent comment cache logic (#6)
1.0.1 - 2021-03-30
- Fixed page generation script (#4)
- Fixed default page generation script (#5)
- Fixed recent comment cache logic (#6)
1.0.0 - 2021-03-30
- โ
Featured section
- Can add a feature meta to any post, those will be pinned into the feature section on the home page. - โ
Multi-language support
- Can dynamically switch the language of the main texts in the application. - โ
Statistics
- Statistic of article words, posts, categories and tags counts. - โ
Article reading time
- Show the estimated reading time of an article. - โ
Mathjax support
- Support mathjax syntax in markdown files. - โ
SPA
- No page loading or freezing from page to page. - NEW
Comment plugins
- Support the using Gitalk or Valine plugins - NEW
Comment plugins
- Support the using Gitalk or Valine plugins - NEW
Blog search
- Enable to search all the articles in the blog. - NEW
Latest comments
- Added a widget showing the latest comments, supported usingGitalk
orValine
.
- โ
Light and dark
- Light and dark theme support. - โ
Magazine Layout
- Modern magazine grid layout. - โ
Gradient Colours
- Modern gradient colour styles. - โ
Timeline styled archives
- Archived posts into a timeline format.
- โ
Beian Config
- This feature is especially for China users, for those that need to put Beian info at the footer of the blog. - โ
Customizable menu
- Can customize your menu with internal links, external links, custom pages. - NEW
Post navigation
- Can navigate to the previous and next article at the end of the article page. - NEW
Custom pages
- Can add any custom pages, need to use the customized menu to display in the menu. - NEW
Page navbar
- Can set up a sidebar on the specific page, act as the sub-menu of the page.