vuepress-theme-plume/CHANGELOG.md
2025-02-24 10:08:48 +08:00

1790 lines
130 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# [1.0.0-rc.133](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.132...v1.0.0-rc.133) (2025-02-24)
### Bug Fixes
* **plugin-search:** incorrect search result keyword highlight styles ([8c7c95a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/8c7c95a4100ae826ea365cbaaf5ad0ac1077f6ba))
# [1.0.0-rc.132](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.131...v1.0.0-rc.132) (2025-02-24)
### Bug Fixes
* **docs:** remove an incorrect link ([#481](https://github.com/pengzhanbo/vuepress-theme-plume/issues/481)) ([877ee4c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/877ee4c55b8ec772286d7b654ccbff9b99f57015))
* **plugin-search:** incorrect local search results ([#479](https://github.com/pengzhanbo/vuepress-theme-plume/issues/479)) ([a1c2a9b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a1c2a9b700aac3f81dc62ee75ce23f14e86fab6c))
* **theme:** fix copyright link overflow due to excessive length ([#486](https://github.com/pengzhanbo/vuepress-theme-plume/issues/486)) ([3eaf290](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3eaf2908c4039bb6279443d1db81f41b8ad0dab8))
* **theme:** fix rendering failure when `actions` is missing ([#476](https://github.com/pengzhanbo/vuepress-theme-plume/issues/476)) ([4f998a1](https://github.com/pengzhanbo/vuepress-theme-plume/commit/4f998a16c3683bf497999f3f97000deaa75dae17))
* **theme:** incorrect Algolia search result rendering, close [#482](https://github.com/pengzhanbo/vuepress-theme-plume/issues/482) ([#484](https://github.com/pengzhanbo/vuepress-theme-plume/issues/484)) ([4e0304e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/4e0304e2a6a92c711f51e9d30794ac85a8e9d1e7))
* **theme:** incorrect context leading to failed theme config file hmr ([#485](https://github.com/pengzhanbo/vuepress-theme-plume/issues/485)) ([ddc8289](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ddc82895ab73a9812a8dfcd1f1b93bedce6aded9))
### Features
* **plugin-md-power:** add `Annotation` syntax support ([#483](https://github.com/pengzhanbo/vuepress-theme-plume/issues/483)) ([f8d3283](https://github.com/pengzhanbo/vuepress-theme-plume/commit/f8d32835dfd66b59ce4cacdc3a0bc4c78ee97881))
* **plugin-md-power:** add support for `abbr` ([#477](https://github.com/pengzhanbo/vuepress-theme-plume/issues/477)) ([1f0ec7f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1f0ec7feaff8282a0db71372d69b6c6d68e489c2))
* remove `plugin-content-update`, instead vuepress built-in api ([4735ca7](https://github.com/pengzhanbo/vuepress-theme-plume/commit/4735ca7b97becdb4c8251fca5fea3fb3f1721826))
* **theme:** add `width/height` props to `<VPImage>` ([#475](https://github.com/pengzhanbo/vuepress-theme-plume/issues/475)) ([49b3796](https://github.com/pengzhanbo/vuepress-theme-plume/commit/49b37962e58622750af84d69192a4e3125a47139))
* **theme:** add type support for `mark` ([#480](https://github.com/pengzhanbo/vuepress-theme-plume/issues/480)) ([fded7e8](https://github.com/pengzhanbo/vuepress-theme-plume/commit/fded7e807a87f7e7082255c8b77dfcfb99beb6cd))
### Performance Improvements
* **cli:** update template ([1058de5](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1058de5774a114105f7cb5fca7f51aaccce4918a))
* **theme:** improve `mark` styles ([bc86a7d](https://github.com/pengzhanbo/vuepress-theme-plume/commit/bc86a7d868e459686acf0612983d6021cfc1a774))
* update deps to latest ([6f11b50](https://github.com/pengzhanbo/vuepress-theme-plume/commit/6f11b50beebbee8bf1dc098b2a99011a0c3b44e3))
# [1.0.0-rc.131](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.130...v1.0.0-rc.131) (2025-02-16)
### Bug Fixes
* **theme:** incorrect home hero actions layout in mobile ([#464](https://github.com/pengzhanbo/vuepress-theme-plume/issues/464)) ([29f9b87](https://github.com/pengzhanbo/vuepress-theme-plume/commit/29f9b871287888309378991ad708f1ee6d0aff1e))
### Features
* **theme:** add `doc-hero` support for custom home ([#462](https://github.com/pengzhanbo/vuepress-theme-plume/issues/462)) ([6442ffa](https://github.com/pengzhanbo/vuepress-theme-plume/commit/6442ffa25a0299eaca4b6786e0644a50d33887a8))
### Performance Improvements
* add vite optimize deps ([#467](https://github.com/pengzhanbo/vuepress-theme-plume/issues/467)) ([b13f172](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b13f1725f182a8d19f3718425892dcd764b51d89))
* **theme:** improve footnote styles ([#469](https://github.com/pengzhanbo/vuepress-theme-plume/issues/469)) ([e0ae83d](https://github.com/pengzhanbo/vuepress-theme-plume/commit/e0ae83d321af275eaa3f33fbe462f60a7b7cdbde))
* update deps to latest ([9a2e088](https://github.com/pengzhanbo/vuepress-theme-plume/commit/9a2e0881195a06d229ca2ba1540014400897afe7))
# [1.0.0-rc.130](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.129...v1.0.0-rc.130) (2025-02-08)
### Bug Fixes
* **theme:** improve `force-dark` in development ([#450](https://github.com/pengzhanbo/vuepress-theme-plume/issues/450)) ([149d318](https://github.com/pengzhanbo/vuepress-theme-plume/commit/149d31818f5b99e69ce5134ffac1b9b2de36c9b3))
### Features
* **plugin-md-power:** improve `normal demo` sandbox ([#448](https://github.com/pengzhanbo/vuepress-theme-plume/issues/448)) ([c703b89](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c703b89e1c9644275fd2d3628afdb772b50c3b1a))
* **theme:** add `sidebarScrollbar` options, close [#425](https://github.com/pengzhanbo/vuepress-theme-plume/issues/425) ([#460](https://github.com/pengzhanbo/vuepress-theme-plume/issues/460)) ([8631727](https://github.com/pengzhanbo/vuepress-theme-plume/commit/8631727ec31c754e3c4844fddc30ae1159e98523))
* **theme:** add custom color support for badge components, close [#453](https://github.com/pengzhanbo/vuepress-theme-plume/issues/453) ([#455](https://github.com/pengzhanbo/vuepress-theme-plume/issues/455)) ([a2282f5](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a2282f51c66503ce68213b39a949319c80aa1ecb))
* **theme:** add icon support for home hero actions ([#456](https://github.com/pengzhanbo/vuepress-theme-plume/issues/456)) ([90db034](https://github.com/pengzhanbo/vuepress-theme-plume/commit/90db0346718874d5eb352238a37f3cedf2b533c7))
* **theme:** improve doc copyright link text ([#457](https://github.com/pengzhanbo/vuepress-theme-plume/issues/457)) ([3017bd7](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3017bd7a9485844bd9707ec74ef00965207d9589))
### Performance Improvements
* **plugin-search:** improve search cache ([#451](https://github.com/pengzhanbo/vuepress-theme-plume/issues/451)) ([4ed2ed4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/4ed2ed49a85978b0ffcda9bbe50db948518b9e89))
* **plugin-shikiji:** improve twoslash ([#459](https://github.com/pengzhanbo/vuepress-theme-plume/issues/459)) ([861512d](https://github.com/pengzhanbo/vuepress-theme-plume/commit/861512d402cb713aa1fb9c3ce31ccc1406f559ba))
* update deps to latest ([fe1ea11](https://github.com/pengzhanbo/vuepress-theme-plume/commit/fe1ea1167d22f25adc9ca4360fbd1681134466ad))
# [1.0.0-rc.129](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.128...v1.0.0-rc.129) (2025-01-21)
### Bug Fixes
* **plugin-md-power:** improve steps styles, close [#422](https://github.com/pengzhanbo/vuepress-theme-plume/issues/422) ([#432](https://github.com/pengzhanbo/vuepress-theme-plume/issues/432)) ([9c796c2](https://github.com/pengzhanbo/vuepress-theme-plume/commit/9c796c228fd32093076274076646fe20fa6a3337))
* **plugin-md-power:** incorrect rendering heading from `demo` in `outline`, close [#423](https://github.com/pengzhanbo/vuepress-theme-plume/issues/423) ([#431](https://github.com/pengzhanbo/vuepress-theme-plume/issues/431)) ([4a39d39](https://github.com/pengzhanbo/vuepress-theme-plume/commit/4a39d393313ae0fe41cb2698ea4edf56aa0ff5ce))
* **plugin-search:** incorrect local search results ([#434](https://github.com/pengzhanbo/vuepress-theme-plume/issues/434)) ([0002996](https://github.com/pengzhanbo/vuepress-theme-plume/commit/000299666dc24ec7c35558bb79e4f2c1f23b2233))
* **plugin-shikiji:** incorrect render when `whitespace:true`, close [#444](https://github.com/pengzhanbo/vuepress-theme-plume/issues/444) ([#446](https://github.com/pengzhanbo/vuepress-theme-plume/issues/446)) ([30d1c04](https://github.com/pengzhanbo/vuepress-theme-plume/commit/30d1c046ffcf2c9ae0b461a29fff94b880cd7e57))
* **theme:** fix flickering white border in bottom of home, close [#424](https://github.com/pengzhanbo/vuepress-theme-plume/issues/424) ([#433](https://github.com/pengzhanbo/vuepress-theme-plume/issues/433)) ([40bbb22](https://github.com/pengzhanbo/vuepress-theme-plume/commit/40bbb22487601bf3dac9e95925f62af09fd57cfa))
* **theme:** improve code block scrollbar, close [#427](https://github.com/pengzhanbo/vuepress-theme-plume/issues/427) ([#435](https://github.com/pengzhanbo/vuepress-theme-plume/issues/435)) ([0ce2754](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0ce2754a34eb3844c74b73977863cdf6471834f9))
* **theme:** improve page aside layout, close [#429](https://github.com/pengzhanbo/vuepress-theme-plume/issues/429) ([#436](https://github.com/pengzhanbo/vuepress-theme-plume/issues/436)) ([b671875](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b671875bcc6901a6630fe99140f1185f66a10030))
* **theme:** incorrect copyright author, close [#443](https://github.com/pengzhanbo/vuepress-theme-plume/issues/443) ([#445](https://github.com/pengzhanbo/vuepress-theme-plume/issues/445)) ([363a0dd](https://github.com/pengzhanbo/vuepress-theme-plume/commit/363a0dd425beee5a50ad794373ee36688fa93c19))
### Features
* **cli:** add site favicon template ([#439](https://github.com/pengzhanbo/vuepress-theme-plume/issues/439)) ([f81c011](https://github.com/pengzhanbo/vuepress-theme-plume/commit/f81c011e6aed5ed7878d2bd4d41739d918fd6102))
* improve built-in locales ([#441](https://github.com/pengzhanbo/vuepress-theme-plume/issues/441)) ([62c43d2](https://github.com/pengzhanbo/vuepress-theme-plume/commit/62c43d25ee8977bfb3522a0b39e469d4936e2d1e))
* **theme:** add separator support for sidebar items, close [#426](https://github.com/pengzhanbo/vuepress-theme-plume/issues/426) ([#437](https://github.com/pengzhanbo/vuepress-theme-plume/issues/437)) ([93a3da2](https://github.com/pengzhanbo/vuepress-theme-plume/commit/93a3da293420882423fa7270ba97e1dc9a79009e))
### Performance Improvements
* **theme:** improve bulletin `enablePage` ([#438](https://github.com/pengzhanbo/vuepress-theme-plume/issues/438)) ([8b9c50b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/8b9c50b0fee3b989c384e78cfe69a8f3d12b3a21))
* update deps to latest ([df306e7](https://github.com/pengzhanbo/vuepress-theme-plume/commit/df306e78bcdbdaf33403e15b20503ff57d7a04b3))
# [1.0.0-rc.128](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.127...v1.0.0-rc.128) (2025-01-10)
### Bug Fixes
* **plugin-md-power:** fix `demo` temp generated ([62b6603](https://github.com/pengzhanbo/vuepress-theme-plume/commit/62b66036a63a92238e9968c5c66f5909683445e5))
# [1.0.0-rc.127](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.126...v1.0.0-rc.127) (2025-01-10)
### Features
* **plugin-md-power:** add `demo` syntax ([#415](https://github.com/pengzhanbo/vuepress-theme-plume/issues/415)) ([a9f6bd0](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a9f6bd0a0c04b617abfd23ebcd248a52cf4382d9))
### Performance Improvements
* update deps to latest ([cb731d9](https://github.com/pengzhanbo/vuepress-theme-plume/commit/cb731d904150c0a4ac5efb53973e8b3d08345b4d))
# [1.0.0-rc.126](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.125...v1.0.0-rc.126) (2025-01-05)
### Bug Fixes
* **plugin-md-power:** incorrect `tabs` styles ([#412](https://github.com/pengzhanbo/vuepress-theme-plume/issues/412)) ([756cc54](https://github.com/pengzhanbo/vuepress-theme-plume/commit/756cc54e8078447a238249dde9ca06747dea498b))
* **theme:** doc changelog `mismatch` ([#413](https://github.com/pengzhanbo/vuepress-theme-plume/issues/413)) ([1db995c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1db995c887f1fda87bb853a2b95ad61cd3cc71c2))
### Performance Improvements
* **plugin-md-power:** optimize artplayer `z-index` ([#411](https://github.com/pengzhanbo/vuepress-theme-plume/issues/411)) ([71aea89](https://github.com/pengzhanbo/vuepress-theme-plume/commit/71aea89792bebe7d2a5ead1a8e4100011723bda0))
* update deps to latest ([fe99eb9](https://github.com/pengzhanbo/vuepress-theme-plume/commit/fe99eb9881c99fa051ee97af61997806a37e6b08))
# [1.0.0-rc.125](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.124...v1.0.0-rc.125) (2024-12-29)
### Bug Fixes
* **docs:** notes/tools/README.md 404 ([#400](https://github.com/pengzhanbo/vuepress-theme-plume/issues/400)) ([7c7ddda](https://github.com/pengzhanbo/vuepress-theme-plume/commit/7c7dddaf06c9e903ca78a375a3fef5bd0e474d4a))
* **theme:** incorrect langs switch in blog page, close [#404](https://github.com/pengzhanbo/vuepress-theme-plume/issues/404) ([#405](https://github.com/pengzhanbo/vuepress-theme-plume/issues/405)) ([8dff33a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/8dff33a4811421ea2d5cc56361b5873c171fc451))
### Features
* **cli:** improve templates ([#406](https://github.com/pengzhanbo/vuepress-theme-plume/issues/406)) ([045f131](https://github.com/pengzhanbo/vuepress-theme-plume/commit/045f131ba44f7e51911bc296233c38711a449035))
* **theme:** improve doc styles ([#402](https://github.com/pengzhanbo/vuepress-theme-plume/issues/402)) ([0205ec8](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0205ec8681e20a85dfb0066b0e98a05a4321d5c0))
* **theme:** improve styles ([4da8c75](https://github.com/pengzhanbo/vuepress-theme-plume/commit/4da8c75cc735208936e8b08af7278748d1540ff9))
### Performance Improvements
* **plugin-md-power:** optimize `icon` rule ([#407](https://github.com/pengzhanbo/vuepress-theme-plume/issues/407)) ([463bbd3](https://github.com/pengzhanbo/vuepress-theme-plume/commit/463bbd3feddaef4b37e41250d2b300a96c24e10b))
* **plugin-md-power:** optimize `plot` rule ([#408](https://github.com/pengzhanbo/vuepress-theme-plume/issues/408)) ([5b85cc9](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5b85cc91a8c87ba52b4d5b8642c17a3747aebd24))
* update `vuepress` deps to latest ([929e2ce](https://github.com/pengzhanbo/vuepress-theme-plume/commit/929e2ce59e661c35d0c2e392cb50a79e0a67d833))
* update deps to latest ([96d25a2](https://github.com/pengzhanbo/vuepress-theme-plume/commit/96d25a2df9b25ce6ba52a54b753970a4d80d71b9))
# [1.0.0-rc.124](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.123...v1.0.0-rc.124) (2024-12-24)
### Bug Fixes
* **theme:** incorrect auto sidebar sorting ([#399](https://github.com/pengzhanbo/vuepress-theme-plume/issues/399)) ([0b7a955](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0b7a955343fdbb08684e8e3913ac17c43babab96))
### Features
* **plugin-md-power:** add `audioReader` support ([#398](https://github.com/pengzhanbo/vuepress-theme-plume/issues/398)) ([c276a77](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c276a77d4e788bd09e3936af9cbe7bddb2ba7697))
### Performance Improvements
* update deps to latest ([ff8acf0](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ff8acf090c9a8fb0778b03cf5addb169f231a1a2))
# [1.0.0-rc.123](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.122...v1.0.0-rc.123) (2024-12-23)
### Bug Fixes
* **theme:** incorrect link external parsing ([#396](https://github.com/pengzhanbo/vuepress-theme-plume/issues/396)) ([4e15896](https://github.com/pengzhanbo/vuepress-theme-plume/commit/4e158964d23acfd2065ba67aa14f26a7b7a4d8a7))
### Features
* **theme:** improve config template ([d3deac9](https://github.com/pengzhanbo/vuepress-theme-plume/commit/d3deac99fd23fe6b746a7cb9adbfc68ffddcaa03))
# [1.0.0-rc.122](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.121...v1.0.0-rc.122) (2024-12-22)
### Bug Fixes
* **theme:** fix carousel swiper that stops unexpectedly during appearance switching ([#385](https://github.com/pengzhanbo/vuepress-theme-plume/issues/385)) ([361ef45](https://github.com/pengzhanbo/vuepress-theme-plume/commit/361ef45a0f26fc0fbc28ba6de7ac9adcb143a5ab))
* **theme:** incorrect `font-synthesis` and `readingTime` format ([#394](https://github.com/pengzhanbo/vuepress-theme-plume/issues/394)) ([2557af8](https://github.com/pengzhanbo/vuepress-theme-plume/commit/2557af8e0111d056dadc3f37dc89916617bc8d52))
* **theme:** incorrect sidebar auto sorting, close [#387](https://github.com/pengzhanbo/vuepress-theme-plume/issues/387) ([#389](https://github.com/pengzhanbo/vuepress-theme-plume/issues/389)) ([d261dc3](https://github.com/pengzhanbo/vuepress-theme-plume/commit/d261dc312a8a3637c77078cacb89f9b8b862e2c2))
### Features
* **plugin-md-power:** add `artplayer` support ([#393](https://github.com/pengzhanbo/vuepress-theme-plume/issues/393)) ([bd4c350](https://github.com/pengzhanbo/vuepress-theme-plume/commit/bd4c3506dc23d42e8e5b5cbf2a7fc9128d2e43fe))
* **theme:** improve auto-frontmatter error log ([#383](https://github.com/pengzhanbo/vuepress-theme-plume/issues/383)) ([a21d9ed](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a21d9ed0b53d4769fc7f0ff306a22d3ea67a75e5))
* **theme:** improve languages selector ([#384](https://github.com/pengzhanbo/vuepress-theme-plume/issues/384)) ([e9b6bce](https://github.com/pengzhanbo/vuepress-theme-plume/commit/e9b6bce8e69364c93ace25f21ffbd06bea447821))
* **theme:** improve link parsing ([#382](https://github.com/pengzhanbo/vuepress-theme-plume/issues/382)) ([055bf61](https://github.com/pengzhanbo/vuepress-theme-plume/commit/055bf6156c50636a8db6f01f429dd8f642714509))
### Performance Improvements
* **theme:** improve `<ArtPlayer/ >` ([0e22ad0](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0e22ad0258891d4fec63bf584345d9f0854f048d))
* **theme:** improve contributors styles ([4d18728](https://github.com/pengzhanbo/vuepress-theme-plume/commit/4d18728234551cf0d76d038d78bb1653cb6a4a5a))
* update deps to latest ([70dfe79](https://github.com/pengzhanbo/vuepress-theme-plume/commit/70dfe79c2a51c798d38730289569b8da84ec592c))
# [1.0.0-rc.121](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.120...v1.0.0-rc.121) (2024-12-15)
### Bug Fixes
* **theme:** `CardMasonry` hydration mismatch ([d022114](https://github.com/pengzhanbo/vuepress-theme-plume/commit/d022114498867be9f63a4e4786b6f75af758cb57))
* **theme:** incorrect `link` parsing in breadcrumb nav, close [#369](https://github.com/pengzhanbo/vuepress-theme-plume/issues/369) ([#373](https://github.com/pengzhanbo/vuepress-theme-plume/issues/373)) ([71304ee](https://github.com/pengzhanbo/vuepress-theme-plume/commit/71304ee1607563c4ea08d9d4b38d236508954b67))
* **theme:** unexpectedly overlooked sidebar icon ([#374](https://github.com/pengzhanbo/vuepress-theme-plume/issues/374)) ([801d1a6](https://github.com/pengzhanbo/vuepress-theme-plume/commit/801d1a6ac78f78dcb7ee38d2cf3e28592ed6b5ac))
### Features
* **theme:** add `<CardMasonry>` support ([#379](https://github.com/pengzhanbo/vuepress-theme-plume/issues/379)) ([a93d53c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a93d53c77ae9086266bd2829e8ed0473a13c7d5e))
* **theme:** add `location/organization` configuration support for friends ([#376](https://github.com/pengzhanbo/vuepress-theme-plume/issues/376)) ([b5ca59d](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b5ca59d1fef6b5c68bb28117a29c80bb11498728))
* **theme:** add `width/center` props support for `ImageCard` ([#378](https://github.com/pengzhanbo/vuepress-theme-plume/issues/378)) ([e5d732b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/e5d732bc79be3a53b7175999a9a5e34422c88f6e))
* **theme:** improve sidebar collapsed state ([#377](https://github.com/pengzhanbo/vuepress-theme-plume/issues/377)) ([a776852](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a776852a8af086f02fbb5228f3b7d6fc3c1bbef0))
### Performance Improvements
* update vuepress to `rc.19` and deps to latest ([#380](https://github.com/pengzhanbo/vuepress-theme-plume/issues/380)) ([1d01d7c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1d01d7c53643c06b4fd77a649daf991c4548662d))
# [1.0.0-rc.120](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.119...v1.0.0-rc.120) (2024-12-08)
### Bug Fixes
* **theme:** unformatted system `sep` cause auto frontmatter error ([#370](https://github.com/pengzhanbo/vuepress-theme-plume/issues/370)) ([cdee6dc](https://github.com/pengzhanbo/vuepress-theme-plume/commit/cdee6dc105acb7caa2004ceaebc88ff74c0bcca0))
### Features
* **cli:** update deps and template ([829fab5](https://github.com/pengzhanbo/vuepress-theme-plume/commit/829fab5508f10b030a4dd6fc4fc65ca2e134a9ce))
### Performance Improvements
* optimize debug logs ([#371](https://github.com/pengzhanbo/vuepress-theme-plume/issues/371)) ([e7ba562](https://github.com/pengzhanbo/vuepress-theme-plume/commit/e7ba5621f75a4b393ed2410f72bf21e6ba54ddcb))
* **theme:** improve typo ([8d39305](https://github.com/pengzhanbo/vuepress-theme-plume/commit/8d3930560a59ecbc2c70f0eb97f117123fe1d717))
# [1.0.0-rc.119](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.118...v1.0.0-rc.119) (2024-11-29)
### Bug Fixes
* **theme:** incorrect article copyright, close [#362](https://github.com/pengzhanbo/vuepress-theme-plume/issues/362) ([#363](https://github.com/pengzhanbo/vuepress-theme-plume/issues/363)) ([6533332](https://github.com/pengzhanbo/vuepress-theme-plume/commit/653333228057cab1d3c1eb79008669bfac6daa58))
* **theme:** locales preset injection failed, close [#354](https://github.com/pengzhanbo/vuepress-theme-plume/issues/354) ([#356](https://github.com/pengzhanbo/vuepress-theme-plume/issues/356)) ([c8afeef](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c8afeef7825f6f99758c0c5633d8d84d40feecd3))
### Features
* **theme:** improve locales ([#366](https://github.com/pengzhanbo/vuepress-theme-plume/issues/366)) ([9906f1a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/9906f1a4e2e779363d7446f0ea7851f28254d378))
* **theme:** improve sidebar external link icon ([#358](https://github.com/pengzhanbo/vuepress-theme-plume/issues/358)) ([de2a5a3](https://github.com/pengzhanbo/vuepress-theme-plume/commit/de2a5a3037eb4e3ce963ec448dfddf61886887f5))
* **theme:** optimize cn font family ([#357](https://github.com/pengzhanbo/vuepress-theme-plume/issues/357)) ([d11dd2d](https://github.com/pengzhanbo/vuepress-theme-plume/commit/d11dd2d12ced2444e62296183d3b1738c49fd2d7))
### Performance Improvements
* **theme:** improve types ([#365](https://github.com/pengzhanbo/vuepress-theme-plume/issues/365)) ([8b39248](https://github.com/pengzhanbo/vuepress-theme-plume/commit/8b39248f9635d4e45990023ca1b9140b9076a318))
* update deps to latest ([1262d1a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1262d1a0b7291c1efe5d8312636a1512e75c999b))
# [1.0.0-rc.118](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.117...v1.0.0-rc.118) (2024-11-22)
### Bug Fixes
* **plugin-shikiji:** in copy-code, unknown locales fallback not set ([#348](https://github.com/pengzhanbo/vuepress-theme-plume/issues/348)) ([c09895e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c09895ef1c27e59bdc9c793bf97a760dbc7fda69))
### Features
* **theme:** add multiple locales preset ([#347](https://github.com/pengzhanbo/vuepress-theme-plume/issues/347)) ([49c896b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/49c896b8cefe3517a3c7c3f737089feb50a1aaf3))
* **theme:** add support for article copyright ([#345](https://github.com/pengzhanbo/vuepress-theme-plume/issues/345)) ([6e037dc](https://github.com/pengzhanbo/vuepress-theme-plume/commit/6e037dcdc04aaeae17b9b759bd4fb5551ebe808e))
* **theme:** add support for seo & sitemap plugin options ([#351](https://github.com/pengzhanbo/vuepress-theme-plume/issues/351)) ([f2f2730](https://github.com/pengzhanbo/vuepress-theme-plume/commit/f2f2730759f6359e795107b19bc004f8026710b5))
### Performance Improvements
* update deps to latest ([6bf06c9](https://github.com/pengzhanbo/vuepress-theme-plume/commit/6bf06c985e664cd1336b01666a2a342a6f149fe4))
# [1.0.0-rc.117](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.116...v1.0.0-rc.117) (2024-11-17)
### Features
* **plugin-shikiji:** improve prepare config file ([#339](https://github.com/pengzhanbo/vuepress-theme-plume/issues/339)) ([64fe1e2](https://github.com/pengzhanbo/vuepress-theme-plume/commit/64fe1e2cd71519f2eb4f7b6e7b4f6b03fac2d303))
* **theme:** add categories transform and improve ui ([#342](https://github.com/pengzhanbo/vuepress-theme-plume/issues/342)) ([04ada17](https://github.com/pengzhanbo/vuepress-theme-plume/commit/04ada17d5f9fd273a4ef904ca4e31ec3df9d2f04))
* **theme:** add repo card cache ([#338](https://github.com/pengzhanbo/vuepress-theme-plume/issues/338)) ([c4438af](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c4438afaa52ce0d5f9bc4a57c580dfdf35134e91))
### Performance Improvements
* **theme:** improve image card title ([#341](https://github.com/pengzhanbo/vuepress-theme-plume/issues/341)) ([6f2d395](https://github.com/pengzhanbo/vuepress-theme-plume/commit/6f2d3958f4add1202b632bf0b5a775b3034b19f3))
* **theme:** optimize locales provide ([#340](https://github.com/pengzhanbo/vuepress-theme-plume/issues/340)) ([77ef9c5](https://github.com/pengzhanbo/vuepress-theme-plume/commit/77ef9c55896c83cd77b2b40549b78b76edc5fcc1))
* update deps to latest ([50e8f4c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/50e8f4c7e2c91871ebdf765f684d2db01b17ca86))
# [1.0.0-rc.116](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.115...v1.0.0-rc.116) (2024-11-11)
### Features
* **plugin-shikiji:** add support for `twoslashOptions` ([#335](https://github.com/pengzhanbo/vuepress-theme-plume/issues/335)) ([1751730](https://github.com/pengzhanbo/vuepress-theme-plume/commit/175173027d821cf49823ad8549bd64bd2e0922b6))
# [1.0.0-rc.115](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.114...v1.0.0-rc.115) (2024-11-09)
### Bug Fixes
* **plugin-search:** search result navigation failed ([#323](https://github.com/pengzhanbo/vuepress-theme-plume/issues/323)) ([7685f24](https://github.com/pengzhanbo/vuepress-theme-plume/commit/7685f2452539df7bb957c808c502f73e0186a5e0))
* **theme:** incorrect ssr in `dark-mode` ([bbef6a8](https://github.com/pengzhanbo/vuepress-theme-plume/commit/bbef6a8f18f5aa9cb7e5de473d48b21e6956c320))
### Features
* **theme:** add `changelog` and improve `contributors`, close [#319](https://github.com/pengzhanbo/vuepress-theme-plume/issues/319) ([#329](https://github.com/pengzhanbo/vuepress-theme-plume/issues/329)) ([08a2d61](https://github.com/pengzhanbo/vuepress-theme-plume/commit/08a2d6107f91573ee84a701b682fac4d0e3c58f4))
* **theme:** add archive article count, close [#326](https://github.com/pengzhanbo/vuepress-theme-plume/issues/326) ([#330](https://github.com/pengzhanbo/vuepress-theme-plume/issues/330)) ([bf35ec1](https://github.com/pengzhanbo/vuepress-theme-plume/commit/bf35ec11d3c10f583531d54ae834e9bc9df75e0b))
* **theme:** add component `<VPDocHeader>` ([a8f3df3](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a8f3df3619060735fc673cc46c9f78fb4f657c72))
* **theme:** improve `<VPImageCard>` ([ad700d6](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ad700d6917f5b5d9721a0885c6b203049fd4ae6f))
* **theme:** optimize appearance transition, close [#325](https://github.com/pengzhanbo/vuepress-theme-plume/issues/325) ([#333](https://github.com/pengzhanbo/vuepress-theme-plume/issues/333)) ([b36ebad](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b36ebadcb87897e01b314b4a696a281d299085f5))
### Performance Improvements
* **theme:** improve `CommentService` ([1f003a4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1f003a42c415b7adfbaf576bb272dc02936a9acd))
* **theme:** optimize `plugin-git` default options ([b9f7340](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b9f7340c25382801ca52f0b771e47d33179527e8))
# [1.0.0-rc.114](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.113...v1.0.0-rc.114) (2024-10-31)
### Bug Fixes
* **theme:** incorrect date format, close [#317](https://github.com/pengzhanbo/vuepress-theme-plume/issues/317) ([#321](https://github.com/pengzhanbo/vuepress-theme-plume/issues/321)) ([e74130c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/e74130c19dd01185301de7cd4828225e2b478bc6))
### Performance Improvements
* improve markdown container plugin ([#320](https://github.com/pengzhanbo/vuepress-theme-plume/issues/320)) ([30d7070](https://github.com/pengzhanbo/vuepress-theme-plume/commit/30d707036e73ad70ca47d1477e6392d529d538af))
* update deps to latest ([436a818](https://github.com/pengzhanbo/vuepress-theme-plume/commit/436a818c2e99bbab45ad14886b57d7c11017c2d2))
# [1.0.0-rc.113](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.112...v1.0.0-rc.113) (2024-10-25)
### Bug Fixes
- **theme:** incorrect auto generate sidebar, close [#307](https://github.com/pengzhanbo/vuepress-theme-plume/issues/307) ([#308](https://github.com/pengzhanbo/vuepress-theme-plume/issues/308)) ([b98f46a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b98f46a9145d915437f34b8617ac77afcab08113))
- **theme:** incorrect layer for `LinkCard` icon, close [#310](https://github.com/pengzhanbo/vuepress-theme-plume/issues/310) ([#313](https://github.com/pengzhanbo/vuepress-theme-plume/issues/313)) ([4237310](https://github.com/pengzhanbo/vuepress-theme-plume/commit/423731056047c59c183f95ac5c545af684ec6039))
- **theme:** incorrect date format, close [#312](https://github.com/pengzhanbo/vuepress-theme-plume/issues/312) ([#314](https://github.com/pengzhanbo/vuepress-theme-plume/issues/314)) ([97b59bf](https://github.com/pengzhanbo/vuepress-theme-plume/commit/97b59bfc76f050ef39a80a68f8176189021406f6))
### Performance Improvements
- **theme:** improve breadcrumb seo ([3390b49](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3390b49c1f4a4ddbc0f22a3870ff9f691f897fe1))
- update deps to latest ([ea898f4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ea898f4fc09aa8b9e232a71f2ead39ed097f3389))
# [1.0.0-rc.112](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.111...v1.0.0-rc.112) (2024-10-21)
### Bug Fixes
- **theme:** incorrect home hero background styles, close [#304](https://github.com/pengzhanbo/vuepress-theme-plume/issues/304) ([#305](https://github.com/pengzhanbo/vuepress-theme-plume/issues/305)) ([ef78eea](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ef78eeab7aa5bcdd55f476edbc3b0029b8f131fb))
### Features
- **theme:** add `footer-content` slot ([#299](https://github.com/pengzhanbo/vuepress-theme-plume/issues/299)) ([3f7fa41](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3f7fa4133ce4cec47fa5f5e58cc714368ab4c283))
- **theme:** add support for bulletin, close [#280](https://github.com/pengzhanbo/vuepress-theme-plume/issues/280) ([#298](https://github.com/pengzhanbo/vuepress-theme-plume/issues/298)) ([7c779b2](https://github.com/pengzhanbo/vuepress-theme-plume/commit/7c779b237fa19c3071ef054104469805704455f7))
### Performance Improvements
- update deps to latest ([561d8eb](https://github.com/pengzhanbo/vuepress-theme-plume/commit/561d8eb3c0ee565697a30a452d7b1b0e49f62457))
# [1.0.0-rc.111](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.110...v1.0.0-rc.111) (2024-10-18)
### Bug Fixes
- **theme:** blog cover hydration mismatch in mobile ([#290](https://github.com/pengzhanbo/vuepress-theme-plume/issues/290)) ([cb9d7f1](https://github.com/pengzhanbo/vuepress-theme-plume/commit/cb9d7f18ede7a0cd4bbc45c5729dd4c8588dc4b7))
- **theme:** incorrect breadcrumb when blog home ([#292](https://github.com/pengzhanbo/vuepress-theme-plume/issues/292)) ([38e6009](https://github.com/pengzhanbo/vuepress-theme-plume/commit/38e6009fda79000f1be351aab4ed1b6dc0f6f2bc))
- **theme:** silent sass `[@import](https://github.com/import)` deprecation warning, close [#291](https://github.com/pengzhanbo/vuepress-theme-plume/issues/291) ([#293](https://github.com/pengzhanbo/vuepress-theme-plume/issues/293)) ([f4cc452](https://github.com/pengzhanbo/vuepress-theme-plume/commit/f4cc4529b8e388969d9e4fcb7b142146cfd03545))
### Performance Improvements
- **theme:** improve build template ([#289](https://github.com/pengzhanbo/vuepress-theme-plume/issues/289)) ([1b5d9da](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1b5d9daaa950d3eeabd8c75c8a0625189820a789))
- update deps to latest ([#295](https://github.com/pengzhanbo/vuepress-theme-plume/issues/295)) ([f006c41](https://github.com/pengzhanbo/vuepress-theme-plume/commit/f006c41be81ddd41b364eb35a051b0d24a870467))
# [1.0.0-rc.110](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.109...v1.0.0-rc.110) (2024-10-15)
### Bug Fixes
- **theme:** incorrect prepared with tags's temp files, close [#286](https://github.com/pengzhanbo/vuepress-theme-plume/issues/286) ([#287](https://github.com/pengzhanbo/vuepress-theme-plume/issues/287)) ([8e06a44](https://github.com/pengzhanbo/vuepress-theme-plume/commit/8e06a4450fd8dc0b841df5b0f8524fb175a0a365))
# [1.0.0-rc.109](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.108...v1.0.0-rc.109) (2024-10-14)
### Bug Fixes
- **theme:** fix grammar mistakes in site footer ([#274](https://github.com/pengzhanbo/vuepress-theme-plume/issues/274)) ([c4025cb](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c4025cb489807c2720b0d2df8e24b31a58505820))
- **theme:** incorrect page layout when `navbar: false`, close [#270](https://github.com/pengzhanbo/vuepress-theme-plume/issues/270) ([#273](https://github.com/pengzhanbo/vuepress-theme-plume/issues/273)) ([c32dd3e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c32dd3eb930f045f354a317218d5c0ed5b072879))
### Features
- **theme:** add support for blog category expand depth, close [#271](https://github.com/pengzhanbo/vuepress-theme-plume/issues/271) ([#275](https://github.com/pengzhanbo/vuepress-theme-plume/issues/275)) ([c6907df](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c6907dfe74f79f0d11318f37f57cfc80d3bbacce))
- **theme:** add support for tags color themes ([#284](https://github.com/pengzhanbo/vuepress-theme-plume/issues/284)) ([a759502](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a7595025b74ce1c9b9e831fbb440d2ca6debcf8c))
- **theme:** add support for whether to display `createTime`, close [#279](https://github.com/pengzhanbo/vuepress-theme-plume/issues/279) ([#282](https://github.com/pengzhanbo/vuepress-theme-plume/issues/282)) ([aa638a8](https://github.com/pengzhanbo/vuepress-theme-plume/commit/aa638a864f170b8fe6c76fc2e288c5cd6c420309))
- **theme:** improve loading config file ([#276](https://github.com/pengzhanbo/vuepress-theme-plume/issues/276)) ([b09122e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b09122e1b31d3ed766d6c6aa046f46de62d3bbba))
- **theme:** reduce the line spacing in the category list ([#281](https://github.com/pengzhanbo/vuepress-theme-plume/issues/281)) ([e347537](https://github.com/pengzhanbo/vuepress-theme-plume/commit/e347537986bebd63c39db31452769d84989d95bd))
### Performance Improvements
- update deps to latest ([b8f4326](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b8f43267ad1b13f7133a9bf40aae5d084f49ba77))
# [1.0.0-rc.108](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.107...v1.0.0-rc.108) (2024-10-12)
### Bug Fixes
- **plugin-search:** incorrect page path when configuring `base`, close [#265](https://github.com/pengzhanbo/vuepress-theme-plume/issues/265) ([#267](https://github.com/pengzhanbo/vuepress-theme-plume/issues/267)) ([012cbaf](https://github.com/pengzhanbo/vuepress-theme-plume/commit/012cbafaaf9c0b1cee518b8af047b84192e24d3f))
- **theme:** incorrect anchor link scrolling, close [#266](https://github.com/pengzhanbo/vuepress-theme-plume/issues/266) ([#268](https://github.com/pengzhanbo/vuepress-theme-plume/issues/268)) ([9ef85fe](https://github.com/pengzhanbo/vuepress-theme-plume/commit/9ef85fe858170e3533f379379e4520b94ec473f8))
### Performance Improvements
- **theme:** improve types ([2dd8d23](https://github.com/pengzhanbo/vuepress-theme-plume/commit/2dd8d239ce2b51b51d9ec9138df2fe951fbae28b))
- update deps to latest ([b8c1b68](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b8c1b685195cf119d4994fa38544ee7165247a08))
# [1.0.0-rc.107](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.106...v1.0.0-rc.107) (2024-10-08)
### Bug Fixes
- **cli:** incorrect `yarn` project creation process, close [#254](https://github.com/pengzhanbo/vuepress-theme-plume/issues/254) ([#255](https://github.com/pengzhanbo/vuepress-theme-plume/issues/255)) ([08eeac7](https://github.com/pengzhanbo/vuepress-theme-plume/commit/08eeac7cb8f9ae2e1675e1c06989641c7d8f6a49))
- **theme:** `back-to-top` hydration Mismatch ([#257](https://github.com/pengzhanbo/vuepress-theme-plume/issues/257)) ([3fe7497](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3fe7497df17110e34b38cafdb7655e8f5957d621))
### Features
- **plugin-md-power:** add support `npm-to` container ([#256](https://github.com/pengzhanbo/vuepress-theme-plume/issues/256)) ([b721bf0](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b721bf08f9ecf5c71a8982f479a2909cfc7bd04d))
### Performance Improvements
- **theme:** improve scroll behavior ([#253](https://github.com/pengzhanbo/vuepress-theme-plume/issues/253)) ([6d918ca](https://github.com/pengzhanbo/vuepress-theme-plume/commit/6d918ca7b8788be41f3ba92f0315a04eca54a861))
- update deps to latest ([eb58c60](https://github.com/pengzhanbo/vuepress-theme-plume/commit/eb58c60743afd3b1e16216becc932b74631cb5b4))
# [1.0.0-rc.106](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.105...v1.0.0-rc.106) (2024-10-03)
### Bug Fixes
- **theme:** incorrect task list style in mobile, close [#247](https://github.com/pengzhanbo/vuepress-theme-plume/issues/247) ([#252](https://github.com/pengzhanbo/vuepress-theme-plume/issues/252)) ([5509bf4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5509bf460ce4543ddc4e61e97f6bdd53101f89cb))
### Features
- **theme:** add attr `name` for navbar social icon ([#249](https://github.com/pengzhanbo/vuepress-theme-plume/issues/249)) ([45b2a36](https://github.com/pengzhanbo/vuepress-theme-plume/commit/45b2a36798592a677fea26647d0ac2805aa889ce))
- **theme:** add fs cache for encrypt and icons ([#248](https://github.com/pengzhanbo/vuepress-theme-plume/issues/248)) ([2a35570](https://github.com/pengzhanbo/vuepress-theme-plume/commit/2a355705ff206a8a12d9fbaf93d3509d976c8dd9))
### Performance Improvements
- **plugin-md-power:** add unset `languages` warning ([#251](https://github.com/pengzhanbo/vuepress-theme-plume/issues/251)) ([6fac619](https://github.com/pengzhanbo/vuepress-theme-plume/commit/6fac619031421daab0901c94145474b49dac9182))
# [1.0.0-rc.105](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.104...v1.0.0-rc.105) (2024-10-01)
### Features
- **cli:** add cli error logs ([#235](https://github.com/pengzhanbo/vuepress-theme-plume/issues/235)) ([713e7bc](https://github.com/pengzhanbo/vuepress-theme-plume/commit/713e7bcc2a8384a4fae954e2fcf3a01cbd9dfdaf))
- **cli:** add github page deploy desc to templates ([#236](https://github.com/pengzhanbo/vuepress-theme-plume/issues/236)) ([25c4a78](https://github.com/pengzhanbo/vuepress-theme-plume/commit/25c4a78767ddb7a59eec6609ced967628444c90d))
- **plugin-shikiji:** auto scan code blocks language ([#243](https://github.com/pengzhanbo/vuepress-theme-plume/issues/243)) ([5d112d0](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5d112d0e37c0059aa6fbe6f574c4450afad8af47))
### Performance Improvements
- **cli:** improve`config.ts` template ([#242](https://github.com/pengzhanbo/vuepress-theme-plume/issues/242)) ([5115791](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5115791aa73348175f2d2de501bef9284bb32579))
- **plugin-md-power:** improve `file-tree` attrs parsing ([#238](https://github.com/pengzhanbo/vuepress-theme-plume/issues/238)) ([8a0b0e7](https://github.com/pengzhanbo/vuepress-theme-plume/commit/8a0b0e7092281ebd768fa76e7a8222aebc4626d2))
- **plugin-md-power:** use `engine` instead of `loadWasm` in codeEditor ([#237](https://github.com/pengzhanbo/vuepress-theme-plume/issues/237)) ([1db4319](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1db43196aa7a1371335037a2703dcc3b82440938))
- **theme:** add debug log ([#245](https://github.com/pengzhanbo/vuepress-theme-plume/issues/245)) ([84c1ae3](https://github.com/pengzhanbo/vuepress-theme-plume/commit/84c1ae39a11c3a813ee4cfe19a03e47f1319844e))
- **theme:** improve `<VPLink>` ([#239](https://github.com/pengzhanbo/vuepress-theme-plume/issues/239)) ([1e076fe](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1e076fea5a21ad38fa2f5dd8e4639b422414f847))
- **theme:** improve `findConfigPath` ([#246](https://github.com/pengzhanbo/vuepress-theme-plume/issues/246)) ([1444af6](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1444af6533d19ea8602f2b29a207ebc4d6d50530))
- **theme:** improve types ([#244](https://github.com/pengzhanbo/vuepress-theme-plume/issues/244)) ([341267b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/341267b37e4031bc8e0984f50f9d21ce6946374c))
- update deps to latest ([#241](https://github.com/pengzhanbo/vuepress-theme-plume/issues/241)) ([e2421a0](https://github.com/pengzhanbo/vuepress-theme-plume/commit/e2421a0c92d2bfe4d5b96c789384af9b534a8780))
# [1.0.0-rc.104](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.103...v1.0.0-rc.104) (2024-09-27)
### Features
- **theme:** add `target`/`rel` attrs to hero actions ([#223](https://github.com/pengzhanbo/vuepress-theme-plume/issues/223)) ([b2224d3](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b2224d33d4a7d252a9a56c7e6313363fc6106d1a))
- **theme:** add support frontmatter `excerpt` for blog post, close [#218](https://github.com/pengzhanbo/vuepress-theme-plume/issues/218) ([#224](https://github.com/pengzhanbo/vuepress-theme-plume/issues/224)) ([da64267](https://github.com/pengzhanbo/vuepress-theme-plume/commit/da642674329a08df838e9538089f80a0e92a1c1b))
### Performance Improvements
- **cli:** update templates ([#220](https://github.com/pengzhanbo/vuepress-theme-plume/issues/220)) ([1175229](https://github.com/pengzhanbo/vuepress-theme-plume/commit/117522969e1f07d433e9143c31f9439cf1c6f81b))
- **theme:** improve auto-frontmatter cache ([#222](https://github.com/pengzhanbo/vuepress-theme-plume/issues/222)) ([fe3945c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/fe3945ccc356bd78c1039fca456b23c97129c4da))
- **theme:** improve prepare pages watch ([#225](https://github.com/pengzhanbo/vuepress-theme-plume/issues/225)) ([3c5c027](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3c5c0272d2b9b8872d8ed0eb12868ec00caca85e))
- **theme:** improve theme exports, close [#215](https://github.com/pengzhanbo/vuepress-theme-plume/issues/215) ([#221](https://github.com/pengzhanbo/vuepress-theme-plume/issues/221)) ([a63ac17](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a63ac17513598e8d182e16ebff28806c083a4ba2))
- update deps to latest ([1ba4457](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1ba44572e6e58bc47bf711c8e9a621b2d9560d31))
# [1.0.0-rc.103](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.102...v1.0.0-rc.103) (2024-09-25)
### Bug Fixes
- **theme:** improve `home-blog` styles in mobile, close [#210](https://github.com/pengzhanbo/vuepress-theme-plume/issues/210) ([36e311c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/36e311c30170b431a723b36cc0ba8cfddc2ac4c6))
- **theme:** improve home-blog styles in mobile, close [#210](https://github.com/pengzhanbo/vuepress-theme-plume/issues/210) ([#212](https://github.com/pengzhanbo/vuepress-theme-plume/issues/212)) ([c8089f5](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c8089f54a5c7d59b1b4f7d0d0c24fd0c714258db))
- **theme:** incorrect appearance scripts in head, close [#211](https://github.com/pengzhanbo/vuepress-theme-plume/issues/211) ([#213](https://github.com/pengzhanbo/vuepress-theme-plume/issues/213)) ([52c954a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/52c954a27aaa812afc97cdf6f18b60d71298c625))
### Features
- add support optional icon for `file-tree` and `code-tabs` ([eff4ec3](https://github.com/pengzhanbo/vuepress-theme-plume/commit/eff4ec3a1aa477d2276ca9eadab87aa1ab6db4a8))
- add support optional icon for file-tree and code-tabs ([#216](https://github.com/pengzhanbo/vuepress-theme-plume/issues/216)) ([ca21d1b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ca21d1b8cb55b64b395361aea2b131be91d5e4e1)), closes [#210](https://github.com/pengzhanbo/vuepress-theme-plume/issues/210)
### Performance Improvements
- **cli:** update css template ([3998c7e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3998c7edb254cd1e2435fc2b2170b31a41c90a5f))
- **theme:** silence sass deprecations `legacy-js-api` ([#214](https://github.com/pengzhanbo/vuepress-theme-plume/issues/214)) ([6a3c643](https://github.com/pengzhanbo/vuepress-theme-plume/commit/6a3c64326aa9e3f7ab23d2503b96b315ed2b6456))
# [1.0.0-rc.102](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.101...v1.0.0-rc.102) (2024-09-23)
### Bug Fixes
- **cli:** intermittent dependency installation failure ([#207](https://github.com/pengzhanbo/vuepress-theme-plume/issues/207)) ([04f488e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/04f488e3498027971cbc6800b47986b15609aa47))
- **theme:** `sidebar prefix` validation completion ([#208](https://github.com/pengzhanbo/vuepress-theme-plume/issues/208)) ([a11166d](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a11166de6ef07bbe0b19ba5e75bfa98c06b8d723))
### Performance Improvements
- **plugin-md-power:** optimize structure ([#204](https://github.com/pengzhanbo/vuepress-theme-plume/issues/204)) ([2cf606b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/2cf606b1de119478087f676808e9e2a06cdb04af))
- update vuepress deps to latest ([#202](https://github.com/pengzhanbo/vuepress-theme-plume/issues/202)) ([533898e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/533898e3a66630f6ca724884c326071d2aec24cd))
# [1.0.0-rc.101](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.100...v1.0.0-rc.101) (2024-09-20)
### Features
- **theme:** add support post cover for blog post list ([#196](https://github.com/pengzhanbo/vuepress-theme-plume/issues/196)) ([39ad1c5](https://github.com/pengzhanbo/vuepress-theme-plume/commit/39ad1c56d2f9aecc2ff0c5bebfb7cef21cee577a))
### Performance Improvements
- **plugin-md-power:** support more file-tree icons ([#197](https://github.com/pengzhanbo/vuepress-theme-plume/issues/197)) ([defa4d2](https://github.com/pengzhanbo/vuepress-theme-plume/commit/defa4d28ce3b02f45bafd421388f5e26ed812eea))
- **theme:** optimize blog layout ([#198](https://github.com/pengzhanbo/vuepress-theme-plume/issues/198)) ([ef34b91](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ef34b915b0a6488e15700217000910444c6e910e))
- **theme:** replace `file-tree` icons with colored icons ([#194](https://github.com/pengzhanbo/vuepress-theme-plume/issues/194)) ([bf67227](https://github.com/pengzhanbo/vuepress-theme-plume/commit/bf672279c4e2d42d033b23713557b70c1a9664d1))
- update deps to latest ([01a3abf](https://github.com/pengzhanbo/vuepress-theme-plume/commit/01a3abf28f4e259e0ea629b12e1f1cc2843631ed))
# [1.0.0-rc.100](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.99...v1.0.0-rc.100) (2024-09-18)
### Bug Fixes
- **theme:** incorrect auto-frontmatter cache check ([ecee1cf](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ecee1cfe2a159bd574d6a67556453f61ee557f02))
# [1.0.0-rc.99](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.98...v1.0.0-rc.99) (2024-09-18)
### Bug Fixes
- **plugin-md-power:** incorrect empty tree node ([#179](https://github.com/pengzhanbo/vuepress-theme-plume/issues/179)) ([be47c9a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/be47c9a025dc6cf3154955dcf2f7b18c2a04974d))
- **theme:** incorrect external icon ([7dc6319](https://github.com/pengzhanbo/vuepress-theme-plume/commit/7dc63192c8020cba5fb802108e100698e46e8795))
- **theme:** incorrect render remote iconify icon ([#190](https://github.com/pengzhanbo/vuepress-theme-plume/issues/190)) ([c2ec990](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c2ec990c35879ef6f69014708345f4705d3fd09c))
### Features
- **theme:** add page title badge ([#183](https://github.com/pengzhanbo/vuepress-theme-plume/issues/183)) ([b99d926](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b99d926c0b02deeb07c482c272f2139e89c0fbe7))
- **theme:** add support iconify for home features icon ([#186](https://github.com/pengzhanbo/vuepress-theme-plume/issues/186)) ([3e9ef80](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3e9ef80e3ebf60231cfb094168cb35bf1489c0a8))
- **theme:** add support layout for blog profile ([#182](https://github.com/pengzhanbo/vuepress-theme-plume/issues/182)) ([db28c8b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/db28c8bd8cfef7b5bc199e0898be66447dfcfecb))
### Performance Improvements
- **cli:** optimize github actions deploy ([#184](https://github.com/pengzhanbo/vuepress-theme-plume/issues/184)) ([4907bf4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/4907bf4b298d2b72cabe57f4531e252089deef91))
- **plugin-md-power:** optimize `collapsed-lines` ([#180](https://github.com/pengzhanbo/vuepress-theme-plume/issues/180)) ([0f1ffc7](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0f1ffc75322ba39d07a3fc93c3e93bf2b21f0faf))
- **theme:** optimize `scroll-padding-top` ([#191](https://github.com/pengzhanbo/vuepress-theme-plume/issues/191)) ([1c40b25](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1c40b25cfa40a9e408652b664235e8c2be067d56))
- **theme:** optimize deps include `swiper` ([fcb2ca4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/fcb2ca450700ba77251a8b4620972eb22825a970))
- **theme:** optimize the startup time of `auto-frontmatter` ([#185](https://github.com/pengzhanbo/vuepress-theme-plume/issues/185)) ([5b5409d](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5b5409d2eff6eb88fb5effaf2fe9b8c390ffe712))
- update deps to latest ([474ee6f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/474ee6f0a00ad85932fa40ca00fff94b63caaf30))
# [1.0.0-rc.98](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.97...v1.0.0-rc.98) (2024-09-12)
### Features
- **cli:** add `packageManager` to `packageJson` template ([2ac70eb](https://github.com/pengzhanbo/vuepress-theme-plume/commit/2ac70ebdd13ce180639dc866472f1d792b50bbbc))
- **plugin-md-power:** add support remote image in `imageSize` ([be47414](https://github.com/pengzhanbo/vuepress-theme-plume/commit/be47414c16ba2bec6a9905734587d7a33516fe85))
- **theme:** add support `<Swiper>` ([272b921](https://github.com/pengzhanbo/vuepress-theme-plume/commit/272b921168315c77cc6426bf2fd2c4e9c2c57fb0))
### Performance Improvements
- **plugin-md-power:** add support `file-tree` title ([cd6edc8](https://github.com/pengzhanbo/vuepress-theme-plume/commit/cd6edc89a57202c73b45b490953185ae8b39af22))
- **plugin-md-power:** optimize `imageSize` ([3760b35](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3760b359e870152467f741827859388110c2f061))
- **theme:** default page title ([ab7d368](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ab7d368485e0a3381bc50eb232ad262adb45d58b))
- **theme:** optimize blog layout ([bde059a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/bde059ac3ad338d0207803564e6b8a35041febf7))
- **theme:** optimize profile avatar ([3a78789](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3a787897ab925d4e1c2b20ec84f62ae3a6babcdf))
# [1.0.0-rc.97](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.96...v1.0.0-rc.97) (2024-09-08)
### Bug Fixes
- **theme:** incorrect scroll behavior when `route.hash` changed ([3d3b49d](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3d3b49da57ffd627d07a09e06f6a700094ee77fe))
### Features
- **plugin-md-power:** add `imageSize` plugin ([1d09eb4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1d09eb4183e4293481b8690ee06d09ceaf27f30a))
### Performance Improvements
- **cli:** update templates ([eaa0b46](https://github.com/pengzhanbo/vuepress-theme-plume/commit/eaa0b466ac8031b645d8b30baf2d4b80911b98bc))
- update deps to latest ([3313229](https://github.com/pengzhanbo/vuepress-theme-plume/commit/33132297e15297dd7459c2176bb46bdaae0bb917))
# [1.0.0-rc.96](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.95...v1.0.0-rc.96) (2024-09-05)
### Bug Fixes
- **theme:** incorrect internal link ([15a2e4f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/15a2e4fc81d054708fd5e26f691ec120613dead5))
### Performance Improvements
- update deps to latest ([74f1e20](https://github.com/pengzhanbo/vuepress-theme-plume/commit/74f1e20d13d781649c1f1838753b1d28e2ff3a24))
# [1.0.0-rc.95](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.94...v1.0.0-rc.95) (2024-09-05)
### Bug Fixes
- **theme:** incorrect internal link ([aeee0ec](https://github.com/pengzhanbo/vuepress-theme-plume/commit/aeee0ec8de4e730e0a76b097dd0e3a6f528b1995))
### Performance Improvements
- **plugin-shikiji:** update `twoslash` ([430c40c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/430c40c3b00c6cd77e1286db4937501131dc24f3))
- **theme:** optimize internal link ([811f7f4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/811f7f4361c3ce01e519bb2b4e3dee70c088c96b))
# [1.0.0-rc.94](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.93...v1.0.0-rc.94) (2024-09-03)
### Bug Fixes
- **plugin-md-power:** hydration errors ([c5216e1](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c5216e122d60f4cb58294b323f17c6660e3a4d34))
### Features
- **theme:** add support blog as home page ([f60e4ea](https://github.com/pengzhanbo/vuepress-theme-plume/commit/f60e4ea63ec8c65b6ae03f7be29522ec5a79e68c))
### Performance Improvements
- update vue to `3.5` ([0e9e1e7](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0e9e1e7900a030a39c3e73c9cc46b004fa43d5b4))
# [1.0.0-rc.93](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.92...v1.0.0-rc.93) (2024-09-01)
### Bug Fixes
- **cli:** incorrect command hint ([cffb935](https://github.com/pengzhanbo/vuepress-theme-plume/commit/cffb935b4faf0404d2d8eda123fc0c164257238b))
- **theme:** incorrect match page title ([0227195](https://github.com/pengzhanbo/vuepress-theme-plume/commit/022719529e4a88779a0b3405566fdcc1cd69393e))
### Features
- **plugin-md-power:** add support `file-tree` container ([db5d816](https://github.com/pengzhanbo/vuepress-theme-plume/commit/db5d81677f335ceb6c2432eb989668029d02e2e3))
### Performance Improvements
- update deps to latest ([ef2bda6](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ef2bda65a1b85e3dad7f4239e8cb73b975653c70))
# [1.0.0-rc.92](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.91...v1.0.0-rc.92) (2024-08-30)
### Bug Fixes
- **cli:** incorrect exec context ([233ae33](https://github.com/pengzhanbo/vuepress-theme-plume/commit/233ae3337fbe7574fd042a1d7fd6994916479a49))
- **theme:** incorrect comments `margin-top` ([d7885aa](https://github.com/pengzhanbo/vuepress-theme-plume/commit/d7885aae483c26fa6f769a3aa70ffc31aa936080))
- **theme:** incorrect resolve page path when sidebar matched ([03b645e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/03b645e7916db27488c34242a8b419bebb5743f9))
### Features
- **theme:** add internal link ([3d3cb43](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3d3cb4324325940b862a0b4dc79dbddb02a1b416))
- **theme:** add normalize page title markdown plugin ([5f13a1b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5f13a1ba4603c285a421d4619d68795a59d8c65b))
### Performance Improvements
- **theme:** breadcrumb ui ([38eb41a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/38eb41a48d3cd916d8bd965fbd045fdaaf49a47b))
- **theme:** code demo ui ([cc9b5f8](https://github.com/pengzhanbo/vuepress-theme-plume/commit/cc9b5f8a40f502fa4d0fa7400e5807387445ee25))
- **theme:** hidden code block copy button in mobile ([d9c43b5](https://github.com/pengzhanbo/vuepress-theme-plume/commit/d9c43b57388cfae4a993a19b5fe6b6b813f4eab9))
- **theme:** optimize `<LinkCard />` ui ([220940b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/220940b2a574761d69269d0c76c6db1a4d33af01))
- **theme:** optimize auto frontmatter ([4b2739b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/4b2739bff0401e94a4122c2a058daa73edb10b0e))
- **theme:** optimize composables ([c16cf37](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c16cf37dd1724e78a37903a2f2a5c46b3286699a))
- **theme:** optimize load theme config ([047e052](https://github.com/pengzhanbo/vuepress-theme-plume/commit/047e0527f5cbcfb8f2a38369e98265b625e5b381))
# [1.0.0-rc.91](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.90...v1.0.0-rc.91) (2024-08-29)
### Bug Fixes
- **theme:** incorrect resolve category name ([9579152](https://github.com/pengzhanbo/vuepress-theme-plume/commit/95791523260cb4b4a197f4c452f401a9057c706a))
### Features
- add `create-vuepress-theme-plume` package ([#153](https://github.com/pengzhanbo/vuepress-theme-plume/issues/153)) ([7407939](https://github.com/pengzhanbo/vuepress-theme-plume/commit/74079390f60483ee602fcbe88fe7fef732ae38e2))
- **theme:** add blog tags and category slots ([a4c6828](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a4c68287d21bb33389f43c86ffb3bd0de3aeece0))
- **theme:** add breadcrumb nav ([d44ac5f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/d44ac5fcd27e45bd8f23484c799de358fda85f4c))
### Performance Improvements
- update `vuepress` to `2.0.0-rc.15` ([29b8e0c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/29b8e0caf1980814ecdd51f65c7359b09fa19694))
- update deps to latest ([2ebde52](https://github.com/pengzhanbo/vuepress-theme-plume/commit/2ebde528a41aebcccf0f282300c47a323526097b))
# [1.0.0-rc.90](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.89...v1.0.0-rc.90) (2024-08-27)
### Bug Fixes
- **theme:** incorrect auto frontmatter ([91981b4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/91981b44eb09a57dfbd2b84de68f3d652e56f97f))
- **theme:** incorrect generate for notes permalink ([b37de62](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b37de621217675f8872f5be0c7e4a5b2b557fbe5))
- **theme:** incorrect resolve sidebar ([d87e785](https://github.com/pengzhanbo/vuepress-theme-plume/commit/d87e785e6f7563e3406ff17f57dc33809980b289))
- **theme:** incorrect shadow when title is too long ([55b9687](https://github.com/pengzhanbo/vuepress-theme-plume/commit/55b96875b1bf7a4968b3b3144df3aca3ace31bd6))
# [1.0.0-rc.89](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.88...v1.0.0-rc.89) (2024-08-27)
### Bug Fixes
- **theme:** incorrect notes auto frontmatter permalink ([b55a0f7](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b55a0f754682b5a295ae034dbf870c677ac28ae8))
- **theme:** incorrect shadow when title is too long ([#154](https://github.com/pengzhanbo/vuepress-theme-plume/issues/154)) ([7891ca8](https://github.com/pengzhanbo/vuepress-theme-plume/commit/7891ca8d787a356dee33d3d030ed863ee376237b))
### Performance Improvements
- **theme:** redirect locales page ([543f6ea](https://github.com/pengzhanbo/vuepress-theme-plume/commit/543f6ea66f5cda000b83b242199cf7e249983a78))
# [1.0.0-rc.88](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.87...v1.0.0-rc.88) (2024-08-22)
### Bug Fixes
- **theme:** incorrect `<CardGrid>` render, close [#147](https://github.com/pengzhanbo/vuepress-theme-plume/issues/147) ([a7c40e0](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a7c40e0bd5d446a20859eb21602cbafff55d71a1))
### Features
- **theme:** improve `<mark>` styles ([1358f77](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1358f77b50b2510a2d140c050702e79bf736ec7d))
- **theme:** remove `frontmatter.author`, and improve `frontmatter.contributors` type ([7832a9b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/7832a9b13cd366ebe041de3d284dd57c0802951f))
### Performance Improvements
- update deps to latest ([5cb39d2](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5cb39d2897419825f2c6502fc73de5ce81ef182a))
# [1.0.0-rc.87](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.86...v1.0.0-rc.87) (2024-08-18)
### Features
- **theme:** add component `<ImageCard />` ([edc0297](https://github.com/pengzhanbo/vuepress-theme-plume/commit/edc0297c0ca3f506a5e8200e5722dd296ff1f085))
- **theme:** add component `<VPImageCard />` ([e6f2e3f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/e6f2e3fe648b099e9c0d1f50bcea8dcddc16a26a))
- **theme:** improve types ([33b7c99](https://github.com/pengzhanbo/vuepress-theme-plume/commit/33b7c993726b72d27a1f427afff40075f898b715))
### Performance Improvements
- **theme:** improve doc aside layout ([24229dd](https://github.com/pengzhanbo/vuepress-theme-plume/commit/24229ddb6e8caabcd4898556383c6ea30ce3b0c4))
- **theme:** navbar transition ([dae7b1c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/dae7b1ccdae666194910be61750a3a17ccee10bf))
- update deps to latest ([369a170](https://github.com/pengzhanbo/vuepress-theme-plume/commit/369a170813dc8e0b33eb93a892cc97fa970d8c5a))
- update deps to latest ([5b0d476](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5b0d47678c29d31da069d3041441a2c648cdbe6c))
# [1.0.0-rc.86](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.85...v1.0.0-rc.86) (2024-08-14)
### Bug Fixes
- **theme:** improve local icons load ([4a49b9f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/4a49b9f0275ba61f857e7abcc0ab63c734f73373))
### Features
- **plugin-shikiji:** add support for `collapsed lines` ([bb4ee6b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/bb4ee6bb2d8523b4264a16bf6ea0066f8f7ea295))
### Performance Improvements
- **plugin-shikiji:** improve `highlight whitespace` ([48a6596](https://github.com/pengzhanbo/vuepress-theme-plume/commit/48a659629738399573a451e757652b3c0667528a))
- **plugin-shikiji:** improve `highlight` ([199bbd9](https://github.com/pengzhanbo/vuepress-theme-plume/commit/199bbd9a9a3663d02218a06c08f97bb16dafb7cb))
# [1.0.0-rc.85](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.84...v1.0.0-rc.85) (2024-08-08)
### Bug Fixes
- **theme:** incorrect display non-local icons, close [#134](https://github.com/pengzhanbo/vuepress-theme-plume/issues/134) ([64e9a0f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/64e9a0f330004f40630e1c2b5d93b1cbda50196f))
### Features
- **theme:** improve `externalLinkIcon` type ([85a923f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/85a923f736e0422ba83407edaf760586d45a7f35))
- **theme:** improve `navbar` type ([7ccbfef](https://github.com/pengzhanbo/vuepress-theme-plume/commit/7ccbfefe347be959a8e51f7bfd6c35599e685fbc))
### Performance Improvements
- **plugin-md-power:** improve icons rules ([f6ae1a1](https://github.com/pengzhanbo/vuepress-theme-plume/commit/f6ae1a1149cdac191f8d779aefa3fe9ee9cdaa68))
- update deps to latest ([60b75e3](https://github.com/pengzhanbo/vuepress-theme-plume/commit/60b75e3e2eeba221b6f1d531672f3695653967d1))
# [1.0.0-rc.84](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.83...v1.0.0-rc.84) (2024-08-05)
### Features
- **theme:** add option for enable `prevPage/nextPage`, close [#132](https://github.com/pengzhanbo/vuepress-theme-plume/issues/132) ([8fa9ec0](https://github.com/pengzhanbo/vuepress-theme-plume/commit/8fa9ec0b4a70db7d0a7705e3e1ecb0c8524264ae))
### Performance Improvements
- **theme:** improve prepare icons ([5f6825a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5f6825a6459fddb63295d420aa7c43cbcbd80149))
- update deps to latest ([6928ee4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/6928ee4bb461617089fed4c8b2ef7d9a653233d5))
# [1.0.0-rc.83](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.82...v1.0.0-rc.83) (2024-07-28)
### Features
- **theme:** add component `<NpmBadge />` ([aa96c35](https://github.com/pengzhanbo/vuepress-theme-plume/commit/aa96c35bd589bcba026add17da8932e8ae5744ce))
- **theme:** add component `<RepoCard />` ([4c44462](https://github.com/pengzhanbo/vuepress-theme-plume/commit/4c44462e61a0561e01c4c6d80cf79d0315a95f4c))
- **theme:** add support disable `blog` ([ce544d2](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ce544d2dfc931d3e6fda9c93e65fb6c1609ba91c))
- **theme:** add support for optional `features` ([5e9d2d0](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5e9d2d043a4842f9769b0fa856982a4e0dd61aae))
### Performance Improvements
- **theme:** improve content layout ([a81c20a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a81c20a21cbcef0c66b6996b518ea3dac1fda824))
- **theme:** improve prepare icons data ([46b382e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/46b382e0b34cbe0e209d897fd6c09a8fad7eed94))
- **theme:** improve sidebar active link ([6bf5302](https://github.com/pengzhanbo/vuepress-theme-plume/commit/6bf5302da12689b4e088e068d75edfd7b968b552))
# [1.0.0-rc.82](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.81...v1.0.0-rc.82) (2024-07-23)
### Bug Fixes
- **plugin-md-power:** fix incorrect code editor layout ([9f6368b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/9f6368b7a4c677a353055357bb7722c7feeded78))
### Features
- **theme:** add `@vuepress/plugin-cache` ([62ac0b3](https://github.com/pengzhanbo/vuepress-theme-plume/commit/62ac0b3371d6c33e923fc8bcd98149190cf436df))
- **theme:** add support for `iconify` localization ([5d0d626](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5d0d626eeff2bf7db73f73275728ba7c3e15757e))
### Performance Improvements
- **theme:** improve media print layout ([9f8de68](https://github.com/pengzhanbo/vuepress-theme-plume/commit/9f8de682fa9f26d4df83a1028d1e7bee557bea10))
- **theme:** improve navbar logo height ([688c964](https://github.com/pengzhanbo/vuepress-theme-plume/commit/688c96452e39f179636ff486e3541652debddfaa))
- **theme:** optimize `<VPIcon />` ([fa06931](https://github.com/pengzhanbo/vuepress-theme-plume/commit/fa0693198559a0cb03755725cb2454ed20cb3017))
- update vue to `3.4.33` ([72ccb48](https://github.com/pengzhanbo/vuepress-theme-plume/commit/72ccb4800c24da675979976a7765d7888c6c4b89))
# [1.0.0-rc.81](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.80...v1.0.0-rc.81) (2024-07-19)
### Features
- **theme:** add custom height support for the navbar logo ([#125](https://github.com/pengzhanbo/vuepress-theme-plume/issues/125)) ([0ab9186](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0ab9186e3a556fcb40a27434fb981de374894d80))
### Performance Improvements
- improve `<Content />` type ([696e927](https://github.com/pengzhanbo/vuepress-theme-plume/commit/696e927ae50659ebedef0ba4c6aaf107c0097679))
- optimize package import ([936b0b4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/936b0b4851501f62d22210bfafcde3ea15d4319d))
- **plugin-md-power:** optimize package build ([8888d9f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/8888d9fe5c27da9262b037b04cd07fed977c0b8a))
- **theme:** omit sass warnings ([25214d3](https://github.com/pengzhanbo/vuepress-theme-plume/commit/25214d36d31554caafc430ca2b39518449c642b8))
- **theme:** optimize auto frontmatter ([9398bef](https://github.com/pengzhanbo/vuepress-theme-plume/commit/9398bef54d7dc0c0d36c640e3ac3025925ee2e11))
- **theme:** optimize auto frontmatter `I/O`, [#124](https://github.com/pengzhanbo/vuepress-theme-plume/issues/124) ([8d07dab](https://github.com/pengzhanbo/vuepress-theme-plume/commit/8d07dab951edab6397d3f632a9c31f0eda2fd8a5))
- update vuepress to latest ([5d30f5c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5d30f5cf5b68afece6712b8b5d1852c8195e6ba3))
# [1.0.0-rc.80](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.79...v1.0.0-rc.80) (2024-07-16)
### Bug Fixes
- **theme:** fix incorrect code block layout ([b02ccb4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b02ccb4ed9cdeedae92f38693834fb42253944cf))
- **theme:** incorrect display of the home local nav ([6e494c2](https://github.com/pengzhanbo/vuepress-theme-plume/commit/6e494c2d3a5cacb1b7d78b711bfec40bc811ed6c))
# [1.0.0-rc.79](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.78...v1.0.0-rc.79) (2024-07-16)
### Bug Fixes
- **theme:** fix incorrect footer layout ([#120](https://github.com/pengzhanbo/vuepress-theme-plume/issues/120)) ([0510e26](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0510e261dfe3e988d91a7c10b815d93d0fbc0971))
### Features
- **theme:** 添加 blog categories 插槽 ([b83a69a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b83a69a68179f8d7df6c767728b1e7b02f11c551))
### Performance Improvements
- **theme:** 调整 页面数据结构 ([fc23e49](https://github.com/pengzhanbo/vuepress-theme-plume/commit/fc23e4950b74f19b05837a9e89d14931f0cf9ed7))
- **theme:** 优化 `<h4`> 样式 ([647c291](https://github.com/pengzhanbo/vuepress-theme-plume/commit/647c291d2f55a043d51c740c6fb9ffbc70bf895f))
- **theme:** 优化 侧边栏 分组结构 ([400bf02](https://github.com/pengzhanbo/vuepress-theme-plume/commit/400bf02856e92bb0fd2d8f87a1a30e7cbce9e308))
- **theme:** 优化导航栏交互 ([4501a16](https://github.com/pengzhanbo/vuepress-theme-plume/commit/4501a1654ec6b503ccbbd3e8526d9e43131affe7))
- **theme:** 优化中文字体库 ([198e13d](https://github.com/pengzhanbo/vuepress-theme-plume/commit/198e13d885c6c00867ef4d55ff1206bc2117b724))
- **theme:** 优化主题配置 ([2219f20](https://github.com/pengzhanbo/vuepress-theme-plume/commit/2219f2019ea768a554b9adea7301ec99ac819ad1))
- update deps to latest ([98e85b0](https://github.com/pengzhanbo/vuepress-theme-plume/commit/98e85b0ece46ffb11ac7a45302f7b3ffaae57033))
# [1.0.0-rc.78](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.77...v1.0.0-rc.78) (2024-07-13)
### Bug Fixes
- **theme:** 修复链接跳转参数丢失 ([7efa63f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/7efa63fe319dfcc91fce2e3956e4ab6d889e56b8))
### Features
- **theme:** 新增 博客文章分类 支持 ([c1a4d58](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c1a4d586b482a5c0196f3a3dab59d081512434a6))
# [1.0.0-rc.77](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.76...v1.0.0-rc.77) (2024-07-11)
### Bug Fixes
- **theme:** 修复 auto frontmatter 配置 ([7769bc8](https://github.com/pengzhanbo/vuepress-theme-plume/commit/7769bc888fd9a32f83e4591ad8e467e6b66b2070))
# [1.0.0-rc.76](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.75...v1.0.0-rc.76) (2024-07-10)
### Performance Improvements
- **theme:** 改进类型 ([1ef9744](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1ef9744e043bf0891fedb06d2491cee246ff6e75))
- **theme:** 优化 frontmatter 自动生成 ([329049e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/329049ec551805346be55e625b3323f2bac81e9b))
- **theme:** 优化页面宽度 ([b92135e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b92135e6d96bebc1e6faf4f9c8723e42a62e990e))
# [1.0.0-rc.75](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.74...v1.0.0-rc.75) (2024-07-09)
### Features
- **theme:** 新增可选的 frontmatter 字段自动生成 ([332d284](https://github.com/pengzhanbo/vuepress-theme-plume/commit/332d28441504119142276a293521cb0958c83504))
### Performance Improvements
- **plugin-md-power:** 优化 icons css 输出 ([9a64ee0](https://github.com/pengzhanbo/vuepress-theme-plume/commit/9a64ee07bfa8b54b585a05c39d03c24e9cff507d))
- **theme:** 优化无文章列表时页面最小高度 ([e033880](https://github.com/pengzhanbo/vuepress-theme-plume/commit/e03388098e91883daa2aa595594584eff2881686))
- **theme:** 优化无右侧边栏时文档宽度 ([27116d7](https://github.com/pengzhanbo/vuepress-theme-plume/commit/27116d70713ac19b2fb1d27d8d8a9d9b5335b14e))
- **theme:** 优化主题配置文件监听流 ([8438cd5](https://github.com/pengzhanbo/vuepress-theme-plume/commit/8438cd546be66e4d8d8ed7ae90fb28b7686d64c7))
- **theme:** 左侧侧边栏默认展开活动项 ([3cb7d88](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3cb7d8862fbb9ec758fa1468316d6e233eac6083))
# [1.0.0-rc.74](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.73...v1.0.0-rc.74) (2024-07-09)
### Bug Fixes
- **theme:** 修复 footer 在首页的错误渲染 ([ff776ef](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ff776efb986c91abbaab54a23a45c1be99427e99))
### Performance Improvements
- **theme:** 优化 frontmatter 自动生成 ([8714d76](https://github.com/pengzhanbo/vuepress-theme-plume/commit/8714d76a0e997865b9285275c32dbf40474a196b))
- **theme:** 优化 headers ([67f7b0e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/67f7b0e0c60969aaa5adcb17ef6c04a5bd593b5f))
- **theme:** 优化博客页面数据 ([cfbea84](https://github.com/pengzhanbo/vuepress-theme-plume/commit/cfbea845a47785772ddfa3929d5a8cbecba5d3b0))
- **theme:** 优化侧边栏数据自动生成 ([766285e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/766285e8f820fc5f314d58f8d661f8b683db8274))
# [1.0.0-rc.73](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.72...v1.0.0-rc.73) (2024-07-08)
### Features
- 添加单独的主题配置文件支持 ([cbba786](https://github.com/pengzhanbo/vuepress-theme-plume/commit/cbba7868bf87a658bf418025801002db4bc5be90))
### Performance Improvements
- 改进类型 ([5a60004](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5a600048d502f633d89cd2526b2b72658abae375))
- 优化 博客数据生成 ([e677d89](https://github.com/pengzhanbo/vuepress-theme-plume/commit/e677d89104e66a64157330b2e97f47a227c4236a))
- 优化 侧边栏数据生成 ([617125c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/617125cab2c53ca3b5f63002c7362b35221eabbf))
- 优化 文章标签数据生成 ([5750052](https://github.com/pengzhanbo/vuepress-theme-plume/commit/57500524c50d99311cd530ecf27acf6b791d924b))
- 优化 站点加密数据生成 ([b8de316](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b8de316dcf9fd1dcadf63b8c8e59f5f5bcb47e73))
- 优化 主题数据生成 ([4958f67](https://github.com/pengzhanbo/vuepress-theme-plume/commit/4958f67ea25ccc13a40760268b1ce4d65310d7d0))
- 优化 frontmatter 生成 ([025a6bf](https://github.com/pengzhanbo/vuepress-theme-plume/commit/025a6bf6809c0701c3a18f9cab77c7646abd9ebb))
- 优化主题配置解析 ([9a8df18](https://github.com/pengzhanbo/vuepress-theme-plume/commit/9a8df1828634cc0f6a20aa73f7992b7852041c76))
- **theme:** 优化 站点加密交互 ([d49e70f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/d49e70f48e5e6a2ba548ea80759980345fa261f5))
# [1.0.0-rc.72](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.71...v1.0.0-rc.72) (2024-06-28)
### Features
- **theme:** optimize friends layout ([7448483](https://github.com/pengzhanbo/vuepress-theme-plume/commit/74484835865fe80a8d787351924a1a69f81d8340))
- **theme:** rename frontmatter `article` to `draft` ([5a3d62b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5a3d62b8442cc8c388dcc6c7508abd9a14c8e9d6))
### Performance Improvements
- bump `create-filter` deps ([10cb625](https://github.com/pengzhanbo/vuepress-theme-plume/commit/10cb625401d648518efa6325003ff44c9982b2ba))
- improve prepare output ([6952ba9](https://github.com/pengzhanbo/vuepress-theme-plume/commit/6952ba94c346fc226ab8cee63671a666abf66bd2))
- update deps to latest ([e55df63](https://github.com/pengzhanbo/vuepress-theme-plume/commit/e55df63d04710cc539abb239166b7b5eafcb3432))
# [1.0.0-rc.71](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.70...v1.0.0-rc.71) (2024-06-25)
### Bug Fixes
- **theme:** navbar divider overflow, close [#104](https://github.com/pengzhanbo/vuepress-theme-plume/issues/104) ([75e7276](https://github.com/pengzhanbo/vuepress-theme-plume/commit/75e72761b52341a4e967096e0e0e6b06f62da421))
### Features
- **plugin-shikiji:** remove notation escape ([074ade9](https://github.com/pengzhanbo/vuepress-theme-plume/commit/074ade93a114fbe47c81d8f5d8f80acfd0d20dd9))
- **theme:** add `transition` options ([babd611](https://github.com/pengzhanbo/vuepress-theme-plume/commit/babd6114c39ee408b8c19ea2243236ae0605761e))
### Performance Improvements
- optimize render cache ([787626e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/787626e2e4fb8a4b26ab2615d5ab12a7b3edd09f))
# [1.0.0-rc.70](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.69...v1.0.0-rc.70) (2024-06-23)
### Features
- **plugin-shikiji:** rename `getHighlighter` to `createHighlighter` ([4789f1e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/4789f1e1043adbfe93275e20446c5d37e481b8b4))
- **theme:** 新增 `useLink` 组合式 API ([f792bf6](https://github.com/pengzhanbo/vuepress-theme-plume/commit/f792bf6cc76410ac7ac67eaf473d52aa0a0a3598))
- **theme:** 新增 markdown render 缓存,优化开发服务启动时间 ([8c3e5f0](https://github.com/pengzhanbo/vuepress-theme-plume/commit/8c3e5f0f067180d97719120b6705d3ca4f11e7e3))
### Performance Improvements
- update deps to latest ([7c8a108](https://github.com/pengzhanbo/vuepress-theme-plume/commit/7c8a1084fe3e90190fa59aa06dc2302dc36df576))
# [1.0.0-rc.69](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.68...v1.0.0-rc.69) (2024-06-21)
### Performance Improvements
- update vuepress to `2.0.0.rc-14` ([86a814c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/86a814cb1eb363c53c7f27aa68ddc58cf4876e4a))
# [1.0.0-rc.68](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.67...v1.0.0-rc.68) (2024-06-19)
### Features
- **theme:** 添加 步骤容器 ([1df3505](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1df3505d892e28a4256660ce1bd4822c7001a972))
- **theme:** 新增 `<LinkCard>` 链接卡片组件 ([126da9f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/126da9fb5f0e6342714bf4138b507bcacdfdedcc))
- **theme:** 新增 `<Card>` 卡片组件 ([62e128a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/62e128a9605d8796e99eec92c76878f923007989))
### Performance Improvements
- **plugin-shikiji:** 优化代码高亮默认语言 ([3490c47](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3490c47850587e5df4519c75060a7b75cadba33a))
- **theme:** 优化页面滚动行为 ([5a54fc2](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5a54fc2565178fec03a684c000f4027f256b9ec7))
- **theme:** improve home hero transition ([018cecf](https://github.com/pengzhanbo/vuepress-theme-plume/commit/018cecf7e7b4bb96f767d2eadbf6726a4c84f329))
- **theme:** improve node structure ([9e19de6](https://github.com/pengzhanbo/vuepress-theme-plume/commit/9e19de62bbf39b032bc0d3abb14edbbbb8f26a9a))
- **theme:** improve styles ([5f743f1](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5f743f13c3190dd92b3b8530f8f95e6d8d3ba0e9))
# [1.0.0-rc.67](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.66...v1.0.0-rc.67) (2024-06-17)
### Bug Fixes
- **theme:** fix code line-number line-height in hint-container ([0b037dc](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0b037dcc111771ad44299d6f5bc1e33d3f952eda))
### Features
- **theme:** add layout slots ([473da76](https://github.com/pengzhanbo/vuepress-theme-plume/commit/473da760f00c43c718e3e06f23cfaff812ef0282))
### Performance Improvements
- **theme:** update tags color ([5479607](https://github.com/pengzhanbo/vuepress-theme-plume/commit/547960769557a813324dc910b1b8d3dbd48fa05d))
# [1.0.0-rc.66](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.65...v1.0.0-rc.66) (2024-06-16)
### Bug Fixes
- **theme:** alias path posix in windows ([404a158](https://github.com/pengzhanbo/vuepress-theme-plume/commit/404a158791eeed581568438cec6d41deb91cd5ab))
### Features
- **theme:** 优化博客标签颜色 ([dfc525c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/dfc525c1f4127409b1ceade1d4c85ff07836cbfd))
# [1.0.0-rc.65](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.64...v1.0.0-rc.65) (2024-06-16)
### Performance Improvements
- **theme:** 重命名 `avatar``profile` ([7e06520](https://github.com/pengzhanbo/vuepress-theme-plume/commit/7e065208a9ab02f3caad55975482a8a063e5c98b))
- **theme:** 重命名所有组件名为 `VP*`
- **theme:** 支持 命名插槽
- **theme:** 支持 组件覆写
- **theme:** 优化模块导出
- **theme:** 优化布局方案
- **theme:** 优化导航栏样式
# [1.0.0-rc.64](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.63...v1.0.0-rc.64) (2024-06-07)
### Bug Fixes
- **theme:** auto navbar ([b2f122c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b2f122c4a2181c1bdcd2ca88c592552763dd289b))
# [1.0.0-rc.63](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.62...v1.0.0-rc.63) (2024-06-07)
### Features
- **theme:** 侧边栏自动定位到当前活动项 ([e395e98](https://github.com/pengzhanbo/vuepress-theme-plume/commit/e395e981283dab367474196ec7df7f11db6c2d53))
- **theme:** 优化文章标签颜色生成方式,所有文章支持标签 ([a0eac82](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a0eac82f4e4d1e7b330d353514bd8be54f9cb876))
### Performance Improvements
- **theme:** 优化 node 结构 ([74a6994](https://github.com/pengzhanbo/vuepress-theme-plume/commit/74a69948b801647bca53931c3667343f01e7aedc))
# [1.0.0-rc.62](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.61...v1.0.0-rc.62) (2024-06-02)
### Features
- move fonts to `plugin-fonts` ([ec00e78](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ec00e7836271b7089fc5b08ebfa6effd6a041865))
- **theme:** 新增自定义有侧边栏层级配置 ([90f5409](https://github.com/pengzhanbo/vuepress-theme-plume/commit/90f54096427daab4e2ef8d7a3360e041c00682aa))
- **theme:** use `plugin-photo-swipe` instead `plugin-medium-zoom` ([b6e6a26](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b6e6a2674f95c73c35b44b36250028e87e59bac9))
### Performance Improvements
- update deps to latest ([0e07021](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0e070210e24fcb4bf6c49eb37df85b5799099229))
# [1.0.0-rc.61](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.60...v1.0.0-rc.61) (2024-05-28)
### Bug Fixes
- build fail ([a3c6ea1](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a3c6ea16a5b38d24ec076f693b8f3b04de94cd40))
# [1.0.0-rc.60](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.59...v1.0.0-rc.60) (2024-05-28)
### Bug Fixes
- build fail ([15a7050](https://github.com/pengzhanbo/vuepress-theme-plume/commit/15a70502bbd9660bc9160859b77cdd700337d10f))
# [1.0.0-rc.59](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.58...v1.0.0-rc.59) (2024-05-28)
### Performance Improvements
- add vite ssr no external ([58b414c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/58b414c975672e9c904cf97f97b42a66c863d4a8))
# [1.0.0-rc.58](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.57...v1.0.0-rc.58) (2024-05-27)
### Bug Fixes
- **theme:** blog extract link ([6b30b03](https://github.com/pengzhanbo/vuepress-theme-plume/commit/6b30b038118133f3cc89d2a7661c2fcca345c16c))
# [1.0.0-rc.57](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.56...v1.0.0-rc.57) (2024-05-27)
### Features
- 调整 plot 语法 为 `!! !!` ([12e607e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/12e607e01cfe18d2fe891a4eab424e06881b7678))
- 移除 externalLink插件 ([3d7199f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3d7199fe29f6c85568d41f7409664c424b095dad))
- 优化 shiki 插件 ([4cdd51a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/4cdd51a2c6bf145be83c43e7e2ffd320e1650596))
- 支持友情链接页分组 ([de404b2](https://github.com/pengzhanbo/vuepress-theme-plume/commit/de404b24db653eda8f706911ed83b21b63bd8050))
### Performance Improvements
- 优化部分正则校验规则 ([5af709a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5af709a7623f698a1630054ee8ffda8f1544b753))
- **theme:** 优化多语言配置结构 ([e358224](https://github.com/pengzhanbo/vuepress-theme-plume/commit/e3582242172a7438cf0b14a5a7c1861c4b7e50e0))
- **theme:** blog bottom padding ([ca383cd](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ca383cdd7dff1a6888dd18cea31a7d5574e800d5))
- upgrade to `vuepress rc12` ([021f46e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/021f46ef3f9157c8a1d8f6cac4db3ab56ffd2990))
# [1.0.0-rc.56](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.55...v1.0.0-rc.56) (2024-05-10)
### Features
- **theme:** use `@vuepress/plugin-watermark` support watermark ([715f48e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/715f48ed569bff792c7996bb71a66f761f74ca57))
### Performance Improvements
- add debug log ([251ad88](https://github.com/pengzhanbo/vuepress-theme-plume/commit/251ad8848dfcdc30f9b438327356546b72c15696))
- **theme:** watermark options ([2238637](https://github.com/pengzhanbo/vuepress-theme-plume/commit/2238637d94aeacb9db6e67ff3273f22c804beca2))
- update non-major deps to latest ([71e707f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/71e707f312112990c822d3bff7b91d33827a46ac))
# [1.0.0-rc.55](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.54...v1.0.0-rc.55) (2024-05-04)
### Bug Fixes
- back to top percentage issue [#72](https://github.com/pengzhanbo/vuepress-theme-plume/issues/72) ([e1955e8](https://github.com/pengzhanbo/vuepress-theme-plume/commit/e1955e8a0363bb0a8947dc324e046ec378c6e529))
- replit no longer supports embed mode [#74](https://github.com/pengzhanbo/vuepress-theme-plume/issues/74) ([2b2a43e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/2b2a43ed6d9d489ff198b359a3dfafbe201250e6))
- scrollbar in tab and code tabs [#73](https://github.com/pengzhanbo/vuepress-theme-plume/issues/73) ([b2d244c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b2d244c6468b136dcece8fdf8391427d8c0074d9))
- **theme:** navScreen style `inset` ([5787a47](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5787a47c47ea8587bf5108db843be42d4c2190fe))
### Features
- **plugin-md-power:** 支持可编辑的代码演示 ([5addb31](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5addb31e9181be0b7ddfdb431a5f7634ed97057f))
### Performance Improvements
- supplement content MIT protocol ([1182f3e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1182f3edc0ba27b7a6eb4827158c106918c9f38a))
- update non-major deps ([2127ca4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/2127ca44a8e97c8b018a4ed65e9bc94f3ef4a633))
# [1.0.0-rc.54](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.53...v1.0.0-rc.54) (2024-4-28)
### Features
- **plugin-md-power:** add `kotlin`, `golang`, `rust` online repl ([174c7a0](https://github.com/pengzhanbo/vuepress-theme-plume/commit/174c7a0569b707008f6e84cb7095e3a103095075))
- **plugin-md-power:** upgrade can-i-use ([536ed61](https://github.com/pengzhanbo/vuepress-theme-plume/commit/536ed6110a5ee2211e46102632f6389a499d59a3))
### Performance Improvements
- **plugin-md-power:** optimize client config output ([08f0903](https://github.com/pengzhanbo/vuepress-theme-plume/commit/08f090305cb02204dca01650b245a1878aca1b41))
- update non-major deps ([cd2c5d2](https://github.com/pengzhanbo/vuepress-theme-plume/commit/cd2c5d2335085a2621a5e9265f9b3f46c9342ed9))
# [1.0.0-rc.53](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.52...v1.0.0-rc.53) (2024-4-20)
### Features
- **plugin-md-power:** add `<Plot />` and `=||=` syntax ([9a5eda4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/9a5eda49a877ba02c8126825acdaa5510ef49d9d))
### Performance Improvements
- **plugin-md-power:** 优化 pdf 支持 ([8e9ed08](https://github.com/pengzhanbo/vuepress-theme-plume/commit/8e9ed082c93fc66afdb249d9c6854bccd67819ea))
- **theme:** 优化 sidebar 数据解析 ([ba721e7](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ba721e72f997a07ffcad7eaf5efc36db43066e87))
- update non-major deps to latest ([2eeaf78](https://github.com/pengzhanbo/vuepress-theme-plume/commit/2eeaf78fc53c55a076335b2e466e6156351ac682))
# [1.0.0-rc.52](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.51...v1.0.0-rc.52) (2024-4-17)
### Bug Fixes
- **theme:** 修复 `base` 相关的链接跳转错误 ([54a3b08](https://github.com/pengzhanbo/vuepress-theme-plume/commit/54a3b088d72487a3936b02bd1254587e37b6d75e))
### Features
- **theme:** 导航栏、侧边栏图标支持图片链接和svg字符串 [#65](https://github.com/pengzhanbo/vuepress-theme-plume/issues/65) ([6dd3bba](https://github.com/pengzhanbo/vuepress-theme-plume/commit/6dd3bbacc0f9f0cf97d24d91c02355773024e97b))
- **theme:** 新增首页背景色板色调配置 ([837237c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/837237c1184a5907d8deb5c5099c96755913905f))
### Performance Improvements
- **theme:** 优化博客列表页翻页过渡 ([72357e9](https://github.com/pengzhanbo/vuepress-theme-plume/commit/72357e9c376a0468aad6eb1846c0e47aa0ca2b47))
- **theme:** 优化文章列表翻页效果 ([16f7ed6](https://github.com/pengzhanbo/vuepress-theme-plume/commit/16f7ed699b21459b8976760e5d0e93f063538159))
- update non-major deps to latest ([782f607](https://github.com/pengzhanbo/vuepress-theme-plume/commit/782f607dbb2ba6b3b359cddc4844c0ab77630173))
# [1.0.0-rc.51](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.50...v1.0.0-rc.51) (2024-4-15)
### Bug Fixes
- **theme:** `base` 导致的 链接跳转错误 [#63](https://github.com/pengzhanbo/vuepress-theme-plume/issues/63) ([9a94890](https://github.com/pengzhanbo/vuepress-theme-plume/commit/9a9489031cb64feb968657b8d4ee1db0794e4ec2))
# [1.0.0-rc.50](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.49...v1.0.0-rc.50) (2024-4-14)
### Bug Fixes
- **theme:** watermark render in ssr ([40e84df](https://github.com/pengzhanbo/vuepress-theme-plume/commit/40e84df411b3a68cb38b86a584f012b9f14b935e))
### Features
- **theme:** 补全在移动设备下的博主信息 ([cc4837c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/cc4837c45df5727dce0ce2f3cbc712050fd6aba0))
- **theme:** 新增 文章列表 分页过渡动效 ([82bbc77](https://github.com/pengzhanbo/vuepress-theme-plume/commit/82bbc77c265d39d74cbcebeef20a728202b8a170))
- **theme:** 新增 文章水印 功能 ([80b3da3](https://github.com/pengzhanbo/vuepress-theme-plume/commit/80b3da3e58fac2871e4a50ea17bd29c355b6f4f4))
- **theme:** 新增 sidebar 过渡动效 ([1c6ee0f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1c6ee0ff8fe38d4f576dfed8b56d7b6019e8cfda))
- **theme:** upgrade `Inter` fonts ([ae9fb14](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ae9fb143c02516f022fb24b91fd8b3ee8ef8ab85))
### Performance Improvements
- 优化修改 permalink 时存在报错的问题 ([1e6ec5e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1e6ec5e624536faba043ecb075f5cbb0223d5a36))
- **plugin-md-power:** update markdown-it to `v14.1.0` ([55bb284](https://github.com/pengzhanbo/vuepress-theme-plume/commit/55bb28421920ba190212435e1d17af455b24996b))
- **theme:** 优化首页 Hero 背景效果 ([c6a2b8c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c6a2b8cab2fa60cefd249cec7b17d7880bded96c))
- update deps to latest ([7f7d382](https://github.com/pengzhanbo/vuepress-theme-plume/commit/7f7d382961f89569d0acb98eb62d8dcabb21e735))
- update vuepress non-major deps ([75c29c1](https://github.com/pengzhanbo/vuepress-theme-plume/commit/75c29c1d6d589de0ebf3ee1c3fb824d492b1847a))
# [1.0.0-rc.49](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.48...v1.0.0-rc.49) (2024-4-4)
### Features
- **plugin-md-power:** add `@[codesandbox](user/id)` syntax supported ([3a6ebcf](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3a6ebcf3d41fd0b00e716882142a47111a5987dd))
- **plugin-md-power:** add `@[jsfiddle](user/id)` syntax supported ([a590786](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a590786541c3f8277aaccd7f22559d01d8c01604))
### Performance Improvements
- **plugin-md-power:** add Loading ([9124f78](https://github.com/pengzhanbo/vuepress-theme-plume/commit/9124f788a3062a518c15d78ce164350e53fb4c9a))
- **plugin-md-power:** codeSandbox button ([20d06c0](https://github.com/pengzhanbo/vuepress-theme-plume/commit/20d06c0de82f54c0b3ffc3161db31c4717a68128))
# [1.0.0-rc.48](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.47...v1.0.0-rc.48) (2024-3-30)
### Bug Fixes
- **theme:** 文件未添加到git时最后更新时间计算错误 ([c554001](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c554001df3f74e5ee38686097f268eefdfa0db1b))
### Features
- **plugin-md-power:** add `:[icon]:` syntax supported ([c2fc5ad](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c2fc5ad7b110cb2bf316f9480d4556ac0c6de66f))
- **plugin-md-power:** add `@[bilibili](url)` syntax supported ([0715ee9](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0715ee97bd6632344ab22f99f38679557686a663))
- **plugin-md-power:** add `@[caniuse](feature)` syntax supported ([53dfcb8](https://github.com/pengzhanbo/vuepress-theme-plume/commit/53dfcb83b13c8b11caa3df1646d12c5779395f21))
- **plugin-md-power:** add `@[codepen](user/slash)` syntax supported ([041450e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/041450e0d7425080f3fdbd5ed84c24681f8150d4))
- **plugin-md-power:** add `@[pdf](url)` syntax supported ([cd7485c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/cd7485c246291279dbf4a3b119073fb4b012f2f4))
- **plugin-md-power:** add `@[replit](user/repl-name)` syntax supported ([07b911a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/07b911a5a389687ab446ea4022ce2fb2c55d1ea8))
- **plugin-md-power:** add `@[youtube](url)` syntax supported ([b8379e2](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b8379e224582e85659444d84c6b46eebca51c2ad))
### Performance Improvements
- update non-major deps ([29ff7bd](https://github.com/pengzhanbo/vuepress-theme-plume/commit/29ff7bdbd8a6d140f025b3cbd75436cd3f2bc7e0))
# [1.0.0-rc.47](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.46...v1.0.0-rc.47) (2024-3-25)
### Features
- **theme:** 迁移组件型图标至CSS较少SSR输出大小 ([9641fd0](https://github.com/pengzhanbo/vuepress-theme-plume/commit/9641fd0c995358d724b5606f4829b34541a71125))
- **theme:** add social link aria-label ([15acdf6](https://github.com/pengzhanbo/vuepress-theme-plume/commit/15acdf6b91c0672b564d2a78b80ec31d754be2c0))
### Performance Improvements
- update non-major deps ([6ce7fa6](https://github.com/pengzhanbo/vuepress-theme-plume/commit/6ce7fa6687b36e4299245c58646c0d36dd19f6ab))
# [1.0.0-rc.46](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.45...v1.0.0-rc.46) (2024-3-25)
### Bug Fixes
- **theme:** 博客页无用户信息时过渡动效 ([34106ec](https://github.com/pengzhanbo/vuepress-theme-plume/commit/34106ec7092f5154368a89dce951c2f3e1f2aebe))
- **theme:** 修复博客页组件过渡效果导致的SSR水合错误 ([c3d9a4e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c3d9a4e6deeaeea73c4cf893cfdf42fb8b3fb090))
- **theme:** 修复最后更新时间不一致导致的SSR水合过程错误 ([e3f79a8](https://github.com/pengzhanbo/vuepress-theme-plume/commit/e3f79a8db692bd8d1129aef93dbf459168ac34cc))
### Performance Improvements
-  导航栏链接支持传入文件路径 ([c1a9868](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c1a9868ead553cb905d21f65cee98639a89923c6))
- **plugin-auto-frontmatter:** 优化 matter生成格式 ([5908363](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5908363aca70090b6ab27850eb5f45efb89fb8bc))
- **theme:** 优化多语言切换时页面重定向 ([805374d](https://github.com/pengzhanbo/vuepress-theme-plume/commit/805374de71006a49f0df7b951591fcbffd8e0936))
- **theme:** 优化sidebar 交互 ([6ce9796](https://github.com/pengzhanbo/vuepress-theme-plume/commit/6ce97965a15f33e342bb69d835c814a7b2f044c3))
- update `vuepress` to `rc.9` ([3cada0b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3cada0bfd2c33dc49d3fac7b6c2125d23e1a0cb6))
# [1.0.0-rc.45](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.44...v1.0.0-rc.45) (2024-3-18)
### Bug Fixes
- **theme:** 分页 margin-left 错位 ([f44bcec](https://github.com/pengzhanbo/vuepress-theme-plume/commit/f44bcece2ce288ba5ca3227ab79ca669bf27c6f1))
- **theme:** 提示容器中代码组导航栏错位 ([aee47e8](https://github.com/pengzhanbo/vuepress-theme-plume/commit/aee47e879786d425d0d7cf262f758cc29cb043e2))
### Features
- **theme:** 博主信息新增 地理位置和所属组织 ([7d7dede](https://github.com/pengzhanbo/vuepress-theme-plume/commit/7d7dede526eaf994fdd22251144a924c05c5ec04))
- **theme:** 新增导航栏社交图标过滤器 ([c09cd98](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c09cd98075a5f07acea216e7cfb16772a2de440b))
- **theme:** 新增更多社交图标支持 ([308c314](https://github.com/pengzhanbo/vuepress-theme-plume/commit/308c31408a8cd90604210e20a3fb7a51521be2be))
- **theme:** 新增页面跳转过渡动效 ([0fcfe3f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0fcfe3f0d698c9f7b6515e3f40210fa73071e0b0))
### Performance Improvements
- delete unused types ([8423e6a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/8423e6a203b51e2838578c254c8bd14ed80549f6))
# [1.0.0-rc.44](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.43...v1.0.0-rc.44) (2024-3-17)
### Performance Improvements
- replace `vuepress-plugin-comment2` to `@vuepress/plugin-comment` ([b6f2c14](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b6f2c1450b05e614f412e5a880aec76b001930b3))
- **theme:** 优化 md 增强 UI ([563514f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/563514f047b0dc0e2ea536f6012e02a4a427dc42))
- **theme:** 优化右侧边栏交互表现 ([2e39974](https://github.com/pengzhanbo/vuepress-theme-plume/commit/2e39974c54bdee7f128dda1ec258822e546d5a57))
- **theme:** notes list filter ([5c9ae41](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5c9ae4138006f0a2079d709c1099fb2f608beb63))
# [1.0.0-rc.43](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.42...v1.0.0-rc.43) (2024-3-15)
### Bug Fixes
- **plugin-notes-data:** 侧边栏自动生成 [#57](https://github.com/pengzhanbo/vuepress-theme-plume/issues/57) ([2ba25c9](https://github.com/pengzhanbo/vuepress-theme-plume/commit/2ba25c94c7a58a8b26163f2865351dd2253d6c8c))
### Performance Improvements
- **theme:** 博客页无博主信息时布局优化 ([9370464](https://github.com/pengzhanbo/vuepress-theme-plume/commit/9370464cc9fed4740f95dd0b7db749966163347c))
- **theme:** 优化notes链接生成 ([156e5ae](https://github.com/pengzhanbo/vuepress-theme-plume/commit/156e5aef27ff467d74a770f2b0889d79b2c21bc2))
# [1.0.0-rc.42](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.41...v1.0.0-rc.42) (2024-3-13)
### Features
- **theme:** add `readingTime` frontmatter ([9089693](https://github.com/pengzhanbo/vuepress-theme-plume/commit/90896934ebcc672df70f3c8ee557443b54bb56ad))
- **theme:** add sidebar icon supported ([eb4a73b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/eb4a73b6d7a18b106874b94a85e5678bbdb51c7e))
### Performance Improvements
- 优化代码块、组背景色 ([d0638d5](https://github.com/pengzhanbo/vuepress-theme-plume/commit/d0638d5bf457d0426414fac80c29275a99e44267))
- **theme:** 优化预设背景交互流畅度 ([a1fa991](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a1fa99188c7a9ae32328671612db3ee405a0be68))
# [1.0.0-rc.41](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.40...v1.0.0-rc.41) (2024-3-8)
### Features
- 全新的文档! ([c56bae8](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c56bae8d58941db05a5cb1faad45be2178331db3))
- **theme:** 首页显示回到顶部按钮 ([bb8a971](https://github.com/pengzhanbo/vuepress-theme-plume/commit/bb8a971c9006752cb90ff63213b864c47481af54))
- **theme:** 新增页面元数据作者信息 ([deb17c7](https://github.com/pengzhanbo/vuepress-theme-plume/commit/deb17c7ebc5077ec50ccb1a1813959d9af579f53))
### Performance Improvements
- **theme:** 调整首页布局 ([ba235c4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ba235c421fa13189c736ce3d83e6e0d9c27f9d74))
- **theme:** 优化分类、标签计算逻辑 ([f2860d9](https://github.com/pengzhanbo/vuepress-theme-plume/commit/f2860d96da519f01491d9b053e55da939209cf9d))
- **theme:** 优化页面布局 ([ee30acb](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ee30acbc15a0e2f69edf09dec53ebd8421626018))
# [1.0.0-rc.40](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.39...v1.0.0-rc.40) (2024-3-3)
### Features
- 新增 首页布局容器组件 ([bfa9164](https://github.com/pengzhanbo/vuepress-theme-plume/commit/bfa9164037797744ae9530332186ea8e615b44b4))
- 新增 首页布局容器组件 ([faa00fc](https://github.com/pengzhanbo/vuepress-theme-plume/commit/faa00fc75c358072d5a142fe3434c32bab61876d))
- **theme:** 全新的首页布局与配置方案! ([cca2262](https://github.com/pengzhanbo/vuepress-theme-plume/commit/cca2262c77b25485dbd312ed3e7ef1ff55083ac2))
- **theme:** add Home Banner ([09bbd7e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/09bbd7eb994b44c63d36b668880e68fa89792e47))
- **theme:** add Home Custom ([032bb68](https://github.com/pengzhanbo/vuepress-theme-plume/commit/032bb68b4c37c0ff40eb664a7777688542aec768))
- **theme:** add Home Features ([bc8f5ad](https://github.com/pengzhanbo/vuepress-theme-plume/commit/bc8f5aded3d89b7e45189e46dddc0ce44e5cb571))
- **theme:** add Home Hero ([305ba20](https://github.com/pengzhanbo/vuepress-theme-plume/commit/305ba20beb9ce5f51f1f91bfb5a2d6eda1973d87))
- **theme:** add Home Profile ([489208f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/489208f948affa48c4e65deedd6308eda4107cf1))
- **theme:** add Home Text Image ([dc450ca](https://github.com/pengzhanbo/vuepress-theme-plume/commit/dc450caeb584ee0200b15251d40e2e87c34b2271))
- **theme:** notes 默认配置, link: '/note' 变更为 link: '/' ([ef73709](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ef737098b5224ca662278937c92c12c6eb6f4c19))
### Performance Improvements
- 调整 Footer 布局 ([0548715](https://github.com/pengzhanbo/vuepress-theme-plume/commit/05487158cc3c9a33644b905f2ba1d0f8dd350133))
- 优化大屏幕下 Footer 宽度计算 ([7d5e7a0](https://github.com/pengzhanbo/vuepress-theme-plume/commit/7d5e7a022696b5db7ebb2651875d824726de2d36))
- 优化首页组件结构 ([83bae10](https://github.com/pengzhanbo/vuepress-theme-plume/commit/83bae103448a4f636acab3ddcd44e547cece5dea))
- 优化首页组件结构 ([4a086c4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/4a086c4cb1c9291345f2dd84b84f7c2578c727db))
- **theme:** 博客相关组件归类 ([0d46ef4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0d46ef46d791c48b061c9875d4cf741835e8015e))
- **theme:** 导航栏相关组件归类 ([ab4ee5d](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ab4ee5d6f2a69e9292b82925d91fd5533d9ca96b))
- **theme:** 优化 加密组件结构 ([471084f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/471084ff23a6e388268c911b00bc0a823e00e93a))
- update `vue` to latest ([1eb541e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1eb541efae2e8117bd177b673de9d113209870fe))
- update home default config ([89c0085](https://github.com/pengzhanbo/vuepress-theme-plume/commit/89c0085d0826486913eaed9409368e0db335aaaf))
### BREAKING CHANGES
- **theme:** 对于已使用该功能的用户,需要手动修改文章中的相关链接,以及 md front matter 中的 `permalink` 字段, 删去 `/note`
# [1.0.0-rc.39](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.38...v1.0.0-rc.39) (2024-2-26)
### Features
- **theme:** 新增 加密 功能 ([254eb7a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/254eb7a9ead1d256de3bcae894130e081a68caed))
- **theme:** add `showOutline` prop to LocalNav ([ecd2064](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ecd20647dd9dbea1c1bfcf27fbfd6a5e171c1763))
### Performance Improvements
- **plugin-shikiji:** add `experiment` type ([205cb13](https://github.com/pengzhanbo/vuepress-theme-plume/commit/205cb1336c2db651390514bc22999d1781adc07b))
- **theme:** 右侧边栏添加 headers 判断控制显示 ([ba899ec](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ba899ec7ca3a454fdf3ca39003a2024080645b76))
# [1.0.0-rc.38](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.37...v1.0.0-rc.38) (2024-2-24)
### Bug Fixes
- **plugin-shikiji:** 非 twoslash 代码块 添加 `v-pre` 指令 ([ef64ada](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ef64ada12ff3c6e7c4dbfde1b4291bc16b6f4cec))
# [1.0.0-rc.37](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.36...v1.0.0-rc.37) (2024-2-24)
### Features
- **plugin-shikiji:** 使用 floating-vue 实现 twoslash 模态框 ([c37b130](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c37b1308e9cd0945054ec1bfc0156f180bd85eb4))
### Performance Improvements
- **plugin-blog-data:** 排除文章摘要中的标题部分 ([aa70bf9](https://github.com/pengzhanbo/vuepress-theme-plume/commit/aa70bf98097313f31ceb2849d05dd4ab392a91a6))
- **plugin-shikiji:** 优化开发时编译速度 ([4d950b7](https://github.com/pengzhanbo/vuepress-theme-plume/commit/4d950b7618829d61df64687626420ba3800149c3))
- **theme:** 优化文章页在大屏幕下的表现 ([4adc786](https://github.com/pengzhanbo/vuepress-theme-plume/commit/4adc7862b57a67d129c9e9fc0ea0cf5091769b8c))
# [1.0.0-rc.36](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.35...v1.0.0-rc.36) (2024-2-21)
### Features
- add `plugin-search` (power by minisearch) ([e409ece](https://github.com/pengzhanbo/vuepress-theme-plume/commit/e409ece6fd11920500b038722966924a2752ab37))
- **theme:** 切换为主题内部搜索插件 ([cec3191](https://github.com/pengzhanbo/vuepress-theme-plume/commit/cec3191adc4854a2f4beacad968019f5baba26e0))
- **theme:** 新增 `force-dark` 外观配置 ([979d4d6](https://github.com/pengzhanbo/vuepress-theme-plume/commit/979d4d645f81bd6871b41a2169513a1cccd28033))
### Performance Improvements
- 优化 搜索按钮样式 ([5159c5a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5159c5a434adb3be3b02c5bdc5fa8d28d196f191))
- bump `vuepress` to `rc.8` ([96166b2](https://github.com/pengzhanbo/vuepress-theme-plume/commit/96166b2a4da31b3318635a2cb17992b186fa4634))
- bump shiki to latest ([89c8a0e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/89c8a0e1d5946c769036901fd3649c03fa1fb77a))
# [1.0.0-rc.35](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.34...v1.0.0-rc.35) (2024-2-17)
### Bug Fixes
- 修复文章列表页分页跳转错误 ([d6c9fba](https://github.com/pengzhanbo/vuepress-theme-plume/commit/d6c9fba835de9745f8489e8f779175bb4ec82940))
### Performance Improvements
- 优化导航栏在不同设备的交互表现 ([16c65da](https://github.com/pengzhanbo/vuepress-theme-plume/commit/16c65daea9812c632872c69e52fe1ed9710e2554))
# [1.0.0-rc.34](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.33...v1.0.0-rc.34) (2024-2-16)
### Bug Fixes
- **plugin-baidu-tongji:** 修复错误的在`enhance`中使用 composable api ([040de83](https://github.com/pengzhanbo/vuepress-theme-plume/commit/040de83f5bbc37394fb10a300dbb06de6480662f))
# [1.0.0-rc.33](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.32...v1.0.0-rc.33) (2024-2-16)
### Features
- **plugin-baidu-tongji:** add `useBaiduTongji` ([9dfa6c9](https://github.com/pengzhanbo/vuepress-theme-plume/commit/9dfa6c976f0f8c91c916a22bcd3dbea377b9d0f9))
- **theme:** add `AppearanceText` options ([d98785a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/d98785ada7b8ce97e6f810549a987f0bb1a8da03))
### Performance Improvements
- 优化 页脚对齐 ([50a59e2](https://github.com/pengzhanbo/vuepress-theme-plume/commit/50a59e2aca82102a242722786cce4e9c3dbb0ece))
- 优化标签、归档页布局 ([a34a216](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a34a216f90bbee4c0229952e6327c0361173616d))
- 优化分页交互体验 ([c55d521](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c55d5214ece5cf4fbac1ed837d270de818d8a77b))
- bump `shiki` to latest ([dd19f19](https://github.com/pengzhanbo/vuepress-theme-plume/commit/dd19f195ea53ca117acb935318bcc54cf9929487))
- **plugin-content-update:** optimize `Content` Component ([38ef295](https://github.com/pengzhanbo/vuepress-theme-plume/commit/38ef295bc2ede17352debb9c9cf537bf3574d092))
- **plugin-shikiji:** remove `picocolors` ([41a3744](https://github.com/pengzhanbo/vuepress-theme-plume/commit/41a3744db2bf4297892b3a244baaa1545065bcc9))
- **theme:** use vuepress virtual routes ([24261ab](https://github.com/pengzhanbo/vuepress-theme-plume/commit/24261ab269f24bc718beeb686a19f34541fcf251))
- upgrade vuepress to `rc.7` ([e707e9a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/e707e9a057953232190f2963e6ed95c4c4a020be))
# [1.0.0-rc.32](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.31...v1.0.0-rc.32) (2024-2-5)
### Features
- 博客相关页面 外观切换过渡效果hover 效果 ([a44a6ad](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a44a6ad2eecf593eeb2f482d93b41e40af1fff4b))
- 导航栏 外观切换过渡效果 ([e3a9c07](https://github.com/pengzhanbo/vuepress-theme-plume/commit/e3a9c07ed32565f325a3d9e5445704b93632a262))
- 文章页面 外观切换过渡效果 ([61e6e17](https://github.com/pengzhanbo/vuepress-theme-plume/commit/61e6e1789472468993b3256c8c8c42acad2d2bc8))
- 友情链接页 外观切换过渡效果 ([062cc88](https://github.com/pengzhanbo/vuepress-theme-plume/commit/062cc88a6a612849e9e7550fd9dbcb8cb624b116))
- 侧边栏 外观切换过渡效果 ([42bf148](https://github.com/pengzhanbo/vuepress-theme-plume/commit/42bf1481a1c098a6181ae0085f235d7dfeaef991))
- 代码块高亮 外观切换过渡效果 ([13f7421](https://github.com/pengzhanbo/vuepress-theme-plume/commit/13f7421022bdaf30eb751c4681eadbb8efef8488))
### Performance Improvements
- 迁移 read time 至官方插件 ([21268e6](https://github.com/pengzhanbo/vuepress-theme-plume/commit/21268e6e2bcc41bf4671dbc0fda20fcdde3f71e7))
- 首页大图默认为 Bing 每日壁纸 ([ae598a1](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ae598a1f0f1aa12688709cb9883e76b134313790))
- 优化 标签页、归档页 布局 ([977d965](https://github.com/pengzhanbo/vuepress-theme-plume/commit/977d965c1273d2b569ae54c4ea35968eb49aa873))
- 优化 博客文章列表页 布局 ([f3feaf4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/f3feaf499ac3991cb701ddab68b4f434867beae6))
- 优化博客文章列表页分页组件 ([b764d2a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b764d2a10e4325f08f1b65cd0aa445add79e499e))
- 优化内容细节, 搜索框的过渡效果 ([fed4efb](https://github.com/pengzhanbo/vuepress-theme-plume/commit/fed4efb566a43bc864b258128e88de85da0bff97))
- 优化页面细节上的过渡效果 ([526e8d1](https://github.com/pengzhanbo/vuepress-theme-plume/commit/526e8d13c11dac8bab44dac35f2b608bf3d96b92))
- bump `shiki` ([5210925](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5210925f87b183fbd2cd6012776c84461685fb67))
# [1.0.0-rc.31](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.30...v1.0.0-rc.31) (2024-2-2)
### Features
- bump and rename `shiki` ([9952a3f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/9952a3fd8506846cde0dc57e0bf557d4727d1e38))
- **plugin-blog-data:** 添加支持生成额外的博客数据 ([5f28042](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5f280420ef272a09c573fcb4bc7c1406162b7f6b))
### Performance Improvements
- 改版博客文章列表页UI贴合设计趋势 ([8a969ab](https://github.com/pengzhanbo/vuepress-theme-plume/commit/8a969abb27df963c54a266144d6748dd2d2f7d71))
- 使用官方插件替换 seo、sitemap 插件 ([15c1f52](https://github.com/pengzhanbo/vuepress-theme-plume/commit/15c1f52b2749854850b4fe66f9fb5f3ec81613ba))
- 优化文章标签页 UI ([8d56e98](https://github.com/pengzhanbo/vuepress-theme-plume/commit/8d56e989d4c236c43017a62b7b52ef93e012496f))
- 优化文章归档页 UI ([c1e0c85](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c1e0c854f675ede733c042146c141f72a2efa384))
# [1.0.0-rc.30](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.29...v1.0.0-rc.30) (2024-1-31)
### Features
- add `externalLink` frontmatter ([eb30e03](https://github.com/pengzhanbo/vuepress-theme-plume/commit/eb30e03116f5559f1919a7e4ba42ea0aa4b5389b))
- add highlight word ([554167d](https://github.com/pengzhanbo/vuepress-theme-plume/commit/554167d123a6d66cb0d496ad338c7f40e5115be8))
### Performance Improvements
- 优化代码块样式交互 ([0e4cb1a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0e4cb1a8c65099e54f944796145a1fa92e88ae80))
- bump comment plugin to latest ([28cfb04](https://github.com/pengzhanbo/vuepress-theme-plume/commit/28cfb044906eaa429fad435fbf20b605a8fc23f6))
- rename `shikiji` to `shiki` ([d087249](https://github.com/pengzhanbo/vuepress-theme-plume/commit/d08724984056510ed2a78f615a2015f80dd48e21))
# [1.0.0-rc.29](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.28...v1.0.0-rc.29) (2024-1-26)
### Performance Improvements
- bump `shikiji` to `0.10` ([38bfad7](https://github.com/pengzhanbo/vuepress-theme-plume/commit/38bfad7513a4e16d19de2cdce514fb33adb2894a))
- bump twoslash to `0.10.0` ([1beacde](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1beacde1218e02fa484cee49a453017ea02d7b27))
- bump vuepress to `2.0.0-rc.2` ([81870e0](https://github.com/pengzhanbo/vuepress-theme-plume/commit/81870e0c23a2b711abe263b4b3a2674a926b7f6d))
- bump `husky` to `v9` ([87e0c39](https://github.com/pengzhanbo/vuepress-theme-plume/commit/87e0c3936259e63c15bc8311dc3acb801159a700))
- update content style ([afb88ee](https://github.com/pengzhanbo/vuepress-theme-plume/commit/afb88ee4be00673905c9d731fd42dba29decd4cd))
# [1.0.0-rc.28](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.27...v1.0.0-rc.28) (2024-1-21)
### Features
- update `demo-wrapper` container ([0f8acc3](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0f8acc37dcf28cc1aebc7681880ad0afe77d02e7))
# [1.0.0-rc.27](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.26...v1.0.0-rc.27) (2024-1-16)
### Features
- add `demo-wrapper` container support ([7784600](https://github.com/pengzhanbo/vuepress-theme-plume/commit/77846006a54915ac788643328a6b002005cd9d21))
# [1.0.0-rc.26](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.25...v1.0.0-rc.26) (2024-1-16)
### Features
- add `demo-wrapper` container support ([7b946d7](https://github.com/pengzhanbo/vuepress-theme-plume/commit/7b946d7b4947401475d911a5593c60b03a839f52))
# [1.0.0-rc.25](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.24...v1.0.0-rc.25) (2024-1-15)
### Bug Fixes
- 移动设备下 twoslash 样式兼容问题 ([fd78015](https://github.com/pengzhanbo/vuepress-theme-plume/commit/fd7801518e7996c8b054627c277a775df24869c4))
# [1.0.0-rc.24](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.23...v1.0.0-rc.24) (2024-1-12)
### Bug Fixes
- 修复在 windows 下的路径拼接错误 ([e2305cb](https://github.com/pengzhanbo/vuepress-theme-plume/commit/e2305cb337f88b2565851a1155791f658562f3ff))
# [1.0.0-rc.23](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.22...v1.0.0-rc.23) (2024-1-11)
### Features
- (试验性)代码高亮支持 twoslash ([d0fdf79](https://github.com/pengzhanbo/vuepress-theme-plume/commit/d0fdf794774d126ab7f5d24fa6de5865498105b2))
# [1.0.0-rc.22](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.21...v1.0.0-rc.22) (2024-1-8)
### Bug Fixes
- 修复在最小配置下的预设问题 [#40](https://github.com/pengzhanbo/vuepress-theme-plume/issues/40) ([2dbbc79](https://github.com/pengzhanbo/vuepress-theme-plume/commit/2dbbc79a757a6ea21a01a239414ead137314dcf6))
# [1.0.0-rc.21](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.20...v1.0.0-rc.21) (2024-1-8)
### Bug Fixes
- 修复 notes data 插件 路径解析 ([ab798d4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/ab798d4234f912d98da455ecc68793af5ce92cb8))
# [1.0.0-rc.20](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.19...v1.0.0-rc.20) (2024-1-7)
### Performance Improvements
- 调整内容容器中代码块在移动设备 UI ([3e5ecad](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3e5ecada8ec48e9833a59e24b79cd4d7cc8dcd78))
- 优化默认导航栏生成 ([6b5fd5d](https://github.com/pengzhanbo/vuepress-theme-plume/commit/6b5fd5d427c0c49ae30a1a5b729ff429481c6cbf))
# [1.0.0-rc.19](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.18...v1.0.0-rc.19) (2024-1-6)
### Performance Improvements
- 优化在移动设备的 UI 表现 ([33aaf36](https://github.com/pengzhanbo/vuepress-theme-plume/commit/33aaf369cfb0a621fcbd8705f18f334596fe295b))
# [1.0.0-rc.18](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.17...v1.0.0-rc.18) (2024-1-6)
### Performance Improvements
- 优化在移动设备的 UI 表现 ([bc4100e](https://github.com/pengzhanbo/vuepress-theme-plume/commit/bc4100e4a1c9eb52102da6862c44e681f551fa26))
# [1.0.0-rc.17](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.16...v1.0.0-rc.17) (2024-1-6)
### Bug Fixes
- docs search ui ([fcbd562](https://github.com/pengzhanbo/vuepress-theme-plume/commit/fcbd562dc3f20e302242c9af122f963582e9d79b))
# [1.0.0-rc.16](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.15...v1.0.0-rc.16) (2024-1-6)
### Features
- 文章列表页分页路由映射 ([1291705](https://github.com/pengzhanbo/vuepress-theme-plume/commit/12917050c8ef006bbdca6330c30465f3d1f8e647))
- md 增强支持 tabs、footnote、gfm ([fe5da59](https://github.com/pengzhanbo/vuepress-theme-plume/commit/fe5da597ce6bce4f53f8a6dff495df1c8b1babb8))
### Performance Improvements
- 优化开发模式下 devtools 主题数据预览 ([36aa6c9](https://github.com/pengzhanbo/vuepress-theme-plume/commit/36aa6c99b527e3f90641f770d9c349bda99d805e))
# [1.0.0-rc.15](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.14...v1.0.0-rc.15) (2024-1-5)
### Features
- 优化搜索插件默认配置 ([a3fa5e4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a3fa5e444e330b1298fde88d0f2f5a4d8f065219))
- 增强主题默认配置,适配多语言 ([bf3a0af](https://github.com/pengzhanbo/vuepress-theme-plume/commit/bf3a0afabb211931350f83c274960ae481f2bfd1))
### Performance Improvements
- 404页面 多语言支持 ([6d6aaea](https://github.com/pengzhanbo/vuepress-theme-plume/commit/6d6aaea628b26e6d89099db6018a3a9ed9e12b8a))
- 优化 多语言切换组件交互表现 ([6fb37ee](https://github.com/pengzhanbo/vuepress-theme-plume/commit/6fb37eeb6377098d74154043d3cabe5a9a022a76))
- 优化 文章列表页侧边栏 UI ([a268b84](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a268b84849a8ed8989c91a5887e97c9a492aaaf1))
- 优化多语言下自动生成页面路径 ([e4e03e0](https://github.com/pengzhanbo/vuepress-theme-plume/commit/e4e03e0ae2a23ce04de84d829777ea21e5aae60f))
# [1.0.0-rc.14](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.13...v1.0.0-rc.14) (2024-1-4)
### Features
- 增强多语言支持 ([5ff9570](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5ff9570018d36b4017038cc3419951cfc6481aed))
- mdEnhance 默认启用 `katex` ([1fe16bd](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1fe16bd5799351382b05731a698804e74e788a85))
- **plugin-notes-data:** 支持 数组形式的插件配置项 ([66f1f03](https://github.com/pengzhanbo/vuepress-theme-plume/commit/66f1f037e4d743071cac46a4ebc8de8cec19dfa5))
### Performance Improvements
- 优化博客列表页数据逻辑 ([689bde3](https://github.com/pengzhanbo/vuepress-theme-plume/commit/689bde34bbe586b3e2b936093658ae50ac3d05ee))
# [1.0.0-rc.13](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.12...v1.0.0-rc.13) (2024-1-3)
### Bug Fixes
- **theme:** build html fail ([8625c68](https://github.com/pengzhanbo/vuepress-theme-plume/commit/8625c6820293b98a6464b1237fc9e3ba108ac6b4))
# [1.0.0-rc.12](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.11...v1.0.0-rc.12) (2024-1-1)
### Performance Improvements
- 优化内容容器在移动端的表现效果 ([75c59c5](https://github.com/pengzhanbo/vuepress-theme-plume/commit/75c59c588ccaa7eea5d38e99e335d1928c85277b))
- 优化页面打印布局排版 ([aac83e0](https://github.com/pengzhanbo/vuepress-theme-plume/commit/aac83e0c14cfd5e4e01ee342125bfebe451fe570))
# [1.0.0-rc.11](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.10...v1.0.0-rc.11) (2024-1-1)
### Features
- 优化 html 构建输出 ([a69a8ea](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a69a8ead5d7207e0f06bd46af0ae2732dcc11b7c))
### Performance Improvements
- 调整包导入格式,优化文档说明 ([fb2703f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/fb2703fb565f455d017b65a72398e441abb476d4))
- 优化内容容器中代码块 UI ([a798601](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a7986016804447525394ae85dc1696f9b0f196b5))
# [1.0.0-rc.10](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.9...v1.0.0-rc.10) (2023-12-30)
### Bug Fixes
- 修复内容容器内代码样式 ([dd14296](https://github.com/pengzhanbo/vuepress-theme-plume/commit/dd142967003d1a175bcdb044e34ca1563d815526))
# [1.0.0-rc.9](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.8...v1.0.0-rc.9) (2023-12-30)
### Features
- 新增 back-to-top ([c0c3122](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c0c312259291d364f7ce93519316b13a536d3a7a))
- **plugin-caniuse:** 新增 浏览器版本支持列表选项 ([d537d5a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/d537d5af93173fe5c2f3e6fe2def2e66e6419b26))
- **plugin-content-update:** 新增内容更新触发类型 ([85b6d2c](https://github.com/pengzhanbo/vuepress-theme-plume/commit/85b6d2c7d7c9bf102d78afc4f9f05998d6d9f979))
- **plugin-iconify:** 新增更多的 icon props ([90e6b81](https://github.com/pengzhanbo/vuepress-theme-plume/commit/90e6b81fb779ae4eb9dc96fb74bf3c410a6a44fc))
### Performance Improvements
- 优化 标签 UI ([2abdb84](https://github.com/pengzhanbo/vuepress-theme-plume/commit/2abdb84ae83f7bbc2f9502a42e70583a2f6fa4b6))
- 优化 UI ([fd550e4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/fd550e460b2ee6a0f2f4600ded9b9b6b6c9e21a2))
- 优化搜索、内容容器内代码块 UI ([5a74a66](https://github.com/pengzhanbo/vuepress-theme-plume/commit/5a74a66ef7b109ba22fd0b0201a4a42db63b56dd))
# [1.0.0-rc.8](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.7...v1.0.0-rc.8) (2023-12-30)
### Features
- support print page ([2ab6ae2](https://github.com/pengzhanbo/vuepress-theme-plume/commit/2ab6ae2b1c9a619b8c00d9b246e76a90246eb16b))
### Performance Improvements
- 优化 搜索框 UI ([f01cfe9](https://github.com/pengzhanbo/vuepress-theme-plume/commit/f01cfe98ae11f1eb2b5a3fc75ef50017e6703ad1))
- 优化代码块和任务列表 UI ([8915ced](https://github.com/pengzhanbo/vuepress-theme-plume/commit/8915ced914e6df2806ce8b5f846eed2ad230c646))
# [1.0.0-rc.7](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.6...v1.0.0-rc.7) (2023-12-28)
### Features
- 新增 content-update 插件 ([496bbae](https://github.com/pengzhanbo/vuepress-theme-plume/commit/496bbae295bf7a9eddd6135ab841e8c0ae543123))
### Performance Improvements
- 调整 iconify 逻辑 ([bd0f857](https://github.com/pengzhanbo/vuepress-theme-plume/commit/bd0f857e6ae24b989747d62dceabd683eb22cf02))
- 调整代码复制逻辑,适配 shikiji diff ([90465d2](https://github.com/pengzhanbo/vuepress-theme-plume/commit/90465d2b02788f095c60e10e0d412d3fad651bc7))
- 删除无用文件 ([a598209](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a598209a51c85c9d7583d3cb57b44d588b5e7105))
- 优化 blog extract 交互 ([713b2cf](https://github.com/pengzhanbo/vuepress-theme-plume/commit/713b2cfbb76d59be428eaf48976dabd95fb5e7d9))
- 优化代码结构 ([7ab0686](https://github.com/pengzhanbo/vuepress-theme-plume/commit/7ab06863e712a376b1b7075368c6e36d1e9397c6))
- 优化归档页、标签页 UI ([7b8fea5](https://github.com/pengzhanbo/vuepress-theme-plume/commit/7b8fea5d40ca7ed59d030ad434a5339a96f4f44f))
- 优化开发时编写md时一些组件的热更新交互 ([bcc894b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/bcc894ba98c69c3c00b5bbcc81d756fcf46e5ca1))
# [1.0.0-rc.6](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.5...v1.0.0-rc.6) (2023-12-27)
### Performance Improvements
- 调整 滚动交互 ([a81947a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/a81947aca4c58a3b3c1369f9f3c36d19c7c1e063))
- 调整主题配置 ([15d9265](https://github.com/pengzhanbo/vuepress-theme-plume/commit/15d9265b21969b493268d3cc55012ecfb554306c))
- 更新 externalLinkIcon 样式 ([0244f68](https://github.com/pengzhanbo/vuepress-theme-plume/commit/0244f6886ffc9bddde6f7316df27f7287772f0c7))
- 优化搜索框、内容容器样式 ([6f97ba4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/6f97ba44da1e8248697556c5d157e8fe0fddb8e6))
- copy code 插件样式调整 ([3b00215](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3b00215b8b94d909bd8b744f8018afd1dad3dcdd))
# [1.0.0-rc.5](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.4...v1.0.0-rc.5) (2023-12-26)
### Bug Fixes
- 修复 SSR 替换字符问题 ([1ac989b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1ac989b9985e1de4440dd605d2de6087eaf901e0))
### Features
- 添加移动设备下博客列表页 avatar UI交互 ([616672f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/616672fa59a189b319678b657996f79fd0de16a0))
- 页面级别控制是否可评论 ([1ebab70](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1ebab7054a6126dcea4aad7158c22516cf03b41c))
# [1.0.0-rc.4](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.3...v1.0.0-rc.4) (2023-12-26)
### Features
- 添加 标签页、归档页 支持 ([3ab460b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/3ab460b01b47f7bc9194a85f2d5d53340c3884f4))
- 添加友情链接页面支持 ([25d703b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/25d703b906e6f0c7bfbc9ccf41deb40c25df996d))
### Performance Improvements
- 优化侧边栏和页面内导航 ([e5db17f](https://github.com/pengzhanbo/vuepress-theme-plume/commit/e5db17fb7e2e5cab9af8ea2e1ca5fefec9b15ded))
- 优化内容容器 暗色模式下 UI ([4f02717](https://github.com/pengzhanbo/vuepress-theme-plume/commit/4f02717ea35ce10057b9b71d88bcb6e7fa9205dd))
# [1.0.0-rc.3](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2023-12-24)
### Bug Fixes
- 代码块在内容容器中的 UI错误 ([99f04bb](https://github.com/pengzhanbo/vuepress-theme-plume/commit/99f04bb2d0d85e0c37abc020fcc39898078d7fcf))
### Features
- support reading time ([aa9b872](https://github.com/pengzhanbo/vuepress-theme-plume/commit/aa9b8727dbcfb48325a4f74550f56b764d32eacc))
### Performance Improvements
- 调整 doc search UI ([086516a](https://github.com/pengzhanbo/vuepress-theme-plume/commit/086516a4a08aa08e7f5db58e91125b91cddc3b01))
# [1.0.0-rc.2](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2023-12-23)
### Features
- add PageFooter ([918fba3](https://github.com/pengzhanbo/vuepress-theme-plume/commit/918fba3e5eec2c0976dca90dee2e4cc84502fb0e))
- rename vuepress-plugin-netlify-functions ([49236d8](https://github.com/pengzhanbo/vuepress-theme-plume/commit/49236d812d097e5ab61601fc18b5c389d21b1a3c))
### Performance Improvements
- 优化交互体验,调整 UI ([b9ffac1](https://github.com/pengzhanbo/vuepress-theme-plume/commit/b9ffac184a617eee0f43cf92856061cb2e8d3944))
- shikiji 处理转译字符 ([58eb1c8](https://github.com/pengzhanbo/vuepress-theme-plume/commit/58eb1c88a079bae843eb4334aaa5d594a7727c3a))
# [1.0.0-rc.1](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-rc.0...v1.0.0-rc.1) (2023-12-23)
### Performance Improvements
- optimize `plugin-copy-code` ([21059df](https://github.com/pengzhanbo/vuepress-theme-plume/commit/21059df58b78d0f978be949b9f81a2327887f247))
- **theme:** remove `copy-code` options ([d330af8](https://github.com/pengzhanbo/vuepress-theme-plume/commit/d330af827167d7725f42be77057d6118a410ee69))
- update `SidebarItem` ([e0870e0](https://github.com/pengzhanbo/vuepress-theme-plume/commit/e0870e03dbc4cca207d3ea6b60bf8b83c1d52c20))
# [1.0.0-rc.0](https://github.com/pengzhanbo/vuepress-theme-plume/compare/v1.0.0-beta.89...v1.0.0-rc.0) (2023-12-23)
### Features
- 代码高亮魔法注释 UI ([46f6df4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/46f6df489e14c7ea2377d79cf4be797be6a83b41))
- 导航栏子元素高亮时父元素高亮 ([1b7d3da](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1b7d3dae330d3dbef18ff0cbd85d577b9dc877d7))
- 新增可配置选项 ([19dd1f0](https://github.com/pengzhanbo/vuepress-theme-plume/commit/19dd1f002abeb62789cc9322240ddab7e2c8e04a))
- 新增移动设备页内headers导航 ([1db07c4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1db07c4215c9d26367f8a2f11fa3c20d9ac9e985))
- 移除 shiki 和 prismjs添加 shikiji ([f64a6da](https://github.com/pengzhanbo/vuepress-theme-plume/commit/f64a6da55f7ce406b393430e530f09691a14fcae))
- 优化 copy-code UI 和 交互 ([8e959bc](https://github.com/pengzhanbo/vuepress-theme-plume/commit/8e959bcd984eb20d75f577272fc51c1f1cd1e335))
- add `plugin-shikiji` ([1111e85](https://github.com/pengzhanbo/vuepress-theme-plume/commit/1111e855cb4f9818decc4ebec356a332a5283d35))
### Performance Improvements
- 代码复制交互优化 ([c9c7bb4](https://github.com/pengzhanbo/vuepress-theme-plume/commit/c9c7bb441c867c594290b69728b05f2da470bd55))
- 使用 `vueuse` 实现页面滚动锁定 ([387dff9](https://github.com/pengzhanbo/vuepress-theme-plume/commit/387dff9a606be34283cad6f0e14a77b9f985c3a0))
- 优化侧边栏交互 ([92fb84d](https://github.com/pengzhanbo/vuepress-theme-plume/commit/92fb84d946a82511a8b858fb4bb38707c37a0610))
- 优化链接属性设置 ([8f2507b](https://github.com/pengzhanbo/vuepress-theme-plume/commit/8f2507bbb247dd251c1f5f481d99d74cd12dc2da))