Skip to content

Commit

Permalink
修复:Twitter/X域名更改导致部分功能不可用(#18); in pwsh at 20:31:48
Browse files Browse the repository at this point in the history
 >  修复:配置跳过Discord任务时无效(#19);
 >  优化:Twitter/X凭证获取方式(*需TamperMonkey >= 5.2.0或TamperMonkey >= 5.2.6196);
 >  优化:Youtube凭证获取方式(*需TamperMonkey >= 5.2.0或TamperMonkey >= 5.2.6196).
  • Loading branch information
HCLonely committed Jun 8, 2024
1 parent 827eeb9 commit 50d9fdb
Show file tree
Hide file tree
Showing 17 changed files with 1,339 additions and 399 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,17 @@ jobs:
uses: softprops/action-gh-release@v1
with:
prerelease: false
tag_name: v4.3.3
name: 4.3.3
body: '- 移除:Opquests验证任务功能(#17)'
tag_name: v4.4.0
name: 4.4.0
body: >-
- 修复:Twitter/X域名更改导致部分功能不可用(#18)
- 修复:配置跳过Discord任务时无效(#19)
- 优化:Twitter/X凭证获取方式(*需TamperMonkey >= 5.2.0或TamperMonkey >=
5.2.6196)
- 优化:Youtube凭证获取方式(*需TamperMonkey >= 5.2.0或TamperMonkey >= 5.2.6196)
files: |-
dist/auto-task-v4-for-giveawaysu.user.js
dist/auto-task-v4.compatibility.user.js
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
- [x] 添加更新源
- [x] 添加更新日志
- [x] 添加 giveaway.su 专版
- [ ] TM版本检查

## 感谢以下开源项目

Expand Down
10 changes: 5 additions & 5 deletions dist/auto-task-v4-for-giveawaysu.all.user.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions dist/auto-task-v4-for-giveawaysu.user.js

Large diffs are not rendered by default.

396 changes: 311 additions & 85 deletions dist/auto-task-v4.all.user.js

Large diffs are not rendered by default.

19 changes: 11 additions & 8 deletions dist/auto-task-v4.compatibility.all.user.js

Large diffs are not rendered by default.

19 changes: 11 additions & 8 deletions dist/auto-task-v4.compatibility.user.js

Large diffs are not rendered by default.

396 changes: 311 additions & 85 deletions dist/auto-task-v4.user.js

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions doc/docs/logs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ title: 更新日志
lang: zh-CN
---

## V4.4

### V4.4.0

[Release](https://github.com/HCLonely/auto-task-v4/releases/tag/v4.4.0)

- 修复:Twitter/X域名更改导致部分功能不可用([#18](https://github.com/HCLonely/auto-task-v4/issues/18))
- 优化:Twitter/X凭证获取方式(需TamperMonkey >= 5.2.0或TamperMonkey >= 5.2.6196)

## V4.3

### V4.3.3
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "auto-task-v4",
"version": "4.3.3",
"version": "4.4.0",
"change": [
"移除:Opquests验证任务功能(#17)"
"修复:Twitter/X域名更改导致部分功能不可用(#18)",
"修复:配置跳过Discord任务时无效(#19)",
"优化:Twitter/X凭证获取方式(*需TamperMonkey >= 5.2.0或TamperMonkey >= 5.2.6196)",
"优化:Youtube凭证获取方式(*需TamperMonkey >= 5.2.0或TamperMonkey >= 5.2.6196)"
],
"description": "赠Key站自动任务脚本",
"main": "package.json",
Expand Down
10 changes: 5 additions & 5 deletions page/dist/auto-task-v4-for-giveawaysu.all.user.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions page/dist/auto-task-v4-for-giveawaysu.user.js

Large diffs are not rendered by default.

396 changes: 311 additions & 85 deletions page/dist/auto-task-v4.all.user.js

Large diffs are not rendered by default.

19 changes: 11 additions & 8 deletions page/dist/auto-task-v4.compatibility.all.user.js

Large diffs are not rendered by default.

19 changes: 11 additions & 8 deletions page/dist/auto-task-v4.compatibility.user.js

Large diffs are not rendered by default.

396 changes: 311 additions & 85 deletions page/dist/auto-task-v4.user.js

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions page/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "auto-task-v4",
"version": "4.3.3",
"version": "4.4.0",
"change": [
"移除:Opquests验证任务功能(#17)"
"修复:Twitter/X域名更改导致部分功能不可用(#18)",
"修复:配置跳过Discord任务时无效(#19)",
"优化:Twitter/X凭证获取方式(*需TamperMonkey >= 5.2.0或TamperMonkey >= 5.2.6196)",
"优化:Youtube凭证获取方式(*需TamperMonkey >= 5.2.0或TamperMonkey >= 5.2.6196)"
],
"description": "赠Key站自动任务脚本",
"main": "package.json",
Expand Down

0 comments on commit 50d9fdb

Please sign in to comment.