[PR #1081] [MERGED] bump version to v0.24.0 #4315

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/1081
Author: @fatedier
Created: 2/11/2019
Status: Merged
Merged: 2/11/2019
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (10+)

📊 Changes

56 files changed (+16409 additions, -151 deletions)

View changed files

📝 Makefile (+6 -6)
📝 assets/assets.go (+4 -4)
📝 assets/frpc/static/6f0a76321d30f3c8120915e57f7bd77e.ttf (+0 -0)
📝 assets/frpc/static/favicon.ico (+0 -0)
assets/frpc/static/index.html (+1 -0)
assets/frpc/static/manifest.js (+1 -0)
assets/frpc/static/vendor.js (+1 -0)
assets/frpc/statik/statik.go (+10 -0)
assets/frps/static/6f0a76321d30f3c8120915e57f7bd77e.ttf (+0 -0)
assets/frps/static/favicon.ico (+0 -0)
📝 assets/frps/static/index.html (+0 -0)
📝 assets/frps/static/manifest.js (+0 -0)
📝 assets/frps/static/vendor.js (+0 -0)
assets/frps/statik/statik.go (+10 -0)
assets/statik/statik.go (+0 -12)
📝 client/admin.go (+10 -0)
📝 client/admin_api.go (+140 -26)
📝 client/proxy/proxy.go (+12 -12)
📝 client/service.go (+9 -1)
📝 client/visitor.go (+4 -4)

...and 36 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/1081 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 2/11/2019 **Status:** ✅ Merged **Merged:** 2/11/2019 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`48990da`](https://github.com/fatedier/frp/commit/48990da22ea7b0c60d75e912bd6e9ba5b006449a) go vet - [`bbab3fe`](https://github.com/fatedier/frp/commit/bbab3fe9cab1d8023841f209bd03bc41e1850979) go lint - [`1de8c3f`](https://github.com/fatedier/frp/commit/1de8c3fc876b8a32db699bb456197e8e66162beb) Merge pull request #1069 from fatedier/vet - [`3585e45`](https://github.com/fatedier/frp/commit/3585e456d4d3b1053f96e4668edd21f6a8d40e70) frpc: add api GET api/config - [`d879b82`](https://github.com/fatedier/frp/commit/d879b8208b3047ff5391985b0fc3874f37bf7786) frpc: add api PUT api/config - [`96d7e2d`](https://github.com/fatedier/frp/commit/96d7e2da6faf81275bf7dceba97413272ad0fbce) add admin UI for frpc - [`7f9ea48`](https://github.com/fatedier/frp/commit/7f9ea48405ce9b841c30ede08becb511b09a5521) bump version to v0.24.0 - [`66555db`](https://github.com/fatedier/frp/commit/66555dbb00a493b6e74bda6c0c54ad287389c293) frpc admin: not allow empty PUT /api/config body - [`fe403ab`](https://github.com/fatedier/frp/commit/fe403ab328685389f1768bcb8d7a64d22c75cb70) frpc: update admin_api - [`95a881a`](https://github.com/fatedier/frp/commit/95a881a7d3253c2334cd750ccc59375df53942c6) frps: update server dashboard_api ### 📊 Changes **56 files changed** (+16409 additions, -151 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+6 -6) 📝 `assets/assets.go` (+4 -4) 📝 `assets/frpc/static/6f0a76321d30f3c8120915e57f7bd77e.ttf` (+0 -0) 📝 `assets/frpc/static/favicon.ico` (+0 -0) ➕ `assets/frpc/static/index.html` (+1 -0) ➕ `assets/frpc/static/manifest.js` (+1 -0) ➕ `assets/frpc/static/vendor.js` (+1 -0) ➕ `assets/frpc/statik/statik.go` (+10 -0) ➕ `assets/frps/static/6f0a76321d30f3c8120915e57f7bd77e.ttf` (+0 -0) ➕ `assets/frps/static/favicon.ico` (+0 -0) 📝 `assets/frps/static/index.html` (+0 -0) 📝 `assets/frps/static/manifest.js` (+0 -0) 📝 `assets/frps/static/vendor.js` (+0 -0) ➕ `assets/frps/statik/statik.go` (+10 -0) ➖ `assets/statik/statik.go` (+0 -12) 📝 `client/admin.go` (+10 -0) 📝 `client/admin_api.go` (+140 -26) 📝 `client/proxy/proxy.go` (+12 -12) 📝 `client/service.go` (+9 -1) 📝 `client/visitor.go` (+4 -4) _...and 36 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:39:45 -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#4315
No description provided.