Commit Graph

1374 Commits

Author SHA1 Message Date
hakadao
7ee2914282 Merge branch 'main' into bugfixes 2024-04-14 03:23:33 +08:00
Hakadao
bb4de3490c Update bug-template.yaml 2024-04-13 19:19:26 +08:00
Hakadao
59c020fce6 Update bug-template.yaml 2024-04-13 19:18:38 +08:00
Hakadao
80e30b4727 Merge branch 'main' into bugfixes 2024-04-12 18:49:06 +08:00
Hakadao
99b8f0edc1 docs: update preview images 2024-04-12 18:48:12 +08:00
Hakadao
7e9870d5fd Update README.md 2024-04-12 18:46:38 +08:00
Hakadao
b8f1b04ca4 docs: update firefox extension download link && adjust some description 2024-04-12 18:33:01 +08:00
Hakadao
5fbd285171 chore: remove useless code 2024-04-12 18:12:24 +08:00
Hakadao
ad226afd50 Merge pull request #527 from hakadao/main
sync: main to bugfixes
2024-04-12 17:58:41 +08:00
Hakadao
eb4c36d8fe Merge pull request #529 from hakadao/release-please--branches--main--components--release-please-action
chore(main): release 0.16.4
v0.16.4
2024-04-12 17:39:31 +08:00
Hakadao
bed79a2872 chore(main): release 0.16.4
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-04-12 17:37:53 +08:00
Hakadao
cf1baa94bf Merge pull request #526 from hakadao/bugfixes
Bugfixes
2024-04-12 17:37:30 +08:00
Hakadao
723c92c316 chore: update version number 2024-04-12 17:36:31 +08:00
Hakadao
650d7f0c6b fix: Unchecked runtime.lastError: Could not establish connection. Receiving end does not exist. (#518)
close #522 #518
2024-04-12 17:35:18 +08:00
Hakadao
a9277d7d83 Merge pull request #523 from hakadao/main
sync: main to bugfixes
2024-04-12 16:10:11 +08:00
Hakadao
4acadb29f7 chore: update bug-template 2024-04-12 16:04:38 +08:00
Hakadao
85f2f2d3b2 chore: add bug-template.yaml 2024-04-12 16:02:49 +08:00
Hakadao
eb2656cb88 Delete .github/ISSUE_TEMPLATE/bug-report.md 2024-04-12 15:55:56 +08:00
Hakadao
4b141f2cad Update bug-report.md 2024-04-12 15:51:31 +08:00
Hakadao
999e14bf54 Update issue templates 2024-04-12 15:49:05 +08:00
Hakadao
b5de740c8b Merge pull request #515 from hakadao/main
sync: main to bugfixes
2024-04-11 22:29:03 +08:00
Hakadao
08f4777a3c chore(main): release 0.16.2 (#510)
* chore(main): release 0.16.2

Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>

* Update CHANGELOG.md

---------

Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
v0.16.2
2024-04-11 21:10:02 +08:00
Hakadao
20d157abdf refactor message listeners && fix moment card url not linking the video page
* Refactor messageListeners and add utils module to simply use api

* chore: add previously deleted annotation

* refactor: message listeners (#447)

* Refactor API imports and update API endpoints

* Fix variable naming in FavoritesPop and Favorites components

* Fix variable naming inconsistency in getHistoryList function

* Fix API parameter naming conventions

* Refactor API_AUTH afterHandle functions

* Add API documentation links  and add function to be the api item

* Refactor API body and params

* Remove unused getAccessKey function in auth.ts

---------

Co-authored-by: pengyunfei <pengyunfei@360.cn>
Co-authored-by: Hakadao <a578457889743@gmail.com>

* refactor: API imports and update API endpoints (#460)

* Refactor API imports and update API endpoints

* Fix variable naming in FavoritesPop and Favorites components

* Fix variable naming inconsistency in getHistoryList function

* Fix API parameter naming conventions

* Refactor API_AUTH afterHandle functions

* Add API documentation links  and add function to be the api item

* Refactor API body and params

* Remove unused getAccessKey function in auth.ts

* Add message definition constants

---------

Co-authored-by: pengyunfei <pengyunfei@360.cn>
Co-authored-by: Hakadao <a578457889743@gmail.com>

* refactor: Add cSpell words and update API calls

* Fix API method case and add day parameter to ranking API

* feat(Settings): add bilibili settings entry

* chore(Settings): hide the bilibili settings temporary

* feat: support firefox(REAL) (#500)

* refactor: new rule support `Chromium` and `Firefox`

* refactor: add default `priority`

* fix: `message.bilibili.com` not working

* fix: `show.bilibili.com` not working

* fix: 修复一些子站的问题

* 添加了一些其他的子站

* fix(VideoCard): bug fixes (#316) (#319) (#320)

* fix(VideoCard): fix double page open on author's name click (#315)

* fix(VideoCard): ensure clicking on bangumi name or avatar goes to the right page

* feat(Settings): add an "always show top bar logo" setting (#219)

* feat(Settings): add discord link to about page

* feat(Settings): redesign settings panel

* style(Settings): adjust the block ads position

* feat(Settings): add credits section on about page

* chore(Settings): add ChatGPT to the credits section

* feat(Settings): redesign settings panel

* style: decrease the content opacity in light mode
decrease the opacity in light mode to ensure the text can be seen clearly

* refactor: remove the "backdrop-glass" shortcut

* refactor: rename `--bew-filter-glass` to  `--bew-filter-glass-1`

* feat: add performance settings

* chore: remove the credits section

* feat(TopBar): add top bar icon badges config

* feat(VideoCard): implement adaptive width in horizontal mode

* feat(Home): implement grid layout switcher

* feat(Dock): redesign dock

* style: adjust dock styles

* style: add edge glow effect in some dialogs

* fix(Dock): active color incorrect when hovering dock item in dark mode

* chore: update version number

* feat(manifest): add extension id when in firefox

* refactor(rules.json): reduce redundant code

---------

Co-authored-by: starknt <1431880400@qq.com>

* chore: firefox-extension build

* Merge branch 'dev' into refactor-message-listeners

* refactor: Refactor API imports and update API endpoints

* fix(MomentsPop): moment card url not linking the video page

* chore: update version number

---------

Co-authored-by: pengyunfei <pengyunfei@360.cn>
Co-authored-by: Jimmy Chow <jimmychow@192.168.10.102>
Co-authored-by: cloudflypeng <44285412+cloudflypeng@users.noreply.github.com>
Co-authored-by: starknt <1431880400@qq.com>
Co-authored-by: 梦念逍遥 <2589141604@qq.com>
2024-04-11 21:07:06 +08:00
star knight
36960da9f8 fix: watch later pop invalid rounded corners (#505)
* fix: watch later pop invalid rounded corners

* chore: revert to attr mode

---------

Co-authored-by: Hakadao <a578457889743@gmail.com>
2024-04-11 11:42:06 +08:00
Hakadao
85c10d65d6 Merge branch 'main' into bugfixes 2024-04-10 15:33:19 +08:00
Hakadao
1d3427c0db chore: Remove sync-dev-firefox workflow 2024-04-10 15:31:57 +08:00
Hakadao
66dc8cdb31 Merge pull request #491 from hakadao/main
sync: main to bugfixes
2024-04-08 14:56:54 +08:00
Hakadao
00211e1251 Merge pull request #493 from hakadao/release-please--branches--main--components--release-please-action
chore(main): release 0.16.1
v0.16.1
2024-04-08 14:49:44 +08:00
Hakadao
28374be0b9 chore(main): release 0.16.1
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-04-08 14:48:38 +08:00
Hakadao
7081d12f86 Merge pull request #490 from hakadao/bugfixes
Bugfixes
2024-04-08 14:48:07 +08:00
Hakadao
bcc5ffc486 chore: update version number 2024-04-08 14:46:56 +08:00
Hakadao
b657fedc74 fix(MorePop): add missing watch later entry 2024-04-08 14:46:21 +08:00
Hakadao
e1a6634d8c chore: Adjust toast position to top right in common-setup.ts 2024-04-08 14:42:37 +08:00
Hakadao
1074834067 fix(ForYou): Fix issue with dislike functionality in ForYou.vue component 2024-04-08 14:42:21 +08:00
Hakadao
f9be380471 fix(VideoCard): correct styling distortion when in horizontal mode 2024-04-08 14:41:15 +08:00
Hakadao
b39e876148 style(Dialog): adjust dialog styles 2024-04-08 12:49:52 +08:00
Hakadao
020889f847 feat: adjust dialog styles && add tertiary type to button 2024-04-08 12:09:43 +08:00
Hakadao
c15d8265f3 Merge pull request #488 from hakadao/main
sync: main to bugfixes
2024-04-08 01:12:48 +08:00
Hakadao
3c1ddd67de Merge pull request #458 from hakadao/release-please--branches--main--components--release-please-action
chore(main): release 0.16.0
v0.16.0
2024-04-08 01:10:43 +08:00
Hakadao
25297488f3 chore(main): release 0.16.0
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-04-08 01:08:47 +08:00
Hakadao
548dca2f41 Merge pull request #486 from hakadao/dev
Dev
2024-04-08 01:08:20 +08:00
hakadao
a243a373d2 chore: update version number 2024-04-08 01:06:19 +08:00
hakadao
dd75b9d038 feat: add play all button to FavoritesPop & WatchLaterPop 2024-04-08 01:00:27 +08:00
hakadao
0657512991 refactor(i18n): refactor watch_later.play_all to common.play_all 2024-04-08 00:59:06 +08:00
hakadao
f99086dde9 style(MomentsPop): adjust styles (#483) 2024-04-08 00:05:31 +08:00
hakadao
ec7ffaa9c4 feat(Appearance): add wallpaper change watcher 2024-04-07 23:39:42 +08:00
star knight
b00d9b2710 fix: cleanup fn (#482) 2024-04-07 18:18:47 +08:00
Hakadao
b281604311 Merge pull request #479 from starknt/feat/delayed-hover
feat: delay hover for topbar
2024-04-07 17:22:41 +08:00
Hakadao
c8a4d776bd chore: adjust transition component animation 2024-04-07 16:59:26 +08:00
Hakadao
b6b7ed7c5a style: adjust style of frosted glasses 2024-04-07 16:35:24 +08:00