Skip to content

Commit d689f0f

Browse files
authored
Merge pull request #3968 from fatedier/dev
bump version
2 parents d505ecb + e8ace49 commit d689f0f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+2149
-3050
lines changed

.github/workflows/stale.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,20 @@ jobs:
1616
permissions:
1717
issues: write # for actions/stale to close stale issues
1818
pull-requests: write # for actions/stale to close stale PRs
19+
actions: write
1920
runs-on: ubuntu-latest
2021
steps:
21-
- uses: actions/stale@v8
22+
- uses: actions/stale@v9
2223
with:
23-
repo-token: ${{ secrets.GITHUB_TOKEN }}
24-
stale-issue-message: 'Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.'
25-
stale-pr-message: "PRs go stale after 30d of inactivity. Stale PRs rot after an additional 7d of inactivity and eventually close."
24+
stale-issue-message: 'Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.'
25+
stale-pr-message: "PRs go stale after 21d of inactivity. Stale PRs rot after an additional 7d of inactivity and eventually close."
2626
stale-issue-label: 'lifecycle/stale'
2727
exempt-issue-labels: 'bug,doc,enhancement,future,proposal,question,testing,todo,easy,help wanted,assigned'
2828
stale-pr-label: 'lifecycle/stale'
2929
exempt-pr-labels: 'bug,doc,enhancement,future,proposal,question,testing,todo,easy,help wanted,assigned'
30-
days-before-stale: 30
30+
days-before-stale: 21
3131
days-before-close: 7
3232
debug-only: ${{ github.event.inputs.debug-only }}
3333
exempt-all-pr-milestones: true
3434
exempt-all-pr-assignees: true
35+
operations-per-run: 200

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ dist/
3434
.idea/
3535
.vscode/
3636
.autogen_ssh_key
37+
client.crt
38+
client.key
3739

3840
# Cache
3941
*.swp

Release.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### Deprecation Notices
2+
3+
* Using an underscore in a flag name is deprecated and has been replaced by a hyphen. The underscore format will remain compatible for some time, until it is completely removed in a future version. For example, `--remote_port` is replaced with `--remote-port`.
4+
5+
### Features
6+
7+
* The `Refresh` and `ClearOfflineProxies` buttons have been added to the Dashboard of frps.
8+
19
### Fixes
210

3-
* frpc has a certain chance to panic when login: close of closed channel.
11+
* The host/domain matching in the routing rules has been changed to be case-insensitive.

assets/frpc/static/index-1c7ed8b0.js

Lines changed: 0 additions & 32 deletions
This file was deleted.

assets/frpc/static/index-1e2a7ce0.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

assets/frpc/static/index-bLBhaJo8.js

Lines changed: 42 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/frpc/static/index-iuf46MlF.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/frpc/static/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44
<head>
55
<meta charset="utf-8">
66
<title>frp client admin UI</title>
7-
<script type="module" crossorigin src="./index-1c7ed8b0.js"></script>
8-
<link rel="stylesheet" href="./index-1e2a7ce0.css">
7+
<script type="module" crossorigin src="./index-bLBhaJo8.js"></script>
8+
<link rel="stylesheet" crossorigin href="./index-iuf46MlF.css">
99
</head>
1010

1111
<body>
1212
<div id="app"></div>
13-
1413
</body>
1514

1615
</html>

assets/frps/static/index-1e0c7400.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

assets/frps/static/index-1gecbKzv.js

Lines changed: 84 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)