[PR #801] [MERGED] bump version v0.20.0 #4262

Closed
opened 2026-05-05 14:38:43 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/801
Author: @fatedier
Created: 5/31/2018
Status: Merged
Merged: 5/31/2018
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (10+)

📊 Changes

70 files changed (+5758 additions, -3338 deletions)

View changed files

📝 Gopkg.lock (+17 -11)
📝 Gopkg.toml (+9 -1)
📝 Makefile.cross-compiles (+2 -0)
📝 README.md (+48 -4)
📝 README_zh.md (+45 -2)
📝 assets/static/index.html (+1 -1)
📝 assets/static/manifest.js (+1 -1)
📝 assets/static/vendor.js (+1 -1)
📝 assets/statik/statik.go (+1 -3)
📝 client/admin.go (+5 -4)
📝 client/admin_api.go (+2 -3)
📝 conf/frpc_full.ini (+11 -5)
📝 models/config/proxy.go (+40 -8)
📝 models/msg/msg.go (+9 -6)
📝 models/plugin/static_file.go (+6 -5)
📝 package.sh (+1 -1)
📝 server/dashboard.go (+11 -17)
📝 server/dashboard_api.go (+116 -140)
server/group/group.go (+25 -0)
server/group/tcp.go (+200 -0)

...and 50 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/801 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 5/31/2018 **Status:** ✅ Merged **Merged:** 5/31/2018 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`6eb8146`](https://github.com/fatedier/frp/commit/6eb8146334aed377066fb554f440a2c45e56fcc8) frps dashboard add stcp - [`0c35273`](https://github.com/fatedier/frp/commit/0c352737595b87f5c208cb8053298b8576901aed) Merge pull request #783 from fatedier/stcp - [`8579de9`](https://github.com/fatedier/frp/commit/8579de9d3fcfc9a8f5fc5d7475c94843c26f5a8b) build linux_arm64 package - [`db2d1fc`](https://github.com/fatedier/frp/commit/db2d1fce76b1c56a57238fe032be245206a78ffa) http: support setting headers - [`b1e9cff`](https://github.com/fatedier/frp/commit/b1e9cff622ad6a8d606882932623ca8a10fbae5b) doc: about headers - [`cf4136f`](https://github.com/fatedier/frp/commit/cf4136fe99d416f299c82588757ecbabb14c178c) Merge pull request #786 from fatedier/header - [`2e49727`](https://github.com/fatedier/frp/commit/2e497274ba45b8a40033b30ed083b8ac65bb1a95) add ci for setting headers - [`490019f`](https://github.com/fatedier/frp/commit/490019fb51cdebc3498373985158f01437705320) update vendor, fix #788 - [`b9f062b`](https://github.com/fatedier/frp/commit/b9f062bef249c5802b0fcf7525e9a672235517c0) support lb - [`cb1bf71`](https://github.com/fatedier/frp/commit/cb1bf71bef17f7748f9c67834b3b7b9ab9fa365f) Merge pull request #787 from lonwern/arm64 ### 📊 Changes **70 files changed** (+5758 additions, -3338 deletions) <details> <summary>View changed files</summary> 📝 `Gopkg.lock` (+17 -11) 📝 `Gopkg.toml` (+9 -1) 📝 `Makefile.cross-compiles` (+2 -0) 📝 `README.md` (+48 -4) 📝 `README_zh.md` (+45 -2) 📝 `assets/static/index.html` (+1 -1) 📝 `assets/static/manifest.js` (+1 -1) 📝 `assets/static/vendor.js` (+1 -1) 📝 `assets/statik/statik.go` (+1 -3) 📝 `client/admin.go` (+5 -4) 📝 `client/admin_api.go` (+2 -3) 📝 `conf/frpc_full.ini` (+11 -5) 📝 `models/config/proxy.go` (+40 -8) 📝 `models/msg/msg.go` (+9 -6) 📝 `models/plugin/static_file.go` (+6 -5) 📝 `package.sh` (+1 -1) 📝 `server/dashboard.go` (+11 -17) 📝 `server/dashboard_api.go` (+116 -140) ➕ `server/group/group.go` (+25 -0) ➕ `server/group/tcp.go` (+200 -0) _...and 50 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:38:43 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#4262
No description provided.