[PR #201] [MERGED] bump version to 0.9.1 #4155

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/201
Author: @fatedier
Created: 12/27/2016
Status: Merged
Merged: 12/27/2016
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (10+)

  • edf4bc4 support the configure of url in "http" section
  • d93dd82 modify the getListener function && add TPS in dashboard
  • a4c05e6 show "Port" incorrectly in dashboard
  • a44be1e set default location empty string array
  • 6b34ed4 update doc
  • b1d1a7a Merge branch 'pr_182' into dev
  • 59a34b8 Merge pull request #182 from xuebing1110/dev
  • eb4f779 update
  • 6f90c34 update conf
  • 6a6ccc5 Merge pull request #192 from fatedier/pr_182

📊 Changes

19 files changed (+397 additions, -92 deletions)

View changed files

📝 README.md (+32 -4)
📝 README_zh.md (+30 -1)
📝 conf/frpc.ini (+4 -3)
📝 src/assets/static/index.html (+8 -1)
📝 src/assets/statik/statik.go (+1 -1)
📝 src/cmd/frpc/control.go (+1 -0)
📝 src/cmd/frps/control.go (+5 -13)
📝 src/models/client/client.go (+1 -0)
📝 src/models/client/config.go (+11 -0)
📝 src/models/metric/server.go (+3 -1)
📝 src/models/msg/msg.go (+1 -0)
📝 src/models/server/config.go (+11 -3)
📝 src/models/server/server.go (+67 -14)
📝 src/utils/conn/conn.go (+65 -18)
📝 src/utils/version/version.go (+1 -1)
📝 src/utils/vhost/http.go (+2 -0)
📝 src/utils/vhost/https.go (+1 -0)
src/utils/vhost/router.go (+114 -0)
📝 src/utils/vhost/vhost.go (+39 -32)

📄 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/201 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 12/27/2016 **Status:** ✅ Merged **Merged:** 12/27/2016 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`edf4bc4`](https://github.com/fatedier/frp/commit/edf4bc431d54707903d2d3f8305659287230dfaf) support the configure of url in "http" section - [`d93dd82`](https://github.com/fatedier/frp/commit/d93dd82ed907f5277ace8a4fc4fa324498b26f6f) modify the getListener function && add TPS in dashboard - [`a4c05e6`](https://github.com/fatedier/frp/commit/a4c05e6ff9f455e55f773bdf031454e96a5aacf0) show "Port" incorrectly in dashboard - [`a44be1e`](https://github.com/fatedier/frp/commit/a44be1e2ed2a23cb9f74c87df9f9725813e53e70) set default location empty string array - [`6b34ed4`](https://github.com/fatedier/frp/commit/6b34ed464424ec2bff742ef3427f72af23988f8d) update doc - [`b1d1a7a`](https://github.com/fatedier/frp/commit/b1d1a7a20a0773e168a7baa531e200d6398e3661) Merge branch 'pr_182' into dev - [`59a34b8`](https://github.com/fatedier/frp/commit/59a34b81e07e30244e94b11b9a61e4c993b6e5c4) Merge pull request #182 from xuebing1110/dev - [`eb4f779`](https://github.com/fatedier/frp/commit/eb4f77938438c18fc088e48d3fc0cabecdbae74b) update - [`6f90c34`](https://github.com/fatedier/frp/commit/6f90c3400c29aeb532189c9d3021e98e8ca34cde) update conf - [`6a6ccc5`](https://github.com/fatedier/frp/commit/6a6ccc5302ffa1aacf807d0cf4f9f480a85a4d0e) Merge pull request #192 from fatedier/pr_182 ### 📊 Changes **19 files changed** (+397 additions, -92 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+32 -4) 📝 `README_zh.md` (+30 -1) 📝 `conf/frpc.ini` (+4 -3) 📝 `src/assets/static/index.html` (+8 -1) 📝 `src/assets/statik/statik.go` (+1 -1) 📝 `src/cmd/frpc/control.go` (+1 -0) 📝 `src/cmd/frps/control.go` (+5 -13) 📝 `src/models/client/client.go` (+1 -0) 📝 `src/models/client/config.go` (+11 -0) 📝 `src/models/metric/server.go` (+3 -1) 📝 `src/models/msg/msg.go` (+1 -0) 📝 `src/models/server/config.go` (+11 -3) 📝 `src/models/server/server.go` (+67 -14) 📝 `src/utils/conn/conn.go` (+65 -18) 📝 `src/utils/version/version.go` (+1 -1) 📝 `src/utils/vhost/http.go` (+2 -0) 📝 `src/utils/vhost/https.go` (+1 -0) ➕ `src/utils/vhost/router.go` (+114 -0) 📝 `src/utils/vhost/vhost.go` (+39 -32) </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:36: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#4155
No description provided.