diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b4b70ce..2a941f8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.14.4](https://github.com/hakadao/BewlyBewly/compare/v0.14.3...v0.14.4) (2024-01-31) + +### Bug Fixes + +* adjust text in `MomentsPop` [建议] 增加动态状态差分 [#226](https://github.com/hakadao/BewlyBewly/issues/226) ([c62f2c6](https://github.com/hakadao/BewlyBewly/commit/c62f2c604c7043b22d03bbab0498d16ad20121b5)) +* handle `History` video url location part [#223](https://github.com/hakadao/BewlyBewly/issues/223) ([e73ae0e](https://github.com/hakadao/BewlyBewly/commit/e73ae0e3a6deb26f847952e804c8f6514881fa80)) +* handle top bar video part ([b5e7465](https://github.com/hakadao/BewlyBewly/commit/b5e74659697c463d0221b21c6d19652a90308e7e)) +* 播放全部up视频时失效 [#243](https://github.com/hakadao/BewlyBewly/issues/243) ([5d4538b](https://github.com/hakadao/BewlyBewly/commit/5d4538b49a67c9b19ffa0c97ca7fcc6be8346057)) + + +### Miscellaneous + +* update version number ([eac1c57](https://github.com/hakadao/BewlyBewly/commit/eac1c576d52c80cc2a1b59cca63e44ff3aba18b7)) + ## [0.14.3](https://github.com/hakadao/BewlyBewly/compare/v0.14.2...v0.14.3) (2024-01-22) diff --git a/package.json b/package.json index cec16c21..5466ff54 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bewly-bewly", "displayName": "BewlyBewly", - "version": "0.14.3", + "version": "0.14.4", "private": true, "packageManager": "pnpm@8.15.0", "description": "Just make a few small changes to your Bilibili homepage.", diff --git a/src/contentScripts/index.ts b/src/contentScripts/index.ts index 9e596714..a68f8920 100644 --- a/src/contentScripts/index.ts +++ b/src/contentScripts/index.ts @@ -36,7 +36,7 @@ function isSupportedPages() { || /https?:\/\/www.bilibili.com\/\?bvid=.*$/.test(currentUrl) // video page - || /https?:\/\/(www.)?bilibili.com\/video\/.*/.test(currentUrl) + || /https?:\/\/(www.)?bilibili.com\/(video|list)\/.*/.test(currentUrl) // anime playback & movie page || /https?:\/\/(www.)?bilibili.com\/bangumi\/play\/.*/.test(currentUrl) // watch later playlist diff --git a/src/contentScripts/views/App.vue b/src/contentScripts/views/App.vue index 6eff75ef..84b3e4be 100644 --- a/src/contentScripts/views/App.vue +++ b/src/contentScripts/views/App.vue @@ -47,7 +47,7 @@ const isTopBarFixed = computed(() => { // // search page // || /https?:\/\/search.bilibili.com\/.*$/.test(location.href) // video page - || /https?:\/\/(www.)?bilibili.com\/video\/.*/.test(location.href) + || /https?:\/\/(www.)?bilibili.com\/(video|list)\/.*/.test(location.href) // anime playback & movie page || /https?:\/\/(www.)?bilibili.com\/bangumi\/play\/.*/.test(location.href) // moment page