Skip to content

Latest commit

 

History

History
74 lines (57 loc) · 5.41 KB

CHANGELOG.md

File metadata and controls

74 lines (57 loc) · 5.41 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.0 (2019-06-23)

Bug Fixes

  • Display the reading progress bar only on the articles page (cdaac3f)
  • Remove the display property of post to eliminate BFC effects (b971e12)
  • Resolve read progress error, since post height equal zero (cc1b6fa)
  • Solve the problem of sidebar jumping (6933c40)
  • Solve the problem that the menu always shows in mobile (21cde8e)
  • Solved the display of unordered list (1ba789e)

Features

  • Add back to top button (9248c62)
  • Add busuanzi count (8930455)
  • Add comment support (60d928a)
  • Add config to automatically remain article excerpt (94c6673)
  • Add custom top and bottom img & custom text in footer (bac6900)
  • Add diff code highlight & scroll bar UI (940028f)
  • Add the end hint at the end of post & make tags to config file (b3605fb)
  • Add the feature of stick post to the top (fa9f25c)
  • Add the hyperlink to post title (2d4089c)
  • Add word count & reading time cout of post (b0c34df)
  • Provides a way to specify the size of the image (aa4195f)

1.0.0-alpha.0 (2019-06-17)

Bug Fixes

  • Display the reading progress bar only on the articles page (cdaac3f)
  • Remove the display property of post to eliminate BFC effects (b971e12)
  • Resolve read progress error, since post height equal zero (cc1b6fa)
  • Solve the problem of sidebar jumping (6933c40)

Features

  • Add back to top button (9248c62)
  • Add busuanzi count (8930455)
  • Add comment support (60d928a)
  • Add custom top and bottom img & custom text in footer (bac6900)
  • Add diff code highlight & scroll bar UI (940028f)
  • Add the end hint at the end of post & make tags to config file (b3605fb)
  • Add the hyperlink to post title (2d4089c)
  • Add word count & reading time cout of post (b0c34df)

1.0.0-beta.0 (2019-06-03)

Bug Fixes

  • Code highlight in index, about page & avatar auto center (2276e50)
  • Not show tag icon when empty & make header icon configable (5c95bf5)
  • Post read progress line show minus (6e7c7be) ...

Features

  • Add code highlight (6f07572)
  • Add header nav responsive layout & do some mobile adaptation (3187fe4)
  • Add img align to config file & do some i18n (880966c)
  • Add post toc (19bb1bc)
  • Add responsive layout (a743b07)
  • Add reward & post tags & post copyright (5cde659)
  • Add sidebar tab page & post read progress & i18n (3b049e1)
  • add sitebar of show site info (b9101cc)
  • Add tag, category page style (2e4126a)
  • Auto switch toc tab when visit post page & error handling (d8f3d99)
  • Click heading to stick top & refactor js code with jquery (24ba46c)
  • Sidebar sticky top (3561257) ...