Skip to content

1.2.6

Compare
Choose a tag to compare
@iblh iblh released this 13 Jan 16:48
· 556 commits to master since this release

New features

  • feat(sns): add bilibili SNS, deleted extra information #104
  • feat(sns): add telegram to sns_footer & sns_share #112
  • feat(pages): allow page icons in sidebar #123

Changes

  • refactor(sns): improve the way of open windows from SNS #103
  • refactor(duoshuo): change duoshuo_thread_key -> duoshuo_thread_key_type #105
  • refactor(sns): simplify conditional display #119
  • refactor(url): improve logo url decision making #124
  • refactor(duoshuo): improve thread key statement #125
  • refactor(markdown): remove no-wrap style of .markdown-Github code
  • refactor(sns): add two default icons #127
  • style(lang): improve french translation #115
  • style(lang): improve english translation #116
  • style(all): beautify code #122
  • style(markdown): remove .markdown-Github code block #126

Bugs fixed

  • fix(lang): sync the i18n
  • fix(url): avoid href is null at theme.url.logo #107 #125

BREAKING CHANGE

  • feat(pages): allow page icons in sidebar #123

Before:

pages:
    page1: "/link1/"
    page2: "/link2/"

After:

pages:
    page1:
        link: "/link1/"
        icon: icon1
    page1:
        link: "/link2/"
        icon: icon2