[PR #781] [MERGED] bump version to 0.19.1 #4256

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

📋 Pull Request Information

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

Base: masterHead: dev


📝 Commits (10+)

📊 Changes

29 files changed (+2402 additions, -2187 deletions)

View changed files

assets/static/6f0a76321d30f3c8120915e57f7bd77e.ttf (+0 -0)
assets/static/b02bdc1b846fd65473922f5f62832108.ttf (+0 -0)
📝 assets/static/index.html (+1 -1)
assets/static/index.js (+0 -7)
📝 assets/static/manifest.js (+1 -1)
📝 assets/static/vendor.js (+1 -6)
📝 assets/statik/statik.go (+1 -1)
📝 client/proxy.go (+6 -0)
📝 client/visitor.go (+5 -0)
📝 cmd/frpc/sub/root.go (+1 -0)
📝 cmd/frpc/sub/stcp.go (+2 -0)
📝 cmd/frpc/sub/xtcp.go (+2 -0)
📝 cmd/frps/root.go (+1 -1)
📝 models/config/proxy.go (+10 -2)
📝 models/msg/msg.go (+1 -0)
📝 server/nathole.go (+29 -7)
📝 utils/version/version.go (+3 -3)
📝 utils/version/version_test.go (+1 -1)
📝 utils/vhost/newhttp.go (+0 -1)
📝 web/frps/.babelrc (+10 -1)

...and 9 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/781 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 5/19/2018 **Status:** ✅ Merged **Merged:** 5/19/2018 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`01b1df2`](https://github.com/fatedier/frp/commit/01b1df2b91c6f8f4d9a146a07ddebd547b7b0395) update cmd help info - [`c4f873c`](https://github.com/fatedier/frp/commit/c4f873c07a00d58b6ec228ac942c2200adf85a2f) update web package - [`0b0d5c9`](https://github.com/fatedier/frp/commit/0b0d5c982e1c4a73a6a0f238b55d375625383d30) update web - [`c7a457a`](https://github.com/fatedier/frp/commit/c7a457a045f98e9a6b92f77b7d9ee28ec5d67a1d) update web assets - [`3e34945`](https://github.com/fatedier/frp/commit/3e349455a06d7ec67eab7e57ac7d352879d6151e) commands for xtcp, stcp add 'bind_port', fix #767 - [`ea79e03`](https://github.com/fatedier/frp/commit/ea79e03bd02b6d5f93e40eac29681f60b68154ec) Merge pull request #772 from fatedier/web - [`1a6cbbb`](https://github.com/fatedier/frp/commit/1a6cbbb2d2069a307ed498c21e09a0db43f26ab6) return error quickly if nathole make error - [`040d198`](https://github.com/fatedier/frp/commit/040d198e369b513f0c1540890412e6ab8ecbc448) Merge pull request #773 from fatedier/nat - [`c8a7405`](https://github.com/fatedier/frp/commit/c8a74059926697150503bc6e2f124a0aa1fc1fa7) version to 0.19.1 - [`3726f99`](https://github.com/fatedier/frp/commit/3726f99b04248998863cbe5595db77e371a87891) fix ci ### 📊 Changes **29 files changed** (+2402 additions, -2187 deletions) <details> <summary>View changed files</summary> ➕ `assets/static/6f0a76321d30f3c8120915e57f7bd77e.ttf` (+0 -0) ➖ `assets/static/b02bdc1b846fd65473922f5f62832108.ttf` (+0 -0) 📝 `assets/static/index.html` (+1 -1) ➖ `assets/static/index.js` (+0 -7) 📝 `assets/static/manifest.js` (+1 -1) 📝 `assets/static/vendor.js` (+1 -6) 📝 `assets/statik/statik.go` (+1 -1) 📝 `client/proxy.go` (+6 -0) 📝 `client/visitor.go` (+5 -0) 📝 `cmd/frpc/sub/root.go` (+1 -0) 📝 `cmd/frpc/sub/stcp.go` (+2 -0) 📝 `cmd/frpc/sub/xtcp.go` (+2 -0) 📝 `cmd/frps/root.go` (+1 -1) 📝 `models/config/proxy.go` (+10 -2) 📝 `models/msg/msg.go` (+1 -0) 📝 `server/nathole.go` (+29 -7) 📝 `utils/version/version.go` (+3 -3) 📝 `utils/version/version_test.go` (+1 -1) 📝 `utils/vhost/newhttp.go` (+0 -1) 📝 `web/frps/.babelrc` (+10 -1) _...and 9 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:36 -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#4256
No description provided.