[PR #608] [MERGED] bump version to 0.15.0 #4222

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/608
Author: @fatedier
Created: 1/18/2018
Status: Merged
Merged: 1/18/2018
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (10+)

  • d873df5 let role default value to 'server'
  • 69f8b08 update role error log info
  • ff4bdec add test case
  • 3bb404d more test case
  • 4d79648 Close connection if frpc can't connection to local server
  • 82b1274 Merge pull request #576 from gtt116/master
  • 43fb3f3 Use sans-serif font in web
  • 37395b3 Merge pull request #596 from NemoAlex/patch-2
  • 584e098 frpc: add status command
  • afde0c5 packages: add package github.com/rodaine/table

📊 Changes

61 files changed (+2342 additions, -742 deletions)

View changed files

📝 .travis.yml (+1 -1)
📝 Makefile (+3 -1)
📝 README.md (+6 -1)
📝 README_zh.md (+7 -2)
📝 assets/static/index.html (+1 -1)
📝 assets/static/index.js (+2 -20)
📝 assets/static/manifest.js (+1 -1)
📝 assets/static/vendor.js (+3 -3)
📝 assets/statik/statik.go (+1 -1)
📝 client/admin.go (+2 -1)
📝 client/admin_api.go (+134 -1)
📝 client/control.go (+83 -263)
📝 client/proxy.go (+4 -4)
client/proxy_manager.go (+349 -0)
📝 client/service.go (+2 -2)
📝 client/visitor.go (+4 -4)
📝 cmd/frpc/main.go (+147 -31)
📝 cmd/frps/main.go (+1 -1)
📝 conf/frpc_full.ini (+8 -1)
📝 glide.lock (+4 -2)

...and 41 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/608 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 1/18/2018 **Status:** ✅ Merged **Merged:** 1/18/2018 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`d873df5`](https://github.com/fatedier/frp/commit/d873df5ca8ec070cf4faa15c94dc80c85291d94f) let role default value to 'server' - [`69f8b08`](https://github.com/fatedier/frp/commit/69f8b08ac09f22d81f2f87ad0f059ddbb995d790) update role error log info - [`ff4bdec`](https://github.com/fatedier/frp/commit/ff4bdec3f75ac07f59edbbbbf1f5e958efcbf63a) add test case - [`3bb404d`](https://github.com/fatedier/frp/commit/3bb404dfb51a8948dcee9e513744363d2c5c0f63) more test case - [`4d79648`](https://github.com/fatedier/frp/commit/4d796486571221a3f456b0622d1f08c11aac8e79) Close connection if frpc can't connection to local server - [`82b1274`](https://github.com/fatedier/frp/commit/82b127494c38a66dfc15c25381b8e505c8732c2f) Merge pull request #576 from gtt116/master - [`43fb3f3`](https://github.com/fatedier/frp/commit/43fb3f3ff74b5549c5bde4e296eb2977969c61ea) Use sans-serif font in web - [`37395b3`](https://github.com/fatedier/frp/commit/37395b3ef5c723c788d957cc200d7a8c100b0206) Merge pull request #596 from NemoAlex/patch-2 - [`584e098`](https://github.com/fatedier/frp/commit/584e098e8e90c665dfa32ec1317734ab27fef5a4) frpc: add status command - [`afde0c5`](https://github.com/fatedier/frp/commit/afde0c515cb00454bdfe55ed2095a0f7dea814ab) packages: add package github.com/rodaine/table ### 📊 Changes **61 files changed** (+2342 additions, -742 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -1) 📝 `Makefile` (+3 -1) 📝 `README.md` (+6 -1) 📝 `README_zh.md` (+7 -2) 📝 `assets/static/index.html` (+1 -1) 📝 `assets/static/index.js` (+2 -20) 📝 `assets/static/manifest.js` (+1 -1) 📝 `assets/static/vendor.js` (+3 -3) 📝 `assets/statik/statik.go` (+1 -1) 📝 `client/admin.go` (+2 -1) 📝 `client/admin_api.go` (+134 -1) 📝 `client/control.go` (+83 -263) 📝 `client/proxy.go` (+4 -4) ➕ `client/proxy_manager.go` (+349 -0) 📝 `client/service.go` (+2 -2) 📝 `client/visitor.go` (+4 -4) 📝 `cmd/frpc/main.go` (+147 -31) 📝 `cmd/frps/main.go` (+1 -1) 📝 `conf/frpc_full.ini` (+8 -1) 📝 `glide.lock` (+4 -2) _...and 41 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:37:57 -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#4222
No description provided.