github-actions[bot]
|
68c33f1c8e
|
chore: release v0.37.0
|
2024-12-08 19:10:19 +00:00 |
|
github-actions[bot]
|
138126ecbf
|
chore: release v0.36.2
|
2024-12-04 15:09:28 +00:00 |
|
github-actions[bot]
|
757c9f3876
|
chore: release v0.36.1
|
2024-12-04 04:20:03 +00:00 |
|
github-actions[bot]
|
54f3dc612e
|
chore: release v0.36.0
|
2024-12-01 16:37:49 +00:00 |
|
github-actions[bot]
|
306a746994
|
chore: release v0.35.1
|
2024-11-19 18:06:36 +00:00 |
|
github-actions[bot]
|
ba12cd905a
|
chore: release v0.35.0
|
2024-11-18 18:03:15 +00:00 |
|
github-actions[bot]
|
43a94dcba2
|
chore: release v0.34.3
|
2024-11-11 17:07:23 +00:00 |
|
github-actions[bot]
|
55df22c066
|
chore: release v0.34.2
|
2024-11-01 05:29:43 +00:00 |
|
github-actions[bot]
|
a990fe8ab4
|
chore: release v0.34.1
|
2024-10-28 02:11:43 +00:00 |
|
github-actions[bot]
|
d794f3e53f
|
chore: release v0.34.0
|
2024-10-27 18:37:32 +00:00 |
|
github-actions[bot]
|
136b90e8a6
|
chore: release v0.33.1
|
2024-10-21 06:59:59 +00:00 |
|
github-actions[bot]
|
b968fb9128
|
chore: release v0.33.0
|
2024-10-20 17:22:40 +00:00 |
|
github-actions[bot]
|
4f99873baa
|
chore: release v0.32.0
|
2024-10-13 18:17:00 +00:00 |
|
github-actions[bot]
|
78bbf49ed4
|
chore: release v0.31.7
|
2024-10-12 06:00:32 +00:00 |
|
github-actions[bot]
|
5fb4d36c0f
|
chore: release v0.31.6
|
2024-10-09 17:50:53 +00:00 |
|
github-actions[bot]
|
9c87c69fc0
|
chore: release v0.31.5
|
2024-09-28 16:50:56 +00:00 |
|
github-actions[bot]
|
280abec982
|
chore: release v0.31.4
|
2024-09-26 14:42:39 +00:00 |
|
github-actions[bot]
|
61817eea66
|
chore: release v0.31.3
|
2024-09-25 16:19:31 +00:00 |
|
github-actions[bot]
|
b26791b0d6
|
chore: release v0.31.2
|
2024-09-23 14:41:12 +00:00 |
|
github-actions[bot]
|
8517b067f4
|
chore: release v0.31.1
|
2024-09-23 07:45:26 +00:00 |
|
Hakadao
|
90b6cf3ed8
|
fix: resolve #1022 by removing codemirror
close #1022
erm, what the sigma?
|
2024-09-23 15:37:53 +08:00 |
|
github-actions[bot]
|
8a9016adbd
|
chore: release v0.31.0
|
2024-09-21 16:01:25 +00:00 |
|
Hakadao
|
af47910f0a
|
feat: customize css (#794)
close #794
|
2024-09-21 22:54:05 +08:00 |
|
github-actions[bot]
|
095802dc1a
|
chore: release v0.30.2
|
2024-09-14 03:29:40 +00:00 |
|
github-actions[bot]
|
01795c4904
|
chore: release v0.30.1
|
2024-09-13 16:45:28 +00:00 |
|
github-actions[bot]
|
c836656ac1
|
chore: release v0.30.0
|
2024-09-08 18:23:12 +00:00 |
|
github-actions[bot]
|
914d1ef981
|
chore: release v0.29.0
|
2024-09-04 02:59:42 +00:00 |
|
github-actions[bot]
|
cc730cca75
|
chore: release v0.28.4
|
2024-08-29 16:50:38 +00:00 |
|
github-actions[bot]
|
81fcc9526a
|
chore: release v0.28.3
|
2024-08-28 17:35:53 +00:00 |
|
github-actions[bot]
|
e46d07433f
|
chore: release v0.28.2
|
2024-08-27 15:57:06 +00:00 |
|
github-actions[bot]
|
f9108203b7
|
chore: release v0.28.1
|
2024-08-21 16:40:01 +00:00 |
|
github-actions[bot]
|
899a1831e5
|
chore: release v0.28.0
|
2024-08-21 16:31:06 +00:00 |
|
Hakadao
|
9932c77762
|
chore: support safari (hmmm, i guess?) (#960)
* Add support of Safari
1. Workaround of Safari's bug of not sending cookies when using fetch in background service worker. This fixes https://github.com/hakadao/BewlyBewly/issues/275#issuecomment-1927278492. See: https://stackoverflow.com/questions/78239213/safari-extension-service-worker-not-sending-cookie
2. Add scripts to for Safari specific build and convert it to a Safari web extension.
* Fixed a bug in Safari that when the extension was installed, the page would turn into a white screen
* Safari may fire DOMContentLoaded before the codes get called
* Remove false fix; Ignore extension-safari
* Reduce memory and power usage with a nonpersistent background page on Safari and Firefox, see https://developer.apple.com/documentation/safariservices/safari_web_extensions/optimizing_your_web_extension_for_safari#3743241 and https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Background_scripts
* Build and release Safari extension with Github actions (#585)
* feat: add safari extension build
* fix: safari pathname
* fix: add build branch
* Merge
* Try building Safari extension using GitHub action
Correct versions
Debug
Minor bug fixed
Minor bug fixed
Add scripts to release
Minor bug fixed
Minor bug fixed
Minor bug fixed
---------
Co-authored-by: 梦念逍遥 <2589141604@qq.com>
Co-authored-by: Xiaolin Wang <exgphe@gmail.com>
Co-authored-by: Hakadao <a578457889743@gmail.com>
* fix: safari build (#665)
* chore: update
* chore: update knip.json to ignore "xcrun" binaries
---------
Co-authored-by: Xiaolin Wang <exgphe@gmail.com>
Co-authored-by: exgphe <14009450+exgphe@users.noreply.github.com>
Co-authored-by: 梦念逍遥 <2589141604@qq.com>
|
2024-08-14 00:24:09 +08:00 |
|
github-actions[bot]
|
9d9177d20d
|
chore: release v0.27.4
|
2024-08-05 15:34:13 +00:00 |
|
github-actions[bot]
|
cd62ee7d39
|
chore: release v0.27.3
|
2024-07-30 14:13:51 +00:00 |
|
Konv Suu
|
6cc6b060b7
|
feat: store login state in development browser (#933)
|
2024-07-29 16:58:20 +08:00 |
|
github-actions[bot]
|
59885e1576
|
chore: release v0.27.2
|
2024-07-28 13:53:43 +00:00 |
|
Hakadao
|
e901eb2f36
|
chore: remove unused "sourceDir" property from webExt configuration
|
2024-07-28 21:26:10 +08:00 |
|
Konv Suu
|
cfb97cd3b0
|
feat: add web-ext to develop (#930)
|
2024-07-28 21:16:18 +08:00 |
|
github-actions[bot]
|
cf1bc374d2
|
chore: release v0.27.1
|
2024-07-27 06:32:40 +00:00 |
|
github-actions[bot]
|
72c608b33f
|
chore: release v0.27.0
|
2024-07-26 17:01:41 +00:00 |
|
github-actions[bot]
|
676b99e398
|
chore: release v0.26.2
|
2024-07-25 05:28:08 +00:00 |
|
github-actions[bot]
|
1a80583535
|
chore: release v0.26.1
|
2024-07-25 03:57:07 +00:00 |
|
github-actions[bot]
|
a15cac3a54
|
chore: release v0.26.0
|
2024-07-24 17:00:21 +00:00 |
|
github-actions[bot]
|
731e4f5351
|
chore: release v0.25.2
|
2024-07-22 17:45:55 +00:00 |
|
github-actions[bot]
|
3bba7ce3da
|
chore: release v0.25.1
|
2024-07-21 16:52:09 +00:00 |
|
github-actions[bot]
|
5135616642
|
chore: release v0.25.0
|
2024-07-14 17:29:02 +00:00 |
|
Hakadao
|
d4c6095d73
|
chore: update packageManager to pnpm@9.5.0
|
2024-07-13 22:17:52 +08:00 |
|
github-actions[bot]
|
a19f38a4ef
|
chore: release v0.24.0
|
2024-07-05 18:25:31 +00:00 |
|
github-actions[bot]
|
da18c785b0
|
chore: release v0.23.0
|
2024-07-04 16:25:11 +00:00 |
|