Skip to content

Latest commit

 

History

History
213 lines (78 loc) · 8 KB

CHANGELOG.md

File metadata and controls

213 lines (78 loc) · 8 KB

0.7.0 (2025-01-25)

Features

0.6.1 (2025-01-25)

Bug Fixes

  • fixed the issue where the image preview function could not be used on some pages. (12d6493)

0.6.0 (2025-01-24)

0.5.4-alpha.2 (2025-01-24)

Bug Fixes

  • fix the custom image component causing element positioning disorder (7569068)

0.5.4-alpha.1 (2025-01-24)

Bug Fixes

0.5.4-alpha.0 (2025-01-24)

Bug Fixes

  • adjust the unocss plugin type assertion (a5f3213)
  • handle transformerTwoslash type assertions (0327858)

Features

  • add frontmatter.publish to control whether to display the article. (4dff7f3)
  • add the scrollRestoration option to control whether the page returns to the last scroll position after refreshing. (d2c7615)
  • bilibili video playback component (85ba483)

Performance Improvements

  • optimize the animation effects of the document content (774d563)
  • use Iconify for Vue (8b14f29)

0.5.3 (2025-01-20)

Bug Fixes

  • fixed the issue where the sidebar status was not synchronized when the config file was modified. (8b1b346)

0.5.2 (2025-01-18)

0.5.2-alpha.0 (2025-01-18)

Bug Fixes

  • fix the issue of the mobile menu not being able to open. (a304c37)

0.5.1 (2025-01-17)

Bug Fixes

  • fix the error caused by the incorrect call to window.close resulting in abnormal window closure (2f25375)

0.5.0 (2025-01-17)

0.4.1-alpha.3 (2025-01-17)

Bug Fixes

  • remove pinia global state management and use provide and inject instead. (551df09)

0.4.1-alpha.2 (2025-01-17)

Bug Fixes

  • adjust the call timing of useBaseStore (0907873)

0.4.1-alpha.1 (2025-01-17)

Bug Fixes

  • fix the issue where the pinia store is called before the instance is created. (3e07cf5)

0.4.1-alpha.0 (2025-01-17)

Bug Fixes

  • fix the sidebar status not updated causing the page display error (4ee2c74)

Features

  • sidebar frontmatter add collapsed. (dcbe73b)

Performance Improvements

  • optimize the auto sidebar calculation method (315d57b)
  • optimize the issue of hot update memory leak causing browser crash during article editing. (5dd0f1d)

0.4.0 (2025-01-10)

0.3.1-alpha.1 (2025-01-10)

Bug Fixes

  • fix error when taking value when undefined comment is repaired. (bf343b1)

0.3.1-alpha.0 (2025-01-10)

Bug Fixes

  • rss plugins are not loaded when not defined (b78c996)
  • the progress bar provides configuration options. (a91988a)

Features

  • add comment component and config (58e8a9c)
  • support RSS subscription (32e042f)

Performance Improvements

  • comment component distinguishes between dark theme and light theme (8b86455)
  • remove transition animation within markdown (c43912a)

0.3.0 (2025-01-08)

Performance Improvements

  • adjust the default page size to 5 (4484366)

0.2.1-alpha.0 (2025-01-08)

Bug Fixes

  • fix the initial page number value as NAN causing page anomalies (302bff2)

0.2.0 (2025-01-08)

Bug Fixes

  • fixed the initial page number error on the article list page (5879af3)
  • optimize the progress bar display effect (2bcf03f)

Performance Improvements

  • handle not found nprogress (70cff1b)